← 返回 Skills 市场
chenchaoqun

A Stock Premarket Briefing

作者 chenchaoqun · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
1750
总下载
2
收藏
13
当前安装
2
版本数
在 OpenClaw 中安装
/install a-stock-premarket-briefing
功能描述
A 股盘前简报技能,交易日开盘前分析市场新闻、宏观事件,生成投资参考报告。整合 multi-search-engine 和 summarize,无需 API Key。
使用说明 (SKILL.md)

A 股盘前简报 Skill

交易日专用 — 在开盘前(9:00-9:25)对 A 股市场进行全方位分析,帮助把握当日投资主线。

何时使用

使用场景:

  • "今日 A 股盘前分析"
  • "生成今日盘前简报"
  • "今天市场有什么热点"
  • 交易日开盘前市场预判(8:00-9:15)
  • 投资决策参考

不使用场景:

  • 非交易日(周末、节假日)
  • 盘中实时分析(应用其他技能)
  • 个股深度研究

数据来源

  • multi-search-engine — 17 个搜索引擎覆盖中英文信息源
  • summarize — AI 分析与总结
  • 优先官方/一手来源(交易所、证监会、权威财经媒体)

使用方法

基础用法

python3 scripts/a_stock_premarket_briefing.py

在对话中

直接请求:

  • "今日 A 股盘前简报"
  • "生成盘前分析报告"
  • "今天市场主线是什么"

输出内容

  1. 📰 关键新闻摘要 — 过去 12 小时 5+ 来源的市场新闻
  2. 🎯 今日主线叙事 — 3 条核心投资逻辑
  3. 📊 市场偏向判断 — 多/空/震荡 + 置信度%
  4. 🔥 最强板块预测 — 当日可能领涨的板块
  5. 👀 可观察标的清单 — 5 个值得关注的 A 股标的
  6. 🔗 来源链接 — 每条结论附带原始来源

示例输出

==================================================
📈 A 股盘前简报
📅 2026 年 03 月 14 日 08:30 (Asia/Shanghai)
==================================================

【📰 关键新闻摘要】
1. 美联储议息会议释放鸽派信号,全球风险偏好回升
   来源:https://www.xinhuanet.com/...
2. 证监会发布科创板做市商制度新规
   来源:http://www.csrc.gov.cn/...
3. 宁德时代发布新一代电池技术,能量密度提升 30%
   来源:https://finance.sina.com.cn/...
4. 北向资金昨日净流入 85 亿元,连续 3 日加仓
   来源:https://www.eastmoney.com/...
5. 美股科技股昨夜大涨,纳斯达克 +2.5%
   来源:https://cnbc.com/...

【🎯 今日主线叙事】
1. 科技成长主线:美联储鸽派 + 美股科技大涨,A 股科技板块有望接力
2. 新能源反弹:宁德时代新技术催化,锂电产业链情绪修复
3. 政策预期:科创板新规落地,券商和创投板块受益

【📊 市场偏向判断】
偏向:偏多 📈
置信度:72%
理由:
- 外围市场情绪积极(美股大涨)
- 北向资金持续流入
- 无重大利空消息

【🔥 最强板块预测】
1. CPO/光模块 — 美股 AI 硬件大涨传导
2. 锂电池 — 宁德时代新技术催化
3. 券商 — 科创板新规政策利好

【👀 可观察标的清单】
1. 中际旭创 (300308) — CPO 龙头,美股映射
2. 宁德时代 (300750) — 新技术发布,行业风向标
3. 新易盛 (300502) — 光模块弹性标的
4. 中信证券 (600030) — 券商龙头,政策受益
5. 亿纬锂能 (300014) — 锂电二线龙头,补涨逻辑

==================================================
💡 数据来源:multi-search-engine + summarize 分析
⚠️ 风险提示:盘前分析仅供参考,不构成投资建议。股市有风险,投资需谨慎。
==================================================

依赖

  • Python 3.7+
  • requests 库
  • summarize CLI(brew 安装)
  • multi-search-engine 技能
pip install requests
brew install steipete/tap/summarize

搜索策略

核心关键词(过去 12 小时)

  • "A 股 最新消息"
  • "美联储 最新讲话"
  • "证监会 新政"
  • "北向资金 今日"
  • "美股 昨夜"
  • "中概股 涨跌"

优先来源

  • 官方:证监会、交易所、新华社
  • 权威:财新、一财、证券时报
  • 数据:东方财富、同花顺

注意事项

  1. 最佳使用时机:交易日 8:00-9:15(开盘前)
  2. 非交易日:自动提示跳过
  3. 网络依赖:需要稳定的网络连接
  4. 免责声明:仅供参考,不构成投资建议

扩展建议

  • 添加 tavily-search 结构化数据补充
  • 添加隔夜外盘详细数据
  • 添加 A50 期货、人民币汇率
  • 添加龙虎榜/大宗交易数据
  • 支持导出 Markdown/PDF 报告

版本

v1.0.0 - 初始版本

安全使用建议
This skill appears coherent and focused on producing a premarket briefing. Before installing/using it: 1) Vet the 'summarize' CLI source (the README suggests a third‑party Homebrew tap) — only install from sources you trust. 2) Verify the multi-search-engine skill you will call is trusted, because the skill delegates web fetching/searching to it (so that skill's permissions and endpoints matter). 3) Expect the agent to need network access and the ability to run subprocesses for the summarize CLI; run in a sandbox if you want to limit risk. 4) Review/modify the code if you want stronger holiday calendar checks or tighter limits on which sites are fetched. Overall, there are no obvious attempts to exfiltrate secrets or perform unrelated actions.
功能分析
Type: OpenClaw Skill Name: a-stock-premarket-briefing Version: 1.0.1 The skill is a financial analysis tool designed to generate A-share market pre-briefings by aggregating news from search engines and summarizing them. The Python script `a_stock_premarket_briefing.py` functions primarily as a coordinator, generating search queries and providing instructions for the AI agent to follow. While it includes a `subprocess` call to an external `summarize` CLI tool, the inputs are controlled and the behavior is consistent with the stated purpose. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included Python scripts and SKILL.md: the code generates a premarket briefing, produces search queries, and delegates web fetching and summarization to external tools (multi-search-engine and summarize). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the scripts keep to the stated scope: build search queries, request searches, extract page content via a summarize CLI, and produce an analysis prompt. The instructions do not ask to read system files, environment secrets, or post data to unknown endpoints. Execution is explicitly delegated to external search and summarization tools.
Install Mechanism
There is no automated install spec (instruction-only install), which reduces risk. The README/SKILL.md recommend 'pip install requests' and 'brew install steipete/tap/summarize'. The brew tap (steipete/tap) is a third‑party tap—this is only a suggestion but worth vetting before installing the CLI from that source.
Credentials
The skill requests no environment variables, credentials, or config paths. The behavior in code matches that: network access is used only conceptually via external tools. There are no extraneous secret-exposing patterns in the files.
Persistence & Privilege
Skill is not always-on and does not request elevated or persistent privileges. It does not attempt to modify other skills or system-wide agent settings. It does run subprocesses (summarize CLI) when executed, which is expected for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-premarket-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-premarket-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增 scripts/test_briefing.py,开始添加测试脚本 - 布局后续测试用例开发,提升代码可维护性
v1.0.0
初始版本:交易日开盘前市场分析,整合 multi-search-engine 和 summarize
元数据
Slug a-stock-premarket-briefing
版本 1.0.1
许可证 MIT-0
累计安装 13
当前安装数 13
历史版本数 2
常见问题

A Stock Premarket Briefing 是什么?

A 股盘前简报技能,交易日开盘前分析市场新闻、宏观事件,生成投资参考报告。整合 multi-search-engine 和 summarize,无需 API Key。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1750 次。

如何安装 A Stock Premarket Briefing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-premarket-briefing」即可一键安装,无需额外配置。

A Stock Premarket Briefing 是免费的吗?

是的,A Stock Premarket Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A Stock Premarket Briefing 支持哪些平台?

A Stock Premarket Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A Stock Premarket Briefing?

由 chenchaoqun(@chenchaoqun)开发并维护,当前版本 v1.0.1。

💬 留言讨论