← 返回 Skills 市场
Earnings Reader
作者
_silhouette
· GitHub ↗
· v1.0.0
746
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install earnings-reader
功能描述
A股财报研读助手 - 解读利润表/资产负债表/现金流量表
使用说明 (SKILL.md)
Earnings Reader — 财报研读
数据获取
PYTHON=python3.12
EARNINGS=skills/akshare-finance/scripts/earnings.py
# 获取财报摘要
$PYTHON $EARNINGS report \x3C股票代码>
# 例: $PYTHON $EARNINGS report 600519
# 查看业绩预告
$PYTHON $EARNINGS earnings
# 行业概览
$PYTHON $EARNINGS industry
财报分析框架
三表分析
- 利润表: 营收增速、毛利率、净利率趋势
- 资产负债表: 资产负债率、流动比率、商誉占比
- 现金流量表: 经营现金流/净利润比、自由现金流
关键指标
| 指标 | 健康范围 | 红灯 |
|---|---|---|
| ROE | >15% | \x3C8% |
| 净利率 | >10% | \x3C3% |
| 资产负债率 | \x3C60% | >80% |
| 营收增速 | >10% | \x3C0% |
| 经营现金流/净利润 | >0.8 | \x3C0.5 |
估值对比
- PE/PB 历史分位
- 同行业对比
- PEG 合理性
输出格式
个股财报速读
## {公司名} 财报速读
### 核心数据 (最近4个季度)
| 指标 | Q3 | Q2 | Q1 | 全年 |
|------|----|----|----|----|
| 营收 | xx亿 | xx亿 | xx亿 | xx亿 |
| 净利 | xx亿 | xx亿 | xx亿 | xx亿 |
| ROE | xx% | xx% | xx% | xx% |
### 趋势判断
- 增长性: [加速/稳定/减速]
- 盈利质量: [优/良/中/差]
- 风险点: [具体描述]
### 投资观点 (仅供参考)
注意
- 财报数据来源: AKShare (东方财富)
- 仅用于研究分析,不构成投资建议
- Macro agent 关注行业趋势,个股交易建议由 trading agent 负责
安全使用建议
This skill's documentation expects you to run a local Python script (skills/akshare-finance/scripts/earnings.py) with python3.12 and to use AKShare/东方财富 data, but the skill package contains no code or install instructions. Do not run unknown scripts. Before installing or enabling this skill, ask the publisher for: (1) the missing earnings.py (or include it in the skill), (2) a clear dependency list and installation steps (Python version, AKShare), and (3) confirmation that no credentials or sensitive files are needed. If you must run the provided commands, inspect the earnings.py source yourself to ensure it only fetches financial data and does not access or exfiltrate unrelated files or secrets.
功能分析
Type: OpenClaw Skill
Name: earnings-reader
Version: 1.0.0
The skill bundle contains metadata and a `SKILL.md` file. The `SKILL.md` describes the skill's purpose, how to invoke a local Python script (`earnings.py`) for data retrieval, and provides analysis frameworks and output formats. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection with harmful intent. The commands shown are standard local script executions, aligning with the stated purpose of an 'earnings-reader' skill.
能力评估
Purpose & Capability
The skill name/description (A股财报研读) matches the instructions' intent (financial-statement analysis). However the SKILL.md expects a local script at skills/akshare-finance/scripts/earnings.py and a specific Python binary (python3.12), but the skill package contains no code files and declares no required binaries or dependencies (e.g., AKShare). That mismatch means required capabilities are not provided or declared.
Instruction Scope
Runtime instructions are limited to running a local Python script and formatting analysis output; they do not request unrelated system files or secrets. The main issue is that the instructions require executing an external script path that is not included with the skill. Executing an out-of-band/unseen script is a risk because its behavior is unknown.
Install Mechanism
There is no install spec (instruction-only skill), so nothing is downloaded or written by an installer. This lowers installation risk but amplifies the problem that required code/dependencies are missing.
Credentials
The skill declares no environment variables or credentials, which is consistent with a read-only data-analysis utility. However SKILL.md assumes a specific Python executable (python3.12) and use of AKShare/东方财富 as the data source — these dependencies are not declared. The lack of declared dependencies or instructions for installing AKShare/Python is an incoherence.
Persistence & Privilege
The skill does not request always: true and has no install behavior that modifies agent-wide settings. Model invocation is allowed (default), which is normal for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install earnings-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/earnings-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布: 财报数据解读Skill
元数据
常见问题
Earnings Reader 是什么?
A股财报研读助手 - 解读利润表/资产负债表/现金流量表. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 746 次。
如何安装 Earnings Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install earnings-reader」即可一键安装,无需额外配置。
Earnings Reader 是免费的吗?
是的,Earnings Reader 完全免费(开源免费),可自由下载、安装和使用。
Earnings Reader 支持哪些平台?
Earnings Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Earnings Reader?
由 _silhouette(@lanyasheng)开发并维护,当前版本 v1.0.0。
推荐 Skills