AI Financial Report

# Financial Report AI (ai-financial-report)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AI Financial Report" with this command: npx skills add billjamno58/ai-financial-report

Financial Report AI (ai-financial-report)

Upload Excel/CSV/PDF financial statements → AI auto-generates structured business analysis reports (revenue structure / cost anomalies / profitability / cash flow / balance sheet / KPI achievement / anomaly alerts).

Tiered Features

FeatureFREEPRO
Analyses/month3Unlimited
Input formatsCSV, ExcelCSV, Excel, PDF
Analysis dimensions3 basicAll 7
Charts
Industry comparison
PriceFree$0.01 USDT/use

Upgrade to PRO: https://skillpay.me/ai-financial-report


Architecture

User uploads file
    ↓
index.js (entry, routes to handlers)
    ↓
src/handlers/
  ├── skill_invoke.js    ← core analysis engine dispatcher
  ├── file_upload.js     ← file upload handler
  └── message_handler.js ← text chat handler
    ↓
src/services/
  ├── billing.js         ← SkillPay token validation + 5-min cache
  ├── file_parser.py     ← Excel/CSV/PDF parsing
  └── report_generator.py ← AI analysis + Markdown rendering

Quick Start

Upload a File (Recommended)

Upload your Excel/CSV/PDF financial file directly — AI automatically completes the full analysis.

Supported formats: .csv, .xlsx, .xls, .pdf

Configure AI API Key

This skill does not include an AI model. Users configure their own API key.

Supported AI models (any one):

ModelProviderGet API Key
GPT-4oOpenAIplatform.openai.com
Claude 3.5Anthropicconsole.anthropic.com
DeepSeek V3DeepSeekplatform.deepseek.com
QwenAlibaba Cloudbailian.console.aliyun.com
MiniMaxMiniMaxplatform.minimax.chat

No binding, no recommendation, no restriction on specific models — user chooses freely.


Output Example

# Financial Report Analysis

**Company**: XX Tech Co.
**Period**: Q1 2024
**Tier**: PRO

---

## 1. Revenue Structure

| Item | Value |
|------|-------|
| Total Revenue | 3,800 (10K CNY) |
| YoY Change | +15.3% |
| QoQ Change | +8.2% |

**Structure**: Core business 82%, other business 18%

---

## 7. Anomaly Alerts

| Dimension | Severity | Description | Value |
|-----------|----------|-------------|-------|
| Cost | 🔴 HIGH | Admin expense ratio abnormally high | 18.5% (avg: 12%) |
| Cash Flow | 🟠 MEDIUM | Operating cash flow YoY declined | -12.3% |

Data Format

FormatNotes
CSVUTF-8, first row = header
Excel (.xlsx)Multi-sheet, reads first sheet by default
PDFText must be copyable (no scanned images)

Column guidelines: Use clear dimension names (revenue, cost, profit, etc.). Avoid excessive merged cells.


Privacy

  • No data upload: All files processed locally, never sent to third-party servers
  • No file storage: Temporary files deleted immediately after analysis
  • API calls: Only uses user-configured AI API, data processed locally
  • Token validation: Only verifies plan eligibility, no financial data stored

Error Handling

ErrorResolution
"Unsupported format"Use CSV, Excel (.xlsx/.xls), or PDF with copyable text
AI analysis failedCheck API key validity and balance; try another model
Report data inaccurateAI analysis is for reference only; verify against source files

Tech Stack

  • Parsing: Python 3 + pandas + openpyxl + pdfplumber
  • AI Interface: OpenAI-compatible REST API
  • Runtime: Node.js (OpenClaw Agent)

Billing

  • Endpoint: POST https://skillpay.me/api/v1/billing/charge
  • Header: X-API-Key: {api_key}
  • Body: {"user_id": "...", "skill_id": "ai-financial-report", "amount": 0}
  • Response: {"success": true, "balance": ...}
  • Fallback: Network error → FREE tier (usage not blocked)
  • Cache: Validation result cached locally (SHA256 hash), TTL 5 minutes

Env Variables

VariableDescriptionDefault
OPENCLAW_SKILL_DIRSkill root (for cache)__dirname/..
SKILL_BILLING_API_KEYBuilder API Key (from SkillPay)
SKILL_BILLING_SKILL_IDSkill Slugai-financial-report

For builder setup: visit https://skillpay.me

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Batch Content Factory

Multi-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing hi...

Registry SourceRecently Updated
Research

Fund Analyzer Pro

[何时使用]当用户需要基金深度分析时;当用户说"分析这个基金""基金对比""基金诊断""基金经理分析"时;当检测到基金代码/基金名称/投顾策略时触发。整合天天基金 API+ 且慢 MCP,提供单一基金分析/基金比较/基金诊断/持仓诊断/基金经理/机会分析/投资方式/报告信号八大模块。新增信号监控提醒功能(sign...

Registry SourceRecently Updated
Research

FN Portrait Toolkit

Financial report footnote extraction and analysis tool for Chinese A-share listed companies. Use when: (1) User wants to extract financial note data from ann...

Registry SourceRecently Updated
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated