📦 A股技术分析报告 — 个股技术速览

v1.0.0

输入代码或名称,实时抓取东方财富数据,秒级生成A股个股技术走势、指标与结构报告,助您快速研判买卖点。

0· 127·1 当前·1 累计
zhangyuqi98 头像by @zhangyuqi98·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's instructions, data sources, and resource requests are consistent with its stated purpose (scraping 东方财富 / Eastmoney for A‑share technical data and producing a report); it asks for no credentials and has no install steps.
评估建议
This skill appears coherent and does not request secrets or install code, but note these practical considerations before installing: - The skill performs web scraping and browser snapshots of Eastmoney pages and will make outbound HTTP requests to push2.eastmoney.com — ensure you are comfortable with the agent having network access. Browser snapshots could capture cookies or any content visible in the browser session, so avoid running the skill in an environment where your browser is logged int...
详细分析 ▾
用途与能力
Name/description say: fetch A‑share data from 东方财富 and generate a technical analysis report. The SKILL.md uses browser navigation and eastmoney API endpoints to collect the listed fields. No unrelated credentials, binaries, or config paths are requested — capability matches purpose.
指令范围
Runtime instructions are limited to: navigate to Eastmoney quote pages, snapshot the page, call eastmoney push2 API endpoints, parse visible fields, optionally fetch historical K‑line for indicators, and populate the provided report template. The instructions do not ask to read local files, access unrelated environment variables, or transmit data to endpoints outside Eastmoney.
安装机制
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by an installer step, which is the lowest-risk install model.
凭证需求
The skill declares no required environment variables, credentials, or config paths. All external access is to Eastmoney endpoints, which is appropriate for the stated scraping/aggregation purpose.
持久化与权限
always is false and the skill does not request persistent system privileges or modifications to other skills. Autonomous invocation is allowed by default but not combined with any elevated privileges or broad credential access.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

初始版本:基于东方财富数据生成A股/港股/美股技术分析报告

无害

安装命令

点击复制
官方npx clawhub@latest install a-stock-technical-analysis
镜像加速npx clawhub@latest install a-stock-technical-analysis --registry https://cn.longxiaskill.com

技能文档

输入股票代码(如 002281)和股票名称(如 光迅科技),自动生成一份结构完整、逻辑清晰、语言专业克制的技术分析报告。

工作流程

第一步:获取实时行情数据

用浏览器访问东方财富个股页面:

openclaw browser navigate https://quote.eastmoney.com/sz{代码}.html

等待页面加载完成后执行:

openclaw browser snapshot

同时尝试 eastmoney 实时行情 API(成功率不稳定,多试几次):

http://push2.eastmoney.com/api/qt/stock/get?secid=0.{代码}&fields=f43,f44,f45,f46,f47,f48,f57,f58,f60,f170,f171
注意:secid 规则 — 深圳用 0.,上海用 1.。如光迅科技 002281 → secid=0.002281

第二步:获取指数数据(大盘环境)

从个股页面快照中已包含上证/深证指数数据。若需单独确认:

http://push2.eastmoney.com/api/qt/stock/get?secid=1.000001&fields=f43,f57,f58,f60
http://push2.eastmoney.com/api/qt/stock/get?secid=0.399001&fields=f43,f57,f58,f60

第三步:解析关键数据

从页面快照中提取以下字段:

个股行情:

  • 现价、涨幅、涨跌额
  • 今开、昨日收盘(昨收)
  • 最高、最低
  • 成交量、成交额
  • 换手率、量比
  • 市盈率(动)、市净率
  • 总市值、流通市值

基本面(页面已有):

  • 净利润、营收、ROE、毛利率、净利率
  • 负债率
  • 股东户数变化

重要事件(从个股大事列表中提取):

  • 限售解禁日
  • 年报/季报预约披露日
  • 近期龙虎榜记录
  • 近期研报标题
  • 大宗交易记录

板块/题材:

  • 所属板块涨幅

资金面(若有):

  • 主力净流入、超大单净流入
  • 大宗交易信息

第四步:生成报告

references/report-template.md 中的结构填充数据,生成完整报告。

注意事项

  • 网络不稳定时:eastmoney API 可能连接失败(code 52),此时以浏览器快照数据为准
  • 技术指标数据有限:东方财富页面不直接展示完整 MACD/KDJ/RSI,需要时用 stock_zh_a_hist 获取历史数据后自行计算,或标注"暂无数据"
  • 不以任何形式编造数据:数据不足时必须写"暂无数据"或"无法判断"
  • 报告末尾必须附言:"以上内容仅为技术面分析,不构成投资建议。"
数据来源ClawHub ↗ · 中文优化:龙虾技能库