@online0001/short-term-stock-picker
A短线股票筛选工具,基于AKShare数据。筛选条件:流通市值≤150亿、近20交易日有涨停、非ST、大A/深证/创业板/科创板、近3日主力净流入估算、换手率≤10%。触发场景:(1) 用户问"帮我选短线股"、"短线炒股"、"找强势股"、"筛选股票" (2) 需要按条件筛选A股短线机会 (3) 执行选股策略时。
Install
agr install @online0001/short-term-stock-picker --target claudeWrites 3 files into .claude/skills/, pinned to git-d1c35f88.
- .claude/skills/short-term-stock-picker/LICENSE
- .claude/skills/short-term-stock-picker/README.md
- .claude/skills/short-term-stock-picker/SKILL.md
Document
name: short-term-stock-picker description: 短线股票筛选工具,基于AKShare数据。筛选条件:流通市值≤150亿、近20交易日有涨停、非ST、大A/深证/创业板/科创板、近3日主力净流入估算、换手率≤10%。触发场景:(1) 用户问"帮我选短线股"、"短线炒股"、"找强势股"、"筛选股票" (2) 需要按条件筛选A股短线机会 (3) 执行选股策略时。
短线选股策略 (AKShare版)
策略条件
| # | 条件 | 说明 |
|---|---|---|
| 1 | 流通市值 | ≤ 150亿 |
| 2 | 涨停 | 近20个交易日有涨停 |
| 3 | ST | 排除ST/*ST股票 |
| 4 | 板块 | 大A(主板)、深证、创业板、科创板 |
| 5 | 主力净流入 | 近3日资金估算 |
| 6 | 换手率 | ≤ 10% |
使用方式
运行选股脚本
~/.venv/tushare/bin/python3 ~/.openclaw/workspace/skills/short-term-stock-picker/scripts/pick_stocks.py
查看结果
结果保存在 result.csv,包含:
- 代码、名称
- 涨停次数(近20日)
- 流通市值、总市值
- 换手率
- 封板资金
- 所属行业、板块
数据来源
- 使用 AKShare 接口,无需API Token
- 涨停数据来源:东方财富涨停股池
- 市值数据来源:东方财富
注意事项
- AKShare数据来自东方财富,部分接口可能有网络限制
- 主力净流入为估算值,仅供参考
- 建议在交易日下午4点后运行,数据更完整
- 封板资金越大,主力封板意愿越强
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-d1c35f884fe22026-07-31