← 返回 Skills 市场
272
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install a-stock-real-time-monitor
功能描述
中国A股实时盯盘技能 - 支持实时行情监控、异动提醒(价格/量比)、主力资金流向监测、消息面热点监测。交易时段自动高频刷新,支持多股并行、彩色提醒、企业微信推送。
使用说明 (SKILL.md)
A股实时盯盘器
功能概述
- 实时盯盘:监控指定股票的最新价格、涨跌幅、成交量等。
- 实时异动提醒:价格大涨大跌(>5%)、量比异常时立即高亮提醒。
- 主力资金实时监测:拉取东方财富主力/大单资金净流入流出。
- 消息面实时监测:每5分钟检查东方财富热点新闻及个股相关消息。
使用方法
对 OpenClaw 说以下指令即可触发:
- “启动A股实时盯盘,监控 贵州茅台 sh600519、平安银行 sz000001”
- “开启异动提醒,涨跌超过5%就通知我”
- “查看当前主力资金流向”
- “每5分钟监测一次消息面”
- “停止盯盘”
配置说明
- 编辑
stock_monitor.py中的STOCKS列表,添加你想监控的股票代码(格式:sh600519 或 sz000001)。 - 如需企业微信推送,填入
WECHAT_WEBHOOK。 - 首次运行前执行:
pip install -r requirements.txt
执行流程(Agent 使用指南)
当用户要求启动盯盘时:
- 检查是否已安装依赖(requirements.txt)。
- 修改或确认 STOCKS 列表。
- 在后台运行:
python stock_monitor.py(或使用 nohup / screen)。 - 实时将异动、资金、消息通过聊天或推送通知用户。
- 用户说“停止盯盘”时,结束进程。
安全使用建议
This skill appears to do exactly what it says: poll public finance APIs, detect anomalies, and optionally post alerts to an enterprise WeChat webhook you supply. Before installing: (1) review and, if desired, change the STOCKS list in stock_monitor.py; (2) only put a trusted webhook URL into WECHAT_WEBHOOK — any webhook you add will receive the alert text; (3) install dependencies in an isolated Python environment (virtualenv) to avoid dependency conflicts; (4) be aware of API rate limits and local regulations when running automated trading/monitoring scripts; (5) if you want the agent to manage the script automatically, consider how long‑running background processes are handled in your environment. If you need higher assurance, request the author's provenance or run the code in a sandbox first.
功能分析
Type: OpenClaw Skill
Name: a-stock-real-time-monitor
Version: 1.0.0
The skill is a legitimate A-share stock monitoring tool that fetches real-time market data from Sina Finance and EastMoney APIs. The code in `stock_monitor.py` implements standard monitoring logic, including price/volume alerts and news tracking via the `akshare` library. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is directed toward known financial data providers or a user-defined webhook for notifications.
能力评估
Purpose & Capability
Name/description (A股实时盯盘) align with the code and SKILL.md: the script fetches real‑time quotes, detects price/volume anomalies, queries eastmoney for fund flows, and optionally pushes to an enterprise WeChat webhook. Required packages (requests, pandas, colorama, akshare) are appropriate for these tasks.
Instruction Scope
SKILL.md instructions are limited to installing dependencies, editing the STOCKS list or WECHAT_WEBHOOK in stock_monitor.py, and running the script in background. The runtime instructions do not direct reading unrelated files, harvesting system credentials, or transmitting data to unexpected endpoints beyond finance APIs and an optional user-supplied webhook.
Install Mechanism
This is an instruction-only skill with no install spec; dependencies are declared in requirements.txt (standard PyPI packages). No downloads from arbitrary URLs or archive extraction are present.
Credentials
No environment variables, secrets, or config paths are required. The only optional external endpoint is WECHAT_WEBHOOK (configured inside the script), which is appropriate for optional push notifications. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not alter other skills or system settings. It runs as a user process and can be stopped via normal means (KeyboardInterrupt/stop the process).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install a-stock-real-time-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/a-stock-real-time-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
A股实时盯盘 是什么?
中国A股实时盯盘技能 - 支持实时行情监控、异动提醒(价格/量比)、主力资金流向监测、消息面热点监测。交易时段自动高频刷新,支持多股并行、彩色提醒、企业微信推送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。
如何安装 A股实时盯盘?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-real-time-monitor」即可一键安装,无需额外配置。
A股实时盯盘 是免费的吗?
是的,A股实时盯盘 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A股实时盯盘 支持哪些平台?
A股实时盯盘 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A股实时盯盘?
由 P4x1s(@p4x1s)开发并维护,当前版本 v1.0.0。
推荐 Skills