← Back to Skills Marketplace
Stock Watcher v2
by
perrykono-debug
· GitHub ↗
· v2.3.0
· MIT-0
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-watcher-v2
Description
A股自选股半小时跟踪扫描 + 板块热度榜推送。当用户提到"自选股跟踪"、"定时推送股票"、"每半小时推送自选股"、"设置股票提醒"、"盯盘推送"时触发。支持定时任务(OpenClaw Cron)、自定义自选股列表、板块热度榜、量比计算。
README (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 — 自选股跟踪 + 板块热度
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-watcher-v2 - After installation, invoke the skill by name or use
/stock-watcher-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.0
v2.3: 用户发送自选股机制;新增板块热度榜;量比计算;市场阶段判断
Metadata
Frequently Asked Questions
What is Stock Watcher v2?
A股自选股半小时跟踪扫描 + 板块热度榜推送。当用户提到"自选股跟踪"、"定时推送股票"、"每半小时推送自选股"、"设置股票提醒"、"盯盘推送"时触发。支持定时任务(OpenClaw Cron)、自定义自选股列表、板块热度榜、量比计算。 It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.
How do I install Stock Watcher v2?
Run "/install stock-watcher-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Watcher v2 free?
Yes, Stock Watcher v2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stock Watcher v2 support?
Stock Watcher v2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Watcher v2?
It is built and maintained by perrykono-debug (@perrykono-debug); the current version is v2.3.0.
More Skills