stock-analysis-10d

v1.0.0

A股股票十维深度分析(1000分制)。当用户输入「查询股票 <代码>」「分析股票 <代码>」「股票 <代码>」时自动触发。包含:基本信息、财务数据、技术分析、资金流向、市场情绪、风险提示、机构持仓、估值分析、股东结构、消息面,最后输出综合评分和投资建议。

0· 198·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 hsyhph/stock-analysis-10d.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "stock-analysis-10d" (hsyhph/stock-analysis-10d) from ClawHub.
Skill page: https://clawhub.ai/hsyhph/stock-analysis-10d
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 stock-analysis-10d

ClawHub CLI

Package manager switcher

npx clawhub@latest install stock-analysis-10d
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise a 10-dimension A股 analysis and the SKILL.md shows concrete steps to fetch market data (real-time, extended fields, K-line) and compute scores — the required actions (HTTP calls to EastMoney) are proportionate and expected for this purpose.
Instruction Scope
Runtime instructions are narrowly scoped: they provide curl examples hitting EastMoney endpoints and describe how to compute and format the report. The instructions do not direct the agent to read local files, environment variables, or unrelated system state, nor to transmit data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be written to disk or installed by the skill itself — lowest install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. That aligns with its use of public HTTP APIs (no API key required in the instructions). No excessive or unrelated secrets are requested.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system privileges. It will run when triggered by specified user phrases; autonomous invocation is enabled by default but not combined with other concerning privileges.
Assessment
This skill is internally coherent and low-risk: it only issues HTTP requests to EastMoney to collect stock/K-line/financial fields and formats a 10-dimension report. Before installing, note that (1) queries and stock codes will be sent to third-party EastMoney endpoints — if you have privacy/compliance constraints or need a different data provider (paid API, internal data), this skill does not use them; (2) the example curl commands hardcode sample secid/code/date values — ensure the agent substitutes user-provided codes correctly; and (3) EastMoney rate limits or changes to their API could cause failures. If you need offline/private data or corporate-approved data sources, prefer a skill that uses those endpoints or requires explicit credentials.

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

latestvk97fd160pn7ejk4jnympe4f25183wn28
198downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

A股股票十维深度分析(1000分制)

触发条件

用户输入以下任一命令时自动触发:

  • "查询股票 600036"
  • "分析股票 300693"
  • "股票 600012"

数据获取

基础行情(必须)

# 沪市用 secid=1.代码,深市用 secid=0.代码
curl -s "https://push2.eastmoney.com/api/qt/stock/get?secid=1.600036&fields=f43,f44,f45,f46,f47,f48,f49,f50,f51,f52,f55,f57,f58,f59,f60,f92,f104,f105,f108,f116,f117,f127,f128,f129,f173,f174,f177,f178"

扩展数据(必须)

curl -s "https://push2.eastmoney.com/api/qt/stock/get?secid=1.600036&fields=f45,f46,f47,f48,f49,f50,f55,f57,f58,f59,f60,f62,f71,f78,f84,f85,f86,f92,f104,f105,f108,f109,f110,f111,f112,f116,f117,f127,f128,f129,f135,f136,f137,f138,f139,f140,f141,f142,f143,f144,f145,f146,f147,f148,f149,f152,f153,f154,f160,f161,f162,f163,f164,f165,f166,f167,f168,f169,f170,f171,f173,f174,f175,f176,f177,f178,f179,f180,f181,f182,f183,f184,f185,f186,f187,f188,f189,f190,f191,f192,f193,f194,f195,f196,f197,f198,f199"

K线数据(用于技术分析)

# 获取近半年K线
curl -s "https://push2his.eastmoney.com/api/qt/stock/kline/get?secid=0.300693&fields1=f1,f2,f3,f4,f5,f6&fields2=f51,f52,f53,f54,f55,f56,f57,f58,f59,f60,f61&klt=101&fqt=0&beg=20250901&end=20260323&lmt=200"

输出格式(十维分析报告)

## [代码] [名称] 十维深度分析报告

