Home / weaxs / stock-analysis-plugin · skills/stock-analysis/SKILL.md · GitHub

stock-analysis skillA

stock-analysis is agent-read markdown (skill) from weaxs/stock-analysis-plugin: 综合股票分析:联合技术、基本面、资金、消息和风险数据研判单只股票。用于多维分析、持仓处理或买卖计划;单一策略问题用对应策略 skill。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 综合股票分析

## 意图路由表

快速问答先判断意图,按下表走最短调用链;完整综合研判走下方执行流程(gather 采集管线),不受此表限制。单工具可答的问题按各工具描述中的适用场景选择,本表不再重复。

用户要求短线、波段、交易计划或买卖时机时,读取[短线交易决策框架](references/short-term-trading.md);普通基本面或长期价值分析不加载该参考。

| 意图 | 调用序列 |
|------|---------|
| 个股买卖时机 | `get_technical_analysis` → `get_market_capabilities` → 当前市场支持的资金/风险工具 → `detect_market_regime`。A股可加 `get_capital_flow`(summary) 和 `screen_risk`;其他市场不得用缺失的资金或风险数据。veto_buy=true 则不入场;大盘下跌时个股看多信号降级为轻仓试错或等待;HOLD/WAIT 给出可观察触发条件 |
| 个股状态速览 | `get_quote` + `get_technical_analysis` |
| 异动归因 | `detect_anomaly` + `get_news` |
| 大盘择时 | `detect_market_regime`;A 股可补充 `get_market_stats` |

## 执行流程

### 第一步:采集数据

运行数据采集脚本(并行获取 quote/kline/technical/financials/capital_flow/news/risk/regime 共 8 项数据):

```bash
python3 scripts/gather.py <symbol>
```

解析返回的 JSON 数据。如果某个字段为 `null`,表示该数据获取失败,基于可用数据继续分析。

解读实时行情前先调 `get_trading_phase` 确认该市场当前盘中阶段(盘前/早盘/午间休市/午盘/交易中/盘后/休市),避免把休市时的静态快照当作盘中信号解读。

### 第二步:综合研判

根据获取的数据进行多维度分析:

**市场环境**:
- 当前市场处于什么阶段(上涨/下跌/震荡/高波动)
- 该阶段下哪些策略更适合,哪些应回避

**技术面**:
- 趋势判断:均线排列、MACD方向、布林带位置
- 买卖信号:金叉/死叉、超买/超卖、支撑/压力位
- 成交量:量价配合、放量/缩量

**基本面**:
- 估值水平:PE/PB 相对行业和历史分位
- 盈利能力:ROE、净利润率
- 财务健康:负债率、流动比率

**资金面**(A股):
- 主力资金流向
- 大单/中单/小单净流入趋势

**消息面**:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add weaxs/stock-analysis-plugin/stock-analysis@git:20260918.5b0c6aa
Exact content
mdr add weaxs/stock-analysis-plugin/stock-analysis@sha256:0db116459f178571

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_7shcalq7tepur5mk.svg)](https://markdownregistry.com/a/art_7shcalq7tepur5mk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.5b0c6aa latest2026-09-18 5b0c6aa 4,251 BA view · diff
git:20260918.cef24082026-09-18 cef2408 3,477 BA view · diff
git:20260916.70e82282026-09-16 70e8228 3,474 BA view · diff
git:20260916.a1ca9262026-09-16 a1ca926 4,658 BA view · diff
git:20260904.9abf3fb2026-09-04 9abf3fb 4,606 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4251 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

weaxs/stock-analysis-plugin · 24 stars · license none · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_7shcalq7tepur5mk
GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/stock-analysis
GET https://markdownregistry.com/api/v1/blob/0db116459f17857112c3e842ec8966c953fd3c8116d1e6ba74a3ea7d6bee186e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from weaxs/stock-analysis-plugin

AGENTS.md agents
weaxs/stock-analysis-plugin · AGENTS.md
git:20260922.a679af1 · audit A · 24 stars
CLAUDE.md claude
weaxs/stock-analysis-plugin · CLAUDE.md
git:20260807.a302e05 · audit B · 24 stars
bottom-volume skill
weaxs/stock-analysis-plugin · skills/bottom-volume/SKILL.md · 底部放量分析:判断长期下跌后的异常放量是否构成反转信号。用于低位放量;普通阻力突破用 volume-breakout。
git:20260916.70e8228 · audit A · 24 stars
box-oscillation skill
weaxs/stock-analysis-plugin · skills/box-oscillation/SKILL.md · 箱体震荡分析:识别横盘区间、支撑压力和突破失效条件。用于区间波段或高抛低吸问题。
git:20260916.70e8228 · audit A · 24 stars
bull-trend skill
weaxs/stock-analysis-plugin · skills/bull-trend/SKILL.md · 趋势追踪分析:识别中长期趋势、所处阶段和离场条件。用于多头排列、上升通道或持有趋势股。
git:20260916.70e8228 · audit A · 24 stars
chan-theory skill
weaxs/stock-analysis-plugin · skills/chan-theory/SKILL.md · 缠论分析:按笔、段、中枢和背驰识别缠论买卖点。仅在用户明确要求缠论口径时使用。
git:20260916.70e8228 · audit A · 24 stars
dragon-head skill
weaxs/stock-analysis-plugin · skills/dragon-head/SKILL.md · 龙头股分析:在已知板块中比较启动顺序、涨幅、回调和持续性。题材热度与参与节奏用 hot-theme。
git:20260919.9a70e54 · audit A · 24 stars
emotion-cycle skill
weaxs/stock-analysis-plugin · skills/emotion-cycle/SKILL.md · 市场情绪周期:用市场宽度、涨跌停、成交额和热度判断冰点、回暖、高潮或退潮。完整大盘复盘用 market-review。
git:20260919.9a70e54 · audit A · 24 stars
event-driven skill
weaxs/stock-analysis-plugin · skills/event-driven/SKILL.md · 事件驱动分析:评估公告、业绩、政策、订单或资本运作对个股的影响路径、定价程度和失效条件。
git:20260916.70e8228 · audit A · 24 stars
expectation-repricing skill
weaxs/stock-analysis-plugin · skills/expectation-repricing/SKILL.md · 预期重估分析:比较市场预期与可验证事实,判断正负预期差、定价程度和重估失效条件。
git:20260916.70e8228 · audit A · 24 stars
growth-quality skill
weaxs/stock-analysis-plugin · skills/growth-quality/SKILL.md · 成长质量分析:用多期收入、利润、现金流和盈利能力评估增长的真实性与可持续性。泛风险排查用 stock-analysis。
git:20260916.70e8228 · audit A · 24 stars
hot-theme skill
weaxs/stock-analysis-plugin · skills/hot-theme/SKILL.md · 热点题材分析:评估板块强度、扩散度、个股关联度和参与节奏。已知板块内的龙头比较用 dragon-head。
git:20260922.a679af1 · audit A · 24 stars

Every file in weaxs/stock-analysis-plugin

Other files named stock-analysis

stock-analysis skill
anbeime/skill · skills/stock-analysis/stock-analysis/SKILL.md · 财务和投资分析师在进行个股研究时,当需要深度研判买卖点与趋势,使用本技能可实时获取行情,计算MACD/RSI等技术指标,精准识别缺口与支撑压力位,智能预测未来3天走势并输出专业操作建议,大幅提升投研决策效率。
git:20260826.8fe4ea1 · audit A · 7,173 stars
stock-analysis skill
redfox-data/redfox-community · skills/stock-analysis/SKILL.md · 基于5位公众号股票投资大V(猫笔刀、格兰投研、投资明见、财躺平、终身黑白)200+篇文章蒸馏形成的风格画像,通过 AI Agent 实现风格化投资分析,支持单大V复盘、多V并行对比、板块漏斗筛选、短线选股、组合复盘、财报点评、观点跟踪等多模…
git:20260908.fa24209 · audit A · 412 stars
stock-analysis skill
geekwls/stock-prompt · .agents/skills/stock-analysis/SKILL.md · A股个股分型诊断与条件化执行研究框架。用于输入股票代码或名称后,先识别情绪龙头、机构趋势、红利价值或事件特型,再按 full/reduced/event…
git:20260916.29ca3b0 · audit A · 32 stars
stock-analysis skill
redfox-data/redfox-community-dsh · skills/stock-analysis/SKILL.md · 基于5位公众号股票投资大V(猫笔刀、格兰投研、投资明见、财躺平、终身黑白)200+篇文章蒸馏形成的风格画像,通过 AI Agent 实现风格化投资分析,支持单大V复盘、多V并行对比、板块漏斗筛选、短线选股、组合复盘、财报点评、观点跟踪等多模…
git:20260908.e5c9a7f · audit A · 6 stars

Browse by kind, by grade A, or by owner.