自动识别并整理发票与收据,提取关键信息后统一命名归档,便于报税与对账。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "invoice-organizer" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/invoice-organizer/SKILL.md 2. 保存为 ~/.claude/skills/invoice-organizer/SKILL.md 3. 装好后重载技能,告诉我可以用了
请读取这个包含发票和收据扫描件的文件夹,提取日期、商家、金额、税额和类别,按“YYYY-MM-DD_商家_金额”统一重命名,并按月份与支出类别归档。
得到重命名后的票据文件、按规则分类的文件夹,以及每张票据的关键信息整理结果。
把我上传的混乱收据图片和 PDF 自动整理出来,识别重复文件,过滤无关图片,并生成适合报销提交的规范文件结构。
输出去重清理后的报销材料,并按清晰一致的结构完成归档。
整理这些发票后,再生成一份汇总清单,列出每个文件的日期、供应商、金额、税额、币种和所属文件夹,方便我核对账目。
获得整理后的文件体系,以及可用于核对和审计的票据汇总表。
This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort.
Reads Invoice Content: Extracts information from PDFs, images, and documents:
Renames Files Consistently: Creates standardized filenames:
YYYY-MM-DD Vendor - Invoice - ProductOrService.pdf2024-03-15 Adobe - Invoice - Creative Cloud.pdfOrganizes by Category: Sorts into logical folders:
Handles Multiple Formats: Works with:
Maintains Originals: Preserves original files while organizing copies
Navigate to your messy invoice folder:
cd ~/Desktop/receipts-to-sort
Then ask Claude Code:
Organize these invoices for taxes
Or more specifically:
Read all invoices in this folder, rename them to
"YYYY-MM-DD Vendor - Invoice - Product.pdf" format,
and organize them by vendor
Organize these invoices:
1. Extract date, vendor, and description from each file
2. Rename to standard format
3. Sort into folders by expense category (Software, Office, Travel, etc.)
4. Create a CSV spreadsheet with all invoice details for my accountant
When a user requests invoice organization:
Scan the Folder
Identify all invoice files:
# Find all invoice-related files
find . -type f \( -name "*.pdf" -o -name "*.jpg" -o -name "*.png" \) -print
Report findings:
Extract Information from Each File
For each invoice, extract:
From PDF invoices:
From image receipts:
Fallback for unclear files:
Determine Organization Strategy
Ask user preference if not specified:
I found [X] invoices from [date range].
How would you like them organized?
1. **By Vendor** (Adobe/, Amazon/, Stripe/, etc.)
2. **By Category** (Software/, Office Supplies/, Travel/, etc.)
3. **By Date** (2024/Q1/, 2024/Q2/, etc.)
4. **By Tax Category** (Deductible/, Personal/, etc.)
5. **Custom** (describe your structure)
Or I can use a default structure: Year/Category/Vendor
Create Standardized Filename
For each invoice, create a filename following this pattern:
YYYY-MM-DD Vendor - Invoice - Description.ext
Examples:
2024-03-15 Adobe - Invoice - Creative Cloud.pdf…
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
用自然语言自动处理 Zoho Books 的发票、账单、付款与联系人流程