📦 financial-report-analysis — 财报智能解析

v1.0.2

自动读取上市公司资产负债表、利润表、现金流量表,秒级生成专业财务分析报告,提供关键指标解读与风险提示。

0· 430·0 当前·0 累计
下载技能包
最后更新
2026/4/3
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears coherent and low-risk in its current form: it runs local calculations on embedded sample data, does not contact external endpoints, and asks for no credentials. Before using it for real-time analysis or providing API keys: 1) verify and/or implement the data-source integration code (currently TODO) and confirm which endpoints it will call; 2) never paste production API keys into a skill unless you inspected the code that will use them; 3) if you plan to pay the developer, inde...
详细分析 ▾
用途与能力
Name/description promise (financial statement analysis) aligns with the provided SKILL.md and the included Python script which implements ratio calculations, risk checks, report formatting and CLI invocation. The SKILL.md mentions optional real-time data sources (Eastmoney/Wind/SEC/Yahoo), which is reasonable as an optional enhancement; the shipped code uses only embedded SAMPLE_DATA, which is consistent with an initial/instruction-only release.
指令范围
SKILL.md describes using external data sources and an optional config for a 'data_source' and cache, but the runtime instructions and the included script do not access network, files, or environment variables: get_financial_data() currently returns SAMPLE_DATA and has TODO comments for API integration. This is a scope note (the skill claims it can pull live data, but the provided code does not yet implement that).
安装机制
No install spec is provided (instruction-only plus a single Python script). Nothing is downloaded or written to disk by an installer; therefore install risk is low.
凭证需求
The skill declares no required environment variables or credentials. SKILL.md mentions optional API keys / config for real-time data, but these are not required and not implemented in the shipped code. If you later enable live data, you should expect to provide service-specific API keys—only provide keys you trust and review the integration code first.
持久化与权限
The skill is not marked always:true and is user-invocable only. It does not request persistent system-level presence or modify other skills. Autonomous invocation (disable-model-invocation=false) is the platform default and is not combined with other red flags here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/4/2

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install financial-report-analysis
镜像加速npx clawhub@latest install financial-report-analysis --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库