A股盘中实时监控 — 热点板块轮动、北向资金异动、个股行情追踪
Scanned 6/4/2026
Install to Claude Code
npx -y skills add gergchen/astock-market-engine --skill market-monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Market Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gergchen-market-monitor)More formats (shields.io, HTML) on the badges page.
---
name: market-monitor
description: A股盘中实时监控 — 热点板块轮动、北向资金异动、个股行情追踪
origin: custom
version: 0.1
---
# 盘中监控 Skill
交易时段(09:30-15:00)实时扫描,用于研究员和交易员监控市场。
## When to Activate
- 用户要求盘中分析 / 看盘 / 行情
- 用户问"现在什么板块强"
- 用户问"北向资金怎么样"
- 自动调度触发 market_monitor 任务
- 关键词:盘中、资金动向、热点、板块、北向、沪股通、深股通
## CLI Commands
```bash
# 当前热点板块
python -m astock_data.cli signal hotspot --sectors
# 北向资金分钟级
python -m astock_data.cli signal northbound
# 个股行情
python -m astock_data.cli market quote <code>
# 个股K线
python -m astock_data.cli market kline <code> -c 5m -n 50
```
## Python Module
```python
from astock_trade.skills.market_monitor import scan_now, scan_hotspots
data = scan_now()
# Returns: {timestamp, hotspots, northbound_latest}
```
## 告警触发
- 北向单分钟净流入/流出超5亿 → 通知用户
- 板块排名剧烈变动(上升/下降 > 3位)→ 通知用户
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!