Install
openclaw skills install a-stock-eveningSends a daily 15:10 summary of A-share closing data including index changes, volume, hot sectors, and main capital flow via Feishu.
openclaw skills install a-stock-evening每个A股交易日 15:10 通过飞书发送当日收盘情况总结,包含主力资金状况。
使用东方财富股票 API 获取实时数据:
https://push2.eastmoney.com/api/qt/ulist.np/gethttps://push2.eastmoney.com/api/qt/clist/get (fid=f62 主力资金)https://push2.eastmoney.com/api/qt/ulist.np/get (f104/f105/f106)通过 OpenClaw 飞书通道发送给用户。
# 仅生成报告
node scripts/closing-summary.mjs
# 生成并发送到飞书
node scripts/closing-summary.mjs --send
设置每天 15:10 执行(OpenClaw 会自动判断是否为交易日):
openclaw cron add "10 15 * * 1-5" --skill a-stock-evening -- --send