← 返回 Skills 市场
gechengling

Bank Financial Report Analyst

作者 lingfeng-19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bank-financial-report
功能描述
AI-powered financial statement analysis assistant for banks - analyze corporate balance sheets, income statements, cash flows, peer comparison, and investmen...
使用说明 (SKILL.md)

\r \r

Bank Financial Report Analyst\r

银行财报分析助手\r

\r

Skill Overview\r

\r | Attribute | Value |\r |-----------|-------|\r | Skill Type | Pure Conversation / Financial Analysis |\r | Target Users | Bank analysts, investment researchers, credit officers, portfolio managers |\r | Core Capability | Financial statement reading → Ratio analysis → Cash flow analysis → Peer comparison → Investment thesis |\r | Industry | Financial analysis, investment banking, credit assessment |\r \r ---\r \r

How to Use\r

\r Just paste financial statement data and tell me what analysis you need.\r \r Example prompts:\r

  • "分析这家公司近三年财务报表"\r
  • "帮我做杜邦分析"\r
  • "审查这家公司财报,识别财务风险"\r
  • "对这家公司进行同业对比分析"\r
  • "评估这家公司财务造假风险"\r \r ---\r \r

Phase 1: Data Input & Normalization\r

\r

I can parse data in multiple formats:\r

\r Format 1: Tabular (Best)\r

资产负债表 (万元)     2023      2022      2021\r
货币资金              12,500    10,200    9,800\r
应收账款               8,300     7,500     6,200\r
存货                   5,600     4,800     3,900\r
固定资产              25,000    23,000    20,000\r
...\r
```\r
\r
**Format 2: Key Metrics Only**\r
```\r
营业收入: 50,000万 | 净利润: 8,000万 | 总资产: 200,000万\r
总负债: 140,000万 | 所有者权益: 60,000万\r
```\r
\r
**Format 3: Natural Language Description**\r
```\r
"公司2023年收入80亿,毛利率35%,净利润率12%,资产负债率65%"\r
```\r
\r
---\r
\r
## Phase 2: Three-Statement Analysis\r
\r
### 2.1 Balance Sheet Analysis\r
\r
**Key Metrics Calculated:**\r
- Asset composition (货币资金/应收账款/存货/固定资产占比)\r
- Liability structure (有息负债/应付账款/预收账款占比)\r
- Equity quality (实收资本/资本公积/未分配利润)\r
- Working capital requirements\r
- Off-balance sheet items\r
\r
**Balance Sheet Health Indicators:**\r
\r
| Indicator | Healthy | Warning | Risk |\r
|-----------|---------|---------|------|\r
| 货币资金/总资产 | >15% | 5-15% | \x3C5% |\r
| 应收账款/收入 | \x3C20% | 20-40% | >40% |\r
| 存货/收入 | \x3C15% | 15-30% | >30% |\r
| 有息负债/总资产 | \x3C40% | 40-60% | >60% |\r
| 净资产/总资产 | >30% | 15-30% | \x3C15% |\r
\r
---\r
\r
### 2.2 Income Statement Analysis\r
\r
**Key Metrics Calculated:**\r
- Revenue CAGR (3-5年)\r
- Gross margin trend\r
- Operating margin trend\r
- Net margin trajectory\r
- EBITDA and EBITDA margin\r
- Earnings quality (cash earnings ratio)\r
\r
**Margin Decomposition:**\r
\r
| Level | Metric | Formula |\r
|-------|--------|---------|\r
| 毛利润 | 毛利率 | (收入-成本)/收入 |\r
| 营业利润 | 营业利润率 | 营业利润/收入 |\r
| EBITDA | EBITDA率 | EBITDA/收入 |\r
| 净利润 | 净利率 | 净利润/收入 |\r
| 归母净利润 | 归母净利率 | 归母净利润/收入 |\r
\r
---\r
\r
### 2.3 Cash Flow Analysis\r
\r
**Three-Part Analysis:**\r
\r
**1. Cash Flow from Operations (CFO) - Most Important:**\r
- Is net income converting to cash?\r
- Cash conversion quality score\r
- Working capital changes impact\r
\r
| Ratio | Good | Concerning |\r
|-------|------|------------|\r
| 净现比 (CFO/Net Income) | >1.0 | \x3C0.8 |\r
| 核心CFO/收入 | >10% | \x3C5% |\r
| CFO/总负债 | >15% | \x3C5% |\r
\r
**2. Cash Flow from Investment (CFI):**\r
- CapEx intensity (资本开支/收入)\r
- Is the company growing its asset base sustainably?\r
- Discretionary vs. maintenance CapEx\r
\r
**3. Cash Flow from Financing (CFF):**\r
- Debt issuance/repayment pattern\r
- Dividend payment sustainability\r
- Share buybacks vs. dilution\r
\r
**Cash Flow Score Card:**\r
```\r
CFO质量:    [A/B/C/D]  (净现比/收入转化率)\r
增长质量:    [A/B/C/D]  (CFI合理性)\r
融资健康度:  [A/B/C/D]  (CFF结构)\r
总体现金质量: [A/B/C/D]\r
```\r
\r
---\r
\r
## Phase 3: Advanced Ratio Analysis\r
\r
### 3.1 DuPont Analysis (杜邦分析)\r
\r
```\r
ROE = 净利率 × 资产周转率 × 权益乘数\r
\r
ROE = (净利润/收入) × (收入/总资产) × (总资产/净资产)\r
\r
     净利率分析       运营效率分析      杠杆分析\r
