自动识别并整理发票与收据,提取关键信息后统一命名归档,便于报税与对账。
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
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 自动执行 Coupa 采购与财务相关任务,提升业务处理效率。
通过 Rube MCP 自动执行 CustomJS 任务并加速脚本化工作流
通过 Rube MCP 自动执行 Crustdata 数据任务,并先检索最新工具模式。
通过 Rube MCP 自动执行 Crowdin 本地化与项目协作任务,提升翻译流程效率。
通过 Customer.io 自动化客户触达、分群管理、消息分析与简报追踪。
通过 Rube MCP 自动执行 CustomGPT 相关任务与工作流集成
智能整理电脑文件与文件夹,查重清理并优化目录结构,提升数字工作区整洁度。
可按日期自动整理PDF到文件夹,并支持移动、复制、列出与追踪文件。
智能扫描文件夹并整理文件,识别重复项、重命名并归类到合理目录
帮助用户整理、存储并检索收件箱内容,提升信息归档与后续处理效率。
自动分析发票字段,识别缺失、冲突与重复并给出处置建议
将 HTML 或模板一键生成品牌化发票与文档 PDF,便于自动交付与归档。