← 返回 Skills 市场
A股每日简报
作者
freedompixels
· GitHub ↗
· v1.2.0
· MIT-0
156
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install cn-stock-brief
功能描述
A股每日简报生成器。基于东方财富免费公开数据,一键生成大盘指数、板块涨跌、涨跌幅榜等简报。 中文优先,无需API Key,开箱即用。 当用户说"A股"、"今日行情"、"大盘指数"、"股票"、"今日A股"时触发。 Keywords: A股, 股票, 行情, 大盘, 涨跌, 东方财富, 简报.
使用说明 (SKILL.md)
CN Stock Brief - A股每日简报
A股市场每日简报生成器,基于东方财富免费公开数据。
功能
- 📈 大盘指数:上证、深证、创业板、科创50
- 🏭 板块涨跌:TOP20 行业板块涨跌幅
- 🚀 涨幅榜:A股涨幅TOP10
- 📉 跌幅榜:A股跌幅TOP10
- 📊 多种输出格式:文本简报 / JSON
使用
每日简报(默认)
python3 ~/.qclaw/skills/cn-stock-brief/scripts/stock_brief.py
JSON 格式(供程序处理)
python3 ~/.qclaw/skills/cn-stock-brief/scripts/stock_brief.py --json
仅指数数据
python3 ~/.qclaw/skills/cn-stock-brief/scripts/stock_brief.py --indices
仅板块数据
python3 ~/.qclaw/skills/cn-stock-brief/scripts/stock_brief.py --sectors
数据源
- 东方财富开放API(无需API Key,免费)
- 沪深A股实时行情
- 行业板块分类
依赖
- Python 3(系统自带)
- 无第三方依赖
注意
- ⚠️ 数据仅供参考,不构成投资建议
- 交易日才有实时数据,非交易日显示上一交易日数据
示例输出
📊 A股每日简报 | 2026-04-14 周二
========================================
📈 大盘指数
🟢 上证指数: 3285.50 (+1.23%)
🔴 深证成指: 10234.60 (-0.45%)
🟢 创业板指: 2034.80 (+0.67%)
🟢 科创50: 987.20 (+1.05%)
🏭 板块涨跌 TOP10
1. 半导体: +3.25%
2. 新能源: +2.18%
...
🚀 涨幅榜 TOP10
1. 中芯国际(688981): 85.60 +10.02%
...
📉 跌幅榜 TOP10
1. 某某股份(000001): 5.20 -8.50%
...
========================================
数据来源:东方财富 | 仅供参考,不构成投资建议
安全使用建议
This skill appears to do exactly what it says: when run it makes HTTPS requests to push2.eastmoney.com to fetch market data and prints a brief. It asks for no credentials and does not read local files. Before installing, consider: (1) the skill will make outbound network calls to a third‑party domain (ensure this is acceptable in your environment); (2) data is for reference only (not investment advice); and (3) if you have stricter security requirements, review the bundled script yourself — it is short and readable and contains no obfuscated behavior.
功能分析
Type: OpenClaw Skill
Name: cn-stock-brief
Version: 1.2.0
The skill is a legitimate A-share market report generator that fetches public financial data from East Money (eastmoney.com). The core logic in `scripts/stock_brief.py` uses standard Python libraries to retrieve and format stock indices and sector performance without any evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description promise (A股每日简报 from 东方财富) aligns with the included script: the Python code fetches JSON from push2.eastmoney.com, formats indices, sectors, top gainers/losers, and prints text/JSON. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md tells the agent to run the bundled script and describes outputs and data sources. The runtime instructions do not ask the agent to read unrelated files, environment variables, or post data to unexpected endpoints. The script only performs outbound HTTPS GETs to 东方财富 API endpoints and formats results.
Install Mechanism
There is no install spec (instruction-only plus a bundled script), so nothing is downloaded or installed at runtime beyond running the included Python script. This is low-risk and proportionate for the functionality.
Credentials
The skill declares no required env vars or credentials and the code does not read secrets or system config. It does create a WORKSPACE constant but does not access it. The only external access is to eastmoney (push2.eastmoney.com), which is appropriate for the stated data source.
Persistence & Privilege
always is false, the skill does not request persistent/system privileges or modify other skills/config. Running the script prints output and does not write files or alter agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-stock-brief - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-stock-brief触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Fix SSL verification: remove verify=False
v1.0.1
移除SSL降级描述
v1.0.2
- Added YAML frontmatter with skill name, description, trigger keywords, and metadata.
- Improved skill description and keyword list for better discoverability.
- No changes to core features, usage, or sample output.
v1.1.0
Version 1.1.0 of cn-stock-brief
- No file changes detected.
- No functional or content changes in this version.
v1.0.0
- Initial release of CN Stock Brief – A股市场每日简报生成器
- 提供上证、深证、创业板、科创50等大盘指数数据
- 行业板块涨跌TOP20、A股涨跌幅TOP10展示
- 支持文本与JSON两种输出格式
- 数据源为东方财富免费公开API,无第三方依赖
- 自动处理交易日/非交易日数据,含SSL降级机制
元数据
常见问题
A股每日简报 是什么?
A股每日简报生成器。基于东方财富免费公开数据,一键生成大盘指数、板块涨跌、涨跌幅榜等简报。 中文优先,无需API Key,开箱即用。 当用户说"A股"、"今日行情"、"大盘指数"、"股票"、"今日A股"时触发。 Keywords: A股, 股票, 行情, 大盘, 涨跌, 东方财富, 简报. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 A股每日简报?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-stock-brief」即可一键安装,无需额外配置。
A股每日简报 是免费的吗?
是的,A股每日简报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A股每日简报 支持哪些平台?
A股每日简报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A股每日简报?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.2.0。
推荐 Skills