Communityv2.0.3

A Stock Report

A股数据驱动型报告自动生成与推送系统,支持晨报 / 收盘小结 / 晚报 / 盘中预警 / IPO周报 / 财经周末要闻。内置投资者情绪打分(6维度,满分100)与AI后市展望。

2.4kdownloads1starsVictor Shen
View on ClawHubBack to Skills

Skill Details

Slug
a-stock-report
Latest Version
2.0.3
Author
Victor Shen
Published
Apr 4, 2026
Updated
Jun 2, 2026
Total Versions
35

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for A Stock Report.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.0.3

v2.0.3 — 锁机制系统化升级 - 全新引入 scripts/_lock.py,统一6个核心脚本的进程锁实现。 - 新锁具备 PID 活性检测、TTL(默认1小时)过期自动清理和 stale 锁抢占能力。 - 优化锁文件结构(PID/owner/timestamp 三行),允许异常退出后自动恢复,彻底解决死锁/锁残留问题。 - 所有脚本防并发锁行为一致,支持强制抢占 stale 锁,提升自动化健壮性。 - send_morning_report.py 的去重锁实现不变,继续作为业务级文件锁。