A股每日简报

v1.2.0

A股每日简报生成器。基于东方财富免费公开数据,一键生成大盘指数、板块涨跌、涨跌幅榜等简报。 中文优先,无需API Key,开箱即用。 当用户说"A股"、"今日行情"、"大盘指数"、"股票"、"今日A股"时触发。 Keywords: A股, 股票, 行情, 大盘, 涨跌, 东方财富, 简报.

0· 152·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-stock-brief.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "A股每日简报" (freedompixels/cn-stock-brief) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-stock-brief
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-stock-brief

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-stock-brief
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📈 Clawdis
latestvk97c3xvam87absjg13ctxqaeed850rhh
152downloads
0stars
5versions
Updated 1w ago
v1.2.0
MIT-0

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%
  ...

========================================
数据来源:东方财富 | 仅供参考,不构成投资建议

Comments

Loading comments...