short-term-stock-picker
短线股票筛选工具,基于AKShare数据。筛选条件:流通市值≤150亿、近20交易日有涨停、非ST、大A/深证/创业板/科创板、近3日主力净流入估算、换手率≤10%。触发场景:(1) 用户问"帮我选短线股"、"短线炒股"、"找强势股"、"筛选股票" (2) 需要按条件筛选A股短线机会 (3) 执行选股策略时。
DeepseekModel
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=online0001-short-term-stock-picker-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
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点后运行,数据更完整 封板资金越大,主力封板意愿越强
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.