← Back to Skills Marketplace
stock sector hunter
by
wenhulove333
· GitHub ↗
· v1.0.0
· MIT-0
114
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install stock-sector-hunter
Description
沪深强势板块个股探测器。通过联网搜索实时获取A股当日活跃板块、涨停龙头股, 支持按代码前缀过滤(00开头深证、60开头沪市),输出结构化板块+龙头个股列表。 触发词:强势板块、涨停龙头、今日热门、热点板块、个股探测
README (SKILL.md)
沪深强势板块个股探测器
功能说明
通过联网搜索获取A股当日(截至当前交易日)沪深两市活跃板块及对应龙头个股, 支持按股票代码前缀过滤:
| 前缀 | 市场 |
|---|---|
| 00 | 深圳主板/创业板 |
| 60 | 上海主板 |
| 00+60 | 沪深全部(默认) |
使用方式
方式一:直接发送指令
发送以下指令之一即可触发:
- "找今日强势板块" / "今日热点板块"
- "涨停龙头有哪些" / "今日涨停股"
- "帮我探测强势板块个股"
- "沪深强势板块"
方式二:带过滤条件
- "00开头的涨停龙头" → 只返回 00 开头个股
- "60开头的热门板块" → 只返回 60 开头个股
- "今日强势板块只要60开头" → 同上
方式三:指定板块
- "机器人概念龙头有哪些" → 返回机器人板块个股
- "半导体板块今日强势股" → 返回半导体板块个股
输出格式
📊 【今日强势板块】2026年5月15日
━━ 🤖 机器人概念 ━━━
🏆 巨轮智能 | 002031 | 涨停 | 80万手封单,RV减速器打破国外垄断
雷赛智能 | — | 涨停 | 电机龙头
科力尔 | — | 涨停 | 微特电机
中马传动 | — | 涨停 | 传动装置
...
━━ 🧪 氟化工概念 ━━━
🏆 滨化股份 | 601678 | 一字涨停 | 氟化工龙头
中欣氟材 | 002915 | 一字涨停 | 氟化工
多氟多 | — | 涨停 | 氟化盐
...
⚠️ 免责声明:以上内容仅供参考,不构成投资建议。
技术实现
- 搜索工具:byted-web-search(火山引擎联网搜索)
- 搜索词模板:
- 默认:
[日期] A股 强势板块 涨停龙头 - 过滤00:
[日期] A股 00开头 涨停龙头 强势板块 - 过滤60:
[日期] A股 60开头 涨停龙头 强势板块 - 指定板块:
[日期] [板块名] 概念 涨停龙头 强势股
- 默认:
- 过滤逻辑:从搜索结果中提取提及 00/60 开头代码的股票,优先提取涨停、一字涨停等关键词
- 排序规则:涨停 > 一字涨停 > 大涨 > 跟涨
依赖
- byted-web-search skill(需已配置
WEB_SEARCH_API_KEY) - Python3
文件结构
stock-sector-hunter/
├── SKILL.md
└── scripts/
└── sector_hunter.py # 搜索+解析+格式化脚本
Usage Guidance
Do not treat this as a complete approval; rerun the scan with readable metadata.json and artifact files so the skill can be reviewed from evidence.
Capability Tags
Capability Assessment
Purpose & Capability
Workspace reads failed before metadata.json or artifact contents could be reviewed, so purpose and capability coherence could not be verified.
Instruction Scope
No runtime instructions were available for inspection due to local read failure.
Install Mechanism
No install specification was available for inspection due to local read failure.
Credentials
Requested environment access could not be assessed because the artifact files were not readable in this run.
Persistence & Privilege
No artifact-backed evidence of persistence or privilege behavior was available.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-sector-hunter - After installation, invoke the skill by name or use
/stock-sector-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-sector-hunter:
- Detects top-performing sectors and leading stocks in Shanghai and Shenzhen markets using real-time search.
- Supports filtering by stock code prefix (00 for Shenzhen, 60 for Shanghai).
- Allows keyword-triggered and conditional queries, including sector-specific searches.
- Outputs structured sector and leading stock lists for the current trading day.
- Integrates with byted-web-search for data gathering.
- Python3 implementation; requires WEB_SEARCH_API_KEY.
Metadata
Frequently Asked Questions
What is stock sector hunter?
沪深强势板块个股探测器。通过联网搜索实时获取A股当日活跃板块、涨停龙头股, 支持按代码前缀过滤(00开头深证、60开头沪市),输出结构化板块+龙头个股列表。 触发词:强势板块、涨停龙头、今日热门、热点板块、个股探测. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install stock sector hunter?
Run "/install stock-sector-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock sector hunter free?
Yes, stock sector hunter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock sector hunter support?
stock sector hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock sector hunter?
It is built and maintained by wenhulove333 (@wenhulove333); the current version is v1.0.0.
More Skills