### 一、基本信息(100分)
| 项目 | 数据 |
|------|------|
| 最新价格 | XX元 |
| 开盘价/昨收价 | XX / XX元 |
| 最高/最低 | XX / XX元 |
| 成交量 | XX万手 |
| 成交额 | XX亿元 |
| 总市值 | XX亿元 |
| 流通市值 | XX亿元 |
| 换手率 | XX% |
| 振幅 | XX% |
| 涨跌 | XX元 (XX%) |
| 60日涨跌幅 | +XX% |
| 年初至今 | +XX% |
| 每股净资产 | XX元 |
| 市净率(PB) | XX倍 |
| 市盈率(TTM) | XX倍 |
| 板块 | XX → XX |
| 概念 | XX |

### 二、财务数据(100分)
- 主营业务:
- 营收增速:+XX%
- 净利润增速:+XX%
- 毛利率:XX%
- 净利率:XX%

### 三、技术分析(100分)
- 均线系统:
- MACD:
- KDJ:
- 布林带:
- 量价关系:
- 支撑位:XX元
- 压力位:XX元

### 四、资金流向(近5日)(100分)
| 日期 | 主力净流入 |
|------|-----------|
| XX月XX日 | +XXX万元 |
| ... | ... |

### 五、市场情绪(100分)
- 综合诊断得分:
- 技术面诊股:X分
- 资金面诊股:X分
- 基本面诊股:X分

### 六、风险提示(100分)
⚠️ 风险点1
⚠️ 风险点2

### 七、机构持仓(100分)
- 机构持股数:X家
- 持股总量:X股
- 持股比例:X%
- 近期增减持:

### 八、估值分析(100分)
- PE(TTM):XX倍
- PB:X.X倍
- 股息率:X%
- 相对行业:低估/合理/高估

### 九、股东结构(100分)
- 大股东持股比例:X%
- 质押比例:X%
- 股东户数变化:增加/减少

### 十、消息面(100分)
- 近期利好:
- 近期利空:
- 机构评级:

---

## 总结项(不计分)

### 综合评分(1000分制)
| 维度 | 得分 | 满分 |
|------|------|------|
| 基本信息 | XXX | 100 |
| 财务数据 | XXX | 100 |
| 技术分析 | XXX | 100 |
| 资金流向 | XXX | 100 |
| 市场情绪 | XXX | 100 |
| 风险提示 | XXX | 100 |
| 机构持仓 | XXX | 100 |
| 估值分析 | XXX | 100 |
| 股东结构 | XXX | 100 |
| 消息面 | XXX | 100 |
| **总分** | **XXX** | **1000** |

**等级评定**:
- S级(900-1000分):强烈推荐买入
- A级(800-900分):建议买入
- B级(700-800分):持有观望
- C级(600-700分):谨慎持有
- D级(500-600分):建议减仓
- E级(<500分):建议清仓

### 投资建议
- 超短期(1-3天):
- 短期(1-2周):
- 中期(1-3月):
- 长期:

**操作建议**:

---
⚠️ 免责声明:以上分析仅供参考,不构成投资建议。投资有风险,入市需谨慎。

评分参考

一、基本信息(100分)

  • 流通股>50% +30
  • 换手率5-20% +30
  • 成交额>1亿 +20
  • 概念热门 +20

二、财务数据(100分)

  • 营收增速>20% +40
  • 净利润增速>20% +40
  • 毛利率>30% +20

三、技术分析(100分)

  • 多头排列 +30
  • MACD金叉 +30
  • 站上20日均线 +20
  • 放量上涨 +20

四、资金流向(100分)

  • 连续净流入 +40
  • 主力净流入>0 +30
  • 大单净流入>0 +30

五、市场情绪(100分)

  • 综合诊断>70分 +40
  • 机构买入评级 +30
  • 研报目标价>现价30% +30

六、风险提示(100分)

  • 无重大风险 +100
  • 1项风险 -30
  • 2项风险 -50
  • 3项以上风险 -70

七、机构持仓(100分)

  • 机构持股>10家 +40
  • 近期增持 +30
  • 持股比例>50% +30

八、估值分析(100分)

  • PE<20 +40
  • PB<3 +30
  • 股息率>2% +30

九、股东结构(100分)

  • 大股东持股>30% +40
  • 质押比例<10% +30
  • 股东户数减少 +30

十、消息面(100分)

  • 利好>2条 +50
  • 机构评级买入/增持 +50

注意事项

  1. 先调用API获取实时数据
  2. 根据数据计算各项得分
  3. 汇总总分,评定等级
  4. 结合技术面和基本面给出投资建议
  5. 每次查询都是实时数据,skill只负责模板

Comments

Loading comments...