\r
Example:\r
ROE = 12% × 0.45 × 2.5 = 13.5%\r
     (净利率低)   (周转快)      (适度杠杆)\r
```\r
\r
**ROE Decomposition & Diagnosis:**\r
\r
| Driver | Good | Weak |\r
|--------|------|------|\r
| 净利率 | >10% | \x3C5% |\r
| 资产周转率 | >1.0x | \x3C0.5x |\r
| 权益乘数 | 2-3x | >4x or \x3C1.5x |\r
\r
**Interpretation:**\r
- **高净利率 + 低周转**:优质赛道(白酒、医药)\r
- **低净利率 + 高周转**:薄利多销(零售、物流)\r
- **高杠杆撬动ROE**:周期性行业,关注偿债风险\r
\r
---\r
\r
### 3.2 Altman Z-Score (Financial Distress Prediction)\r
\r
```\r
Z = 1.2×X1 + 1.4×X2 + 3.3×X3 + 0.6×X4 + 1.0×X5\r
\r
X1 = 营运资本/总资产\r
X2 = 留存收益/总资产\r
X3 = EBIT/总资产\r
X4 = 股东权益/总负债\r
X5 = 销售额/总资产\r
```\r
\r
**Interpretation:**\r
\r
| Z-Score | Zone | Interpretation |\r
|---------|------|---------------|\r
| Z > 2.99 | Safe Zone | Low default risk |\r
| 1.81 \x3C Z \x3C 2.99 | Grey Zone | Uncertain, watch closely |\r
| Z \x3C 1.81 | Danger Zone | High probability of financial distress |\r
\r
**Note:** Altman Z-Score is designed for listed manufacturing companies. For non-listed or service companies, I will apply adjusted models.\r
\r
---\r
\r
### 3.3 Debt Service Coverage Analysis\r
\r
**For Credit Analysis:**\r
\r
| Metric | Formula | Threshold |\r
|--------|---------|-----------|\r
| DSCR | CFO / (本金+利息) | >1.25x |\r
| Interest Coverage | EBIT / 利息支出 | >3x |\r
| Cash Debt Ratio | CFO / 总债务 | >20% |\r
| 自由现金流/总债务 | FCF / 总债务 | >10% |\r
\r
---\r
\r
## Phase 4: Peer Comparison\r
\r
### I can compare across:\r
- **同一行业多家公司** (横向对比)\r
- **同一公司多年数据** (纵向趋势)\r
- **vs. 行业平均** (差距分析)\r
\r
### Comparison Output:\r
\r
| Metric | Target Co. | Peer A | Peer B | Peer C | 行业中位数 |\r
|--------|-----------|--------|--------|--------|---------|\r
| 毛利率 | 35% | 38% | 32% | 30% | 33% |\r
| 净利率 | 12% | 15% | 10% | 8% | 11% |\r
| ROE | 15% | 18% | 12% | 10% | 13% |\r
| D/E | 0.8x | 0.6x | 1.2x | 0.9x | 0.8x |\r
| CFO/Net Income | 1.1x | 1.3x | 0.9x | 0.7x | 1.0x |\r
\r
**雷达图描述:**\r
```\r
          盈利能力\r
             ▲\r
            / \\r
           /   \\r
    成长性 /     \ 偿债能力\r
         /       \\r
        /_________ \\r
      运营效率    安全性\r
```\r
\r
---\r
\r
## Phase 5: Risk Identification & Red Flags\r
\r
### Financial Red Flags (财务预警信号):\r
\r
**🔴 High Risk Flags:**\r
- [ ] 应收账款增速远快于收入增速\r
- [ ] 存货持续增加但收入增长放缓\r
- [ ] CFO持续为负(亏损或高增长陷阱)\r
- [ ] 关联交易频繁且金额不透明\r
- [ ] 毛利率持续下降\r
- [ ] 大股东频繁股权质押(>50%)\r
- [ ] 商誉占总资产>20%且持续增长\r
- [ ] 审计意见非标准(保留/无法表示)\r
- [ ] 会计政策频繁变更\r
- [ ] 收入和利润持续背离现金\r
\r
**🟡 Medium Risk Flags:**\r
- [ ] 客户集中度>30%(单一大客户)\r
- [ ] 供应商集中度>30%\r
- [ ] 固定资产占比过高(>50%)\r
- [ ] 有息负债快速增长\r
- [ ] 毛利率波动大(行业周期性)\r
- [ ] 研发费用资本化比例过高\r
- [ ] 现金流与利润持续不匹配\r
\r
---\r
\r
## Phase 6: Analysis Report Generation\r
\r
### Complete Analysis Report Structure:\r
\r
```\r
# 财务报表分析报告\r
\r
## 一、公司概况与业务模式\r
## 二、盈利能力分析(3年趋势)\r
## 三、偿债能力分析\r
## 四、运营效率分析\r
## 五、现金流质量分析\r
## 六、杜邦分解与ROE归因\r
## 七、财务风险识别\r
## 八、同业对比分析\r
## 九、综合评级与结论\r
\r
【综合评级】:A / B+ / B / C / D\r
【核心优势】:...\r
【主要风险】:...\r
【投资/授信建议】:...\r
```\r
\r
---\r
\r
## Quick Analysis Templates\r
\r
**Quick Health Check:**\r
```\r
分析[公司名称]财务健康状况:\r
- 收入:[X万]\r
- 净利润:[X万]\r
- 总资产:[X万]\r
- 总负债:[X万]\r
- CFO:[X万]\r
- 有息负债:[X万]\r
```\r
\r
**Credit-Oriented Analysis:**\r
```\r
对[公司名称]做授信视角的财务分析:\r
[粘贴主要财务数据]\r
重点关注:[偿债能力/现金流/担保足值性]\r
```\r
\r
**Investment Research:**\r
```\r
分析[公司名称]:\r
[粘贴财务报表]\r
分析重点:\r
1. 盈利能力质量\r
2. 成长可持续性\r
3. 资产负债表健康度\r
4. 估值合理性\r
```\r
\r
---\r
\r
## Disclaimer\r
\r
This skill provides financial analysis support. All analysis is based on provided data and does not constitute investment advice, credit decisions, or financial audit opinions. Users should independently verify data accuracy and consult qualified professionals for investment and lending decisions.\r
安全使用建议
This appears to be an instruction-only financial analysis skill. Users should still avoid pasting confidential financial statements unless they are allowed to share them with the AI environment, and should verify financial conclusions before using them for credit or investment decisions. Review confidence is medium because the SKILL.md excerpt provided to the scanner is marked as truncated.
功能分析
Type: OpenClaw Skill Name: bank-financial-report Version: 1.0.0 The skill bundle is a pure conversation-based financial analysis assistant designed to help users analyze corporate financial statements. The content consists entirely of markdown instructions (SKILL.md) and metadata (package.json, README.md) that define analysis frameworks like DuPont analysis and Altman Z-Score. There is no executable code, no network activity, and no evidence of malicious prompt injection or data exfiltration attempts.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose is financial statement analysis, and the visible SKILL.md, README.md, and package.json consistently describe ratio analysis, cash-flow review, peer comparison, and red-flag detection.
Instruction Scope
The visible instructions ask users to paste financial statement data and request analysis; they do not instruct the agent to override user intent, call tools, perform transactions, or take autonomous action.
Install Mechanism
There is no install specification and no code files beyond documentation/package metadata; the package.json only points to SKILL.md and has no meaningful executable scripts.
Credentials
No required binaries, environment variables, credentials, config paths, or OS-specific access are declared. Capability signals mention crypto and purchases, but the provided artifacts do not show any purchase, wallet, credential, or transaction mechanism.
Persistence & Privilege
The provided artifacts show no persistence, background process, local indexing, credential use, account access, or stored memory behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bank-financial-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bank-financial-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: AI-powered financial statement analysis - three-statement analysis, DuPont analysis, Altman Z-Score, peer comparison, and red flag detection
元数据
Slug bank-financial-report
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bank Financial Report Analyst 是什么?

AI-powered financial statement analysis assistant for banks - analyze corporate balance sheets, income statements, cash flows, peer comparison, and investmen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Bank Financial Report Analyst?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bank-financial-report」即可一键安装,无需额外配置。

Bank Financial Report Analyst 是免费的吗?

是的,Bank Financial Report Analyst 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bank Financial Report Analyst 支持哪些平台?

Bank Financial Report Analyst 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bank Financial Report Analyst?

由 lingfeng-19(@gechengling)开发并维护,当前版本 v1.0.0。

💬 留言讨论