全球股市技术分析报告

v1.0.0

A股个股技术分析报告生成工具。当用户请求生成股票技术分析报告、查询A股个股行情、分析个股走势时触发。支持输入股票代码和股票名称,自动抓取东方财富实时数据并生成结构化技术分析报告。

0· 137·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhangyuqi98/eastmoney-stock-analysis.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "全球股市技术分析报告" (zhangyuqi98/eastmoney-stock-analysis) from ClawHub.
Skill page: https://clawhub.ai/zhangyuqi98/eastmoney-stock-analysis
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install eastmoney-stock-analysis

ClawHub CLI

Package manager switcher

npx clawhub@latest install eastmoney-stock-analysis
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say: fetch 东方财富 (EastMoney) stock data and generate A-share technical reports. The SKILL.md exclusively instructs the agent to navigate EastMoney quote pages and call EastMoney push2 API endpoints, then extract fields and fill the included report template — these requirements are coherent and proportional to the stated purpose.
Instruction Scope
Instructions stay focused on visiting quote pages (openclaw browser navigate + snapshot), calling specific EastMoney API URLs, parsing listed fields, and populating the provided report template. Positive: explicit 'do not fabricate data' rule and required disclaimer. Notes/operational concerns: the skill relies on browser snapshots which may capture extra page content; it references using 'stock_zh_a_hist' for historical K-line data but does not specify exact API usage or rate limiting; failure modes and retry behavior are described only briefly. These are operational gaps, not obvious malicious actions.
Install Mechanism
Instruction-only skill with no install spec and no code files to run on the host — minimal disk footprint and low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. All external calls are to EastMoney endpoints described in the instructions — no unrelated secrets or services are requested.
Persistence & Privilege
Flags: always=false, user-invocable=true, autonomous invocation enabled (default). The skill does not request persistent presence or system-wide configuration changes. Autonomous invocation is normal for skills and not excessive here.
Assessment
This skill appears coherent and does what it says: open EastMoney pages, call EastMoney APIs, extract fields, and format a report. Before installing/using: (1) confirm that scraping EastMoney is acceptable under your legal/terms-of-service constraints; (2) be mindful of rate limits and potential IP blocking when automating browser/API calls; (3) avoid supplying any unrelated credentials to the agent — the skill does not need them; (4) verify output correctness on a few examples (it explicitly instructs to write '暂无数据' when data is missing); and (5) review how your OpenClaw browser integration handles navigation/snapshots so it won't accidentally capture or transmit unrelated private pages.

Like a lobster shell, security has layers — review code before you run it.

latestvk97972cvtygxz2a8q9635dd6ds84rs08
137downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

A股技术分析报告 Skill

输入股票代码(如 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 中的结构填充数据,生成完整报告。

注意事项

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

Comments

Loading comments...