A Stock Evening

# A股收盘报告

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "A Stock Evening" with this command: npx skills add chrislzg/a-stock-evening

A股收盘报告

每个A股交易日 15:10 通过飞书发送当日收盘情况总结,包含主力资金状况。

触发条件

  • 时间:每交易日 15:10(周一至周五)
  • 时区:Asia/Shanghai
  • 注意:节假日需额外判断

内容

  • 上证指数、深证成指、创业板指、沪深300 涨跌幅
  • 涨跌分布统计(上涨/下跌/平盘)
  • 主力资金状况(重点)
    • 主力资金净流入/净流出
    • 主力资金净流入板块 Top 5
    • 主力资金净流出板块 Top 5
  • 热门板块
  • 成交额
  • 操作建议

实现

使用东方财富股票 API 获取实时数据:

  • 指数: https://push2.eastmoney.com/api/qt/ulist.np/get
  • 行业资金流向: https://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

Cron 定时任务

设置每天 15:10 执行(OpenClaw 会自动判断是否为交易日):

openclaw cron add "10 15 * * 1-5" --skill a-stock-evening -- --send

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated