stock-monitor
SKILL.md
Metadata
openclaw:
requires:
files:
- ~/.openclaw/stock-pool.json # 股票监控池配置(公开数据)
- ~/.openclaw/stock-positions.json # 持仓记录(个人数据,仅本地使用)
- ~/.openclaw/stock-trades.json # 交易记录(个人数据,仅本地使用)
- ~/.openclaw/stock-alerts.json # 预警配置
- ~/.openclaw/cron/jobs.json # 定时任务配置
apis:
- 腾讯行情API (qt.gtimg.cn) # 实时行情(主要数据源)
- 东方财富API (eastmoney.com) # K线数据、资讯
- 新浪财经API (sina.com.cn) # 港股资讯
network: true
python: true