financial-document-parser by onewave-ai/claude-skills
npx skills add https://github.com/onewave-ai/claude-skills --skill financial-document-parser从财务文档中提取结构化数据,具备自动分类和分析功能。
当用户出现以下情况时激活此技能:
识别文档类型
提取核心信息
对于发票:
对于收据:
对于银行/信用卡对账单:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
费用分类
识别模式
生成结构化输出
# 财务文档分析
## 文档详情
- **类型**: 发票 / 收据 / 对账单
- **日期**: [日期]
- **供应商/商户**: [名称]
- **文档编号**: [编号]
- **总金额**: $X,XXX.XX
## 行项目
| 描述 | 数量 | 单价 | 总计 |
|-------------|----------|------------|-------|
| [项目] | X | $XX.XX | $XX.XX |
## 财务摘要
- **小计**: $X,XXX.XX
- **税费**: $XXX.XX
- **总计**: $X,XXX.XX
- **付款方式**: [方式]
## 费用分类
| 类别 | 金额 | 项目 |
|----------|--------|-------|
| 软件 | $XXX | Slack, GitHub |
| 办公 | $XX | 用品 |
## 洞察
- ✓ 可抵税业务支出: $X,XXX
- ⚠ 检测到周期性扣款: 3 项订阅 ($XXX/月)
- ℹ 外币交易手续费: $XX
## 标记项目
- [ ] 大额支出 ($X,XXX) - 请核实批准
- [ ] 检测到重复扣款,日期为 [日期]
## 导出数据 (CSV 格式)
```csv
日期,供应商,描述,类别,金额,是否可抵税
2025-01-15,Adobe,Creative Cloud,软件,52.99,是
用户: "从这张发票 PDF 中提取数据" 响应: 解析 PDF → 提取供应商信息、行项目、总计 → 归类为业务支出 → 格式化为结构化数据 → 生成 CSV 导出
用户: "分析我的银行对账单并对费用进行分类" 响应: 提取所有交易 → 对每项进行分类(餐饮、软件、差旅)→ 识别周期性扣款 → 按类别计算总额 → 标记异常交易 → 生成消费报告
用户: "解析这 10 张收据并创建一份费用报告" 响应: 处理每张收据 → 提取商户、日期、金额、物品 → 对费用进行分类 → 计算总额 → 生成合并报告 → 创建用于费用提交的 CSV
每周安装量
104
代码仓库
GitHub 星标数
74
首次出现
2026 年 1 月 24 日
安全审计
安装于
opencode90
gemini-cli85
codex85
cursor83
github-copilot80
claude-code74
Extract structured data from financial documents with automatic categorization and analysis.
Activate when the user:
Identify Document Type
Extract Core Information
For Invoices:
* Invoice number
* Invoice date and due date
* Vendor/supplier name and contact
* Client/recipient name
* Line items (description, quantity, unit price, total)
* Subtotal, tax, and grand total
* Payment terms
* Payment methods accepted
For Receipts:
* Merchant name and location
* Date and time
* Items purchased
* Individual prices
* Subtotal, tax, total
* Payment method
* Last 4 digits of card (if present)
For Bank/Credit Card Statements:
* Statement period
* Account number (last 4 digits)
* All transactions (date, description, amount, balance)
* Beginning and ending balance
* Total credits and debits
* Fees or interest charges
3. Categorize Expenses
* Business expenses: Office supplies, software, equipment
* Travel: Transportation, lodging, meals
* Utilities: Internet, phone, electricity
* Professional services: Legal, accounting, consulting
* Marketing: Advertising, subscriptions
* Entertainment: Client meals, events
* Other: Miscellaneous
4. Identify Patterns
* Recurring charges (subscriptions)
* Duplicate charges
* Unusual or high-value transactions
* Tax-deductible expenses
* Foreign currency transactions
5. Generate Structured Output
* Create CSV-ready format
* Summarize totals by category
* Flag items needing attention
* Calculate tax implications (if relevant)
# Financial Document Analysis
## Document Details
- **Type**: Invoice / Receipt / Statement
- **Date**: [Date]
- **Vendor/Merchant**: [Name]
- **Document Number**: [Number]
- **Total Amount**: $X,XXX.XX
## Line Items
| Description | Quantity | Unit Price | Total |
|-------------|----------|------------|-------|
| [Item] | X | $XX.XX | $XX.XX |
## Financial Summary
- **Subtotal**: $X,XXX.XX
- **Tax**: $XXX.XX
- **Total**: $X,XXX.XX
- **Payment Method**: [Method]
## Expense Categorization
| Category | Amount | Items |
|----------|--------|-------|
| Software | $XXX | Slack, GitHub |
| Office | $XX | Supplies |
## Insights
- ✓ Tax-deductible business expenses: $X,XXX
- ⚠ Recurring charges detected: 3 subscriptions ($XXX/month)
- ℹ Foreign transaction fees: $XX
## Flagged Items
- [ ] Large expense ($X,XXX) - verify approval
- [ ] Duplicate charge detected on [date]
## Export Data (CSV Format)
```csv
Date,Vendor,Description,Category,Amount,Tax Deductible
2025-01-15,Adobe,Creative Cloud,Software,52.99,Yes
Track recurring $XXX/month for [subscription]
Consider negotiating bulk discount with [vendor]
Set up payment reminder for [invoice due date]
User: "Extract data from this invoice PDF" Response: Parse PDF → Extract vendor info, line items, totals → Categorize as business expense → Format as structured data → Generate CSV export
User: "Analyze my bank statement and categorize expenses" Response: Extract all transactions → Categorize each (dining, software, travel) → Identify recurring charges → Calculate totals by category → Flag unusual transactions → Generate spending report
User: "Parse these 10 receipts and create an expense report" Response: Process each receipt → Extract merchant, date, amount, items → Categorize expenses → Calculate totals → Generate consolidated report → Create CSV for expense submission
Weekly Installs
104
Repository
GitHub Stars
74
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode90
gemini-cli85
codex85
cursor83
github-copilot80
claude-code74
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
40,000 周安装