📦 A股实时盯盘 — 实用工具

v1.0.0

中国股实时盯盘技能 - 支持实时行情监控、异动提醒(价格/量比)、主力资金流向监测、消息面热点监测。交易时段自动高频刷新,支持多股并行、彩色提醒、企业微信推送。

0· 105·0 当前·0 累计
by @p4x1s (P4x1s)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and dependencies are consistent with a China A‑share real‑time stock monitor and do not request unrelated credentials or perform unexpected operations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/7

Initial release with core A股 real-time monitoring features: - Real-time monitoring of selected A-shares including price, percentage change, and volume. - Abnormal movement alerts for sharp price or volume changes. - Monitors main fund inflow and outflow based on data from 东方财富. - Scans for trending news and stock-specific information every 5 minutes. - Supports multi-stock parallel monitoring, colored alerts, and optional WeChat Enterprise push notifications. - Trigger actions via natural language instructions; simple setup and configurable stock list.

无害

安装命令

点击复制
官方npx clawhub@latest install a-stock-real-time-monitor
🇨🇳 镜像加速npx clawhub@latest install a-stock-real-time-monitor --registry https://cn.longxiaskill.com

技能文档

# 股实时盯盘器

功能概述

  • 实时盯盘:监控指定股票的最新价格、涨跌幅、成交量等。
  • 实时异动提醒:价格大涨大跌(>5%)、量比异常时立即高亮提醒。
  • 主力资金实时监测:拉取东方财富主力/大单资金净流入流出。
  • 消息面实时监测:每5分钟检查东方财富热点新闻及个股相关消息。

使用方法

对 OpenClaw 说以下指令即可触发:
  • “启动股实时盯盘,监控 贵州茅台 sh600519、平安银行 sz000001”
  • “开启异动提醒,涨跌超过5%就通知我”
  • “查看当前主力资金流向”
  • “每5分钟监测一次消息面”
  • “停止盯盘”

配置说明

  • 编辑 stock_monitor.py 中的 STOCKS 列表,添加你想监控的股票代码(格式:sh600519 或 sz000001)。
  • 如需企业微信推送,填入 WECHAT_WEBHOOK
  • 首次运行前执行:
``bash pip install -r requirements.txt

执行流程(Agent 使用指南)

当用户要求启动盯盘时:
  • 检查是否已安装依赖(requirements.txt)。
  • 修改或确认 STOCKS 列表。
  • 在后台运行:python stock_monitor.py`(或使用 nohup / screen)。
  • 实时将异动、资金、消息通过聊天或推送通知用户。
  • 用户说“停止盯盘”时,结束进程。
数据来源:ClawHub ↗ · 中文优化:龙虾技能库