← 返回 Skills 市场
perrykono-debug

Stock Watcher v2

作者 perrykono-debug · GitHub ↗ · v2.3.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-watcher-v2
功能描述
A股自选股半小时跟踪扫描 + 板块热度榜推送。当用户提到"自选股跟踪"、"定时推送股票"、"每半小时推送自选股"、"设置股票提醒"、"盯盘推送"时触发。支持定时任务(OpenClaw Cron)、自定义自选股列表、板块热度榜、量比计算。
使用说明 (SKILL.md)

Stock Push Skill

功能

  • 自选股实时扫描:每30分钟自动扫描用户自选股
  • 强势/弱势股标记:按涨幅排序,TOP5强势 + 弱势股
  • 量比计算:对比近5日均量,发现放量信号
  • 板块热度榜:东方财富板块涨幅排行
  • 市场阶段判断:高潮期/回暖期/反弹期/观望期
  • CSV跟踪记录:历史数据存档

配置

编辑 config.json 中的 watchlist 即可添加股票:

{
  "watchlist": [
    {"code": "688585", "name": "上纬新材", "exchange": "sh"},
    {"code": "300131", "name": "英唐智控", "exchange": "sz"}
  ]
}
  • exchange: "sh" = 上交所,"sz" = 深交所

运行

cd ~/.qclaw/skills/stock-push
python3 scripts/stock_push.py

定时任务

openclaw cron add \
  --name "自选股半小时跟踪" \
  --every 30m \
  --session isolated \
  --agent agent-3401099c \
  --message "cd ~/.qclaw/skills/stock-push && python3 scripts/stock_push.py && cat /tmp/stock_report_msg.txt" \
  --no-deliver

输出示例

📊【自选股跟踪】05-27 11:05
市场:观望期 ⚪

🔥 强势股
  1. 💰⚡太极实业(600667) +10.02% | 28.3亿
  2. ↑⚡杰瑞股份(002353) +6.18% | 22.5亿

📉 弱势股
  ↓上纬新材(688585) -11.37%

🔥【板块热度榜】
  1. 🔥文字媒体 +7.71%
  2. 🔥钼 +7.62%
  3. ⚡逆变器 +4.92%

────────────────────────────────────────
⚠️ 仅供参考,不构成投资建议

config.json 参数说明

参数 说明 默认值
watchlist 自选股列表 必须配置
hotlist.enabled 开启板块热榜 true
hotlist.top_n 热榜显示条数 10
tracking.enabled 记录跟踪数据 true
market_phases.* 市场阶段阈值 见config

Stock Push v2.2 — 自选股跟踪 + 板块热度

安全使用建议
Review before installing. Use only if you are comfortable with recurring stock watchlist monitoring and push delivery, replace any bundled push target with your own, and remove or fix the SSL certificate bypass before relying on the reported market data.
能力评估
Purpose & Capability
The core behavior is coherent with a stock monitoring skill: it loads a watchlist, fetches market and sector data, creates a report, and records tracking history. The concern is not purpose mismatch, but unsafe transport security for financial data.
Instruction Scope
The skill documents cron-based recurring execution and CSV tracking, but the activation phrases are broad and the README/SKILL text does not clearly require explicit confirmation before enabling scheduled monitoring or explain all privacy implications of push delivery.
Install Mechanism
Installation is conventional for an OpenClaw skill and no dependency installation or obfuscated setup was found. The sample configuration includes a concrete WeChat-style target identifier, which users should replace or remove before use.
Credentials
Network fetching is expected, but scripts/stock_push.py globally disables HTTPS certificate verification and also fetches sector data over plain HTTP, making market reports vulnerable to network tampering.
Persistence & Privilege
The skill writes reports to /tmp and stores stock history/tracking data under ~/.stock-push, and it documents OpenClaw cron scheduling. This persistence is purpose-aligned but should be explicitly opt-in and easy to remove.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-watcher-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-watcher-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.0
v2.3: 用户发送自选股机制;新增板块热度榜;量比计算;市场阶段判断
元数据
Slug stock-watcher-v2
版本 2.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stock Watcher v2 是什么?

A股自选股半小时跟踪扫描 + 板块热度榜推送。当用户提到"自选股跟踪"、"定时推送股票"、"每半小时推送自选股"、"设置股票提醒"、"盯盘推送"时触发。支持定时任务(OpenClaw Cron)、自定义自选股列表、板块热度榜、量比计算。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Stock Watcher v2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-watcher-v2」即可一键安装,无需额外配置。

Stock Watcher v2 是免费的吗?

是的,Stock Watcher v2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stock Watcher v2 支持哪些平台?

Stock Watcher v2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Watcher v2?

由 perrykono-debug(@perrykono-debug)开发并维护,当前版本 v2.3.0。

💬 留言讨论