← Back to Skills Marketplace
A股每日简报
by
freedompixels
· GitHub ↗
· v1.2.0
· MIT-0
156
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install cn-stock-brief
Description
A股每日简报生成器。基于东方财富免费公开数据,一键生成大盘指数、板块涨跌、涨跌幅榜等简报。 中文优先,无需API Key,开箱即用。 当用户说"A股"、"今日行情"、"大盘指数"、"股票"、"今日A股"时触发。 Keywords: A股, 股票, 行情, 大盘, 涨跌, 东方财富, 简报.
README (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%
...
========================================
数据来源:东方财富 | 仅供参考,不构成投资建议
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-stock-brief - After installation, invoke the skill by name or use
/cn-stock-brief - Provide required inputs per the skill's parameter spec and get structured output
Version History
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降级机制
Metadata
Frequently Asked Questions
What is A股每日简报?
A股每日简报生成器。基于东方财富免费公开数据,一键生成大盘指数、板块涨跌、涨跌幅榜等简报。 中文优先,无需API Key,开箱即用。 当用户说"A股"、"今日行情"、"大盘指数"、"股票"、"今日A股"时触发。 Keywords: A股, 股票, 行情, 大盘, 涨跌, 东方财富, 简报. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install A股每日简报?
Run "/install cn-stock-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A股每日简报 free?
Yes, A股每日简报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A股每日简报 support?
A股每日简报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A股每日简报?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.2.0.
More Skills