Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计提醒

financial-document-parser财务文档解析器

Agent Skill

financial-document-parser 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

240

周安装

10

GitHub Stars

195

下载量

80
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:financial-document-parser(财务文档解析器)
来源仓库:https://github.com/microck/ordinary-claude-skills
仓库路径:skills/financial-document-parser
安装命令:
npx skills add https://github.com/microck/ordinary-claude-skills --skill financial-document-parser
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/microck/ordinary-claude-skills --skill financial-document-parser

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合围绕仓库状态进行整理。

  • 支持代码变更追踪与协作事项管理,便于项目进度把控。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 安装前需确认权限范围、维护状态及是否触发网络或文件操作。
  • financial-document-parser 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Financial Document Parser

Extract structured data from financial documents with automatic categorization and analysis.

When to Use This Skill

Activate when the user:

  • Provides invoices, receipts, or bank statements
  • Asks to "parse this invoice" or "extract data from this receipt"
  • Needs expense categorization
  • Wants to track spending patterns
  • Asks to generate expense reports
  • Mentions financial document analysis
  • Provides PDF or image of financial documents

Instructions

  1. Identify Document Type

- Invoice (business to business) - Receipt (point of sale) - Bank statement - Credit card statement - Expense report - Tax document

  1. Extract Core Information For Invoices: For Receipts: For Bank/Credit Card Statements:

- 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 - Merchant name and location - Date and time - Items purchased - Individual prices - Subtotal, tax, total - Payment method - Last 4 digits of card (if present) - 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

  1. 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

  1. Identify Patterns

- Recurring charges (subscriptions) - Duplicate charges - Unusual or high-value transactions - Tax-deductible expenses - Foreign currency transactions

  1. Generate Structured Output

- Create CSV-ready format - Summarize totals by category - Flag items needing attention - Calculate tax implications (if relevant)

Output Format

# 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)

Date,Vendor,Description,Category,Amount,Tax Deductible 2025-01-15,Adobe,Creative Cloud,Software,52.99,Yes


## Recommendations

- Track recurring $XXX/month for [subscription]
- Consider negotiating bulk discount with [vendor]
- Set up payment reminder for [invoice due date]

Examples

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

Best Practices

  • Preserve exact amounts (don't round)
  • Maintain currency symbols and formats
  • Note when data is unclear or illegible
  • Flag suspicious or duplicate transactions
  • Provide tax-relevant categorization
  • Use standard expense categories
  • Generate export-ready formats (CSV, JSON)
  • Protect sensitive info (mask account numbers)
  • Identify missing information (no date, unclear vendor)
  • Calculate totals and verify against document
  • Note discrepancies or calculation errors
  • Include exchange rates for foreign currency

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

trae

31.96%
按下载量换算26

Antigravity

22.73%
按下载量换算18

windsurf

18%
按下载量换算14

Claude Code

12.1%
按下载量换算10

Codex

8.27%
按下载量换算7

Gemini CLI

3.77%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills