Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

finance-analyzer财务分析员

Agent Skill

finance-analyzer 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,351

周安装

382

GitHub Stars

公开资料未说明

下载量

2,995
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:finance-analyzer(财务分析员)
来源仓库:https://github.com/zhengmengkaizmk/finance-analyzer
安装命令:
openclaw skills install finance-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install finance-analyzer

简介

从 CSV/Excel 文件读取三大会计报表,自动生成财务指标与趋势解读。

  • 适用于中小企业财务复盘、个人理财分析或教学演示的数据处理需求。
  • 支持盈利能力、偿债能力等多维度计算,输出可视化友好的文字说明。
  • 字段命名需符合通用会计准则,否则需手动调整映射关系。
  • 分析结果仅供参考,不构成税务或合规建议。

SKILL.md

name
finance-analyzer
description
This skill should be used when a user needs to analyze financial statements (Income Statement, Balance Sheet, Cash Flow Statement) from Excel or CSV files. It extracts financial data and calculates key metrics such as ROE, ROA, gross margin, and net margin. Trigger scenarios include requests like "analyze this financial report", "calculate ROE/ROA", "what's the gross margin", or any task involving reading and interpreting financial spreadsheets.

Finance Analyzer

Overview

This skill enables reading and analyzing financial statements from Excel (.xlsx/.xls) and CSV files. It understands the structure of Income Statements (损益表), Balance Sheets (资产负债表), and Cash Flow Statements (现金流量表), extracts key line items, and calculates core financial metrics including ROE, ROA, gross margin (毛利率), and net margin (净利率).

Workflow

Step 1: Identify the Input File

Confirm the user has provided or referenced an Excel/CSV file containing financial statements. Supported formats:

  • .xlsx / .xls (Excel workbook, may contain multiple sheets)
  • .csv (single sheet)

If the user has not provided a file, ask them to provide the financial statement file.

Step 2: Install Dependencies

Before running the analysis script, ensure required Python packages are available:

pip install pandas openpyxl

Step 3: Run the Analysis Script

Execute the bundled analysis script to parse the financial data and calculate metrics:

python3 {SKILL_DIR}/scripts/analyze_financials.py <file_path>

Optional arguments:

  • --sheet <sheet_name> — Analyze a specific sheet only
  • --output <output.json> — Save results to a JSON file

The script automatically:

  1. Detects sheet types (Income Statement, Balance Sheet, Cash Flow) by sheet name keywords
  2. Falls back to content-based detection if sheet names are ambiguous
  3. Extracts key financial line items using Chinese and English keyword matching
  4. Calculates all available metrics from the extracted data

Step 4: Interpret and Present Results

After running the script, interpret the JSON output for the user. The output contains:

  • parsed_data: Raw extracted values from each statement type
  • metrics: Calculated financial metrics with values, formulas, and component breakdowns
  • warnings: Any data items that could not be found or calculated

When presenting results to the user:

  1. Display the core metrics the user requested (typically ROE, ROA, gross margin, net margin) in a clear table format
  2. Show the calculation formula and components so the user can verify the numbers
  3. Flag any warnings — explain which metrics could not be calculated and why (e.g., missing data)
  4. Provide professional interpretation — reference references/financial_statements_guide.md for benchmark ranges and contextual analysis

Example output format:

| 指标 | 数值 | 公式 |
|------|------|------|
| ROE(净资产收益率) | 18.5% | 净利润 / 股东权益 × 100% |
| ROA(总资产收益率) | 8.2% | 净利润 / 总资产 × 100% |
| 毛利率 | 35.6% | 毛利润 / 营业收入 × 100% |
| 净利率 | 12.3% | 净利润 / 营业收入 × 100% |

Step 5: Handle Edge Cases

  • Unrecognized sheet names: If the script cannot detect sheet types, prompt the user to specify which sheet contains which statement using --sheet
  • Missing data: If key line items cannot be found, read the file directly to inspect the format, then adjust the approach or guide the user
  • Multiple periods: The script extracts the most recent period's data by default. If the user needs trend analysis across periods, read the file manually and perform the comparison
  • Unit differences: Check if amounts are in 元, 万元, or 百万元, and normalize if needed before interpretation

Reference Material

For detailed information about financial statement structures, metric definitions, benchmark ranges, and interpretation guidance, refer to references/financial_statements_guide.md. This reference covers:

  • Structure of all three financial statements (Chinese and English)
  • Core metric formulas and industry benchmarks
  • DuPont analysis framework
  • Common Excel format patterns and parsing considerations

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.9%
按下载量换算2,962

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills