← 返回 Skills 市场
A Stock Digest
作者
cloudgg82-blip
· GitHub ↗
· v1.0.0
· MIT-0
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install a-stock-digest
功能描述
Provides A-share stock daily signals scoring and hotspot theme identification for pre-market briefs and real-time alerts.
使用说明 (SKILL.md)
A股热点识别系统
A股量化信号打分 + 热点主题识别。Use when: (1) 用户请求A股日报/热点/信号 (2) 定时任务触发 (3) 盘中告警
系统架构
RSS源(英为财情) → feed CLI → 信号打分(0-100) → 主题识别 → 分类输出
↓
┌─────────────┴─────────────┐
≥75 60-74
(alert) (brief)
↓ ↓
盘中告警 盘前简报重点
信号打分模型
| 维度 | 权重 | 说明 |
|---|---|---|
| 催化强度 | 0-40 | 政策/业绩/订单/并购/负面 |
| 时间敏感度 | 0-20 | 盘中/盘前/盘后/旧闻 |
| 资金印证 | 0-25 | 涨停/资金流入/异动 |
| 舆情一致性 | 0-15 | 多源一致/单一来源 |
阈值:
- ≥75:盘中告警 + 观察池
- 60-74:盘前简报重点
- \x3C60:收录但不打扰
热点主题识别
覆盖 15+ 核心主题:
- AI算力、新能源车、半导体、医药医疗
- 低空经济、人形机器人、光通信、存储
- 并购重组、券商银行、地产基建、军工等
Commands
# 手动生成盘前Brief
cd ~/.openclaw/workspace/lib/a-stock-digest && .venv/bin/python3 commands/candidate_pool_feishu.py
# 查看今日简报
cat ~/a-digest/brief/pre_$(date +%Y%m%d).md
Cron 任务
| 任务 | 时间 | 内容 |
|---|---|---|
| 盘前Brief | 08:00 | 信号打分+热点主题+观察池 |
| 盘后复盘 | 15:20 | 轮动复盘+命中率+明日预案 |
本地存储
~/a-digest/
├── raw/ # 原始数据
├── seen/ # 已处理ID (去重)
├── brief/ # 简报
├── alerts/ # 告警
└── review/ # 复盘
更新日志
- 2026-03-04: 集成热点主题识别,支持15+主题
安全使用建议
This skill is instruction-only and expects local scripts/tools that are not included or declared. Before installing or running it: 1) Inspect the local paths mentioned (~/.openclaw/workspace/lib/a-stock-digest and ~/a-digest) and the file commands/candidate_pool_feishu.py — do not run unknown Python scripts without review. 2) Verify whether you have a 'feed CLI' and Feishu/webhook credentials and where they are stored; the skill does not declare needed env vars or tokens. 3) If you plan to run its cron schedule, add cron entries yourself only after auditing the called scripts. 4) Prefer to obtain the full source (or a trusted package) that contains the referenced scripts; ask the publisher for missing installation and credential instructions. 5) If you do run the skill, run it in an isolated environment (container or VM) and avoid exposing production credentials until you confirm exactly what the scripts do.
功能分析
Type: OpenClaw Skill
Name: a-stock-digest
Version: 1.0.0
The skill bundle describes a legitimate A-share stock market analysis and alerting system. The documentation in SKILL.md outlines a standard workflow for processing RSS feeds, scoring market signals, and generating reports via Python scripts and cron jobs. There are no indicators of malicious intent, data exfiltration, or harmful prompt injection; the commands and file paths (e.g., ~/a-digest/) are consistent with the stated purpose of the tool.
能力评估
Purpose & Capability
The description says it provides A-share signals and hotspot identification, which matches the SKILL.md content, but the instructions reference external tooling (an RSS 'feed CLI'), a Feishu-related script (commands/candidate_pool_feishu.py) and specific workspace paths. The skill's metadata declares no required binaries or credentials, which is inconsistent: a Feishu integration and feed CLI would normally require tokens/APIs and a binary or script. This mismatch suggests missing declared requirements.
Instruction Scope
The runtime instructions tell the agent to run a Python script in ~/.openclaw/workspace/lib/a-stock-digest/.venv and to read/write files under ~/a-digest/. Because this is an instruction-only skill with no bundled code, it effectively instructs the agent to execute local code (if present) and access user home directories. That grants broad filesystem access in practice and relies on unspecified local scripts and environment — the instructions assume local artifacts that are not included or declared.
Install Mechanism
There is no install spec and no code files bundled, so nothing will be downloaded or installed by the skill itself. This minimizes supply-chain risk from the skill package, but shifts risk to whatever local scripts/tools the instructions call.
Credentials
The SKILL.md references Feishu and an RSS feed CLI but the skill requests no environment variables or credentials. Integrations with Feishu (or other messaging/APIs) normally require tokens or webhooks; the absence of declared credentials is disproportionate or incomplete. The skill also references user home paths — access to those directories would be needed but is not declared in metadata.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only. It documents cron schedules and local storage paths, implying periodic operation, but it does not itself install cron jobs or persist configuration. There is no elevated platform privilege requested by the skill metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install a-stock-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/a-stock-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
A股热点识别系统 1.0.0 发布:
- 集成量化信号打分模型,根据四大维度(催化强度、时间敏感度、资金印证、舆情一致性)对A股事件进行自动评分
- 实现盘中告警和盘前简报,支持定时任务和手动触发
- 引入15+核心主题的热点主题识别,涵盖AI算力、新能源车、半导体、医药等
- 本地存储分门别类,方便数据管理与复盘
- 提供简明命令行工具和定时任务自动化 workflow
元数据
常见问题
A Stock Digest 是什么?
Provides A-share stock daily signals scoring and hotspot theme identification for pre-market briefs and real-time alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 A Stock Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-digest」即可一键安装,无需额外配置。
A Stock Digest 是免费的吗?
是的,A Stock Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A Stock Digest 支持哪些平台?
A Stock Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A Stock Digest?
由 cloudgg82-blip(@cloudgg82-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills