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
mdr add weaxs/stock-analysis-plugin/stock-analysis@git:20260918.5b0c6aamdr add weaxs/stock-analysis-plugin/stock-analysis@sha256:0db116459f178571Pin 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.
[](https://markdownregistry.com/a/art_7shcalq7tepur5mk)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260918.5b0c6aa latest | 2026-09-18 | 5b0c6aa | 4,251 B | A | view · diff |
| git:20260918.cef2408 | 2026-09-18 | cef2408 | 3,477 B | A | view · diff |
| git:20260916.70e8228 | 2026-09-16 | 70e8228 | 3,474 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 4,658 B | A | view · diff |
| git:20260904.9abf3fb | 2026-09-04 | 9abf3fb | 4,606 B | A | view |
Audit of the latest version
- 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
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
Every file in weaxs/stock-analysis-plugin