Skill
A Stock Report
A股报告生成与推送技能。触发方式:晨报(cron 08:00)、晚报(cron 20:00)、收盘小结(cron 15:00)、盘中预警(cron 每5分钟)、财经周末要闻(cron 周五20:00)、IPO周报(cron 周六09:00)。内置两套系统:①投资者情绪打分(6维度,满分100)②AI后市展望(收盘...
When to use A Stock Report
Choose if
You operate an agent inside a Chinese investing or research workflow and need scheduled A-share market summaries — morning, evening, intraday alerts every 5 minutes, weekend digests and IPO weekly recaps — produced from akshare and pushed to a WeCom (企业微信) webhook. The skill bundles a 6-dimension investor sentiment score and an AI market outlook generator, removing the need to hand-build the cron + ingestion + formatting layer.
Avoid if
You work on non-China equity markets (the skill targets A-shares specifically via akshare and Tencent / East Money endpoints) or you need real-time tick data rather than 5-minute polled snapshots. Also skip if you can't host a Python 3 cron environment with persistent file paths under /workspace/ — the scripts read credentials from /workspace/keys/*.ini and stage report content in /tmp before delivery.
Risk Flags
- MEDIUM scope Scope is bounded to China A-share markets sourced from akshare, Tencent Qt API and East Money endpoints. README data-quality note acknowledges margin-balance data lags one trading day post-close ("两融数据比当天少一天") and stale data (>2 trading days) gets flagged inside the report rather than blocking delivery.
- LOW runtime README references hard-coded /workspace/ paths for cron scripts, lock files in /tmp, and keys loaded from /workspace/keys/*.ini — non-trivial to relocate to a different filesystem layout.
Cost
Type: Unknown
Distribution
- ClawHub
a-stock-report- License
- MIT-0