自动识别并整理发票与收据,提取关键信息后统一命名归档,便于报税与对账。
复制安装指令,让 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…
帮助用户创作海报、插画与静态视觉稿,并输出PNG或PDF文件
自动分析 Git 提交并生成面向用户的清晰更新日志与发布说明。
提取并分析竞品广告素材与文案,帮助优化你的广告策略与创意方向
通过 Rube MCP 自动化执行 21risk 相关任务,并先检索最新工具结构。
通过 Rube MCP 发现并执行 Acculynx 自动化操作流程。
帮助用户构建基于 React 与 Tailwind 的复杂多组件网页交互原型
智能整理电脑文件与文件夹,查重清理并优化目录结构,提升数字工作区整洁度。
智能扫描文件夹并整理文件,识别重复项、重命名并归类到合理目录
用 AI 生成专业收据 PDF 与结构化收据信息,便于自动处理。
帮助用户整理、存储并检索收件箱内容,提升信息归档与后续处理效率。
将 HTML 或模板一键生成品牌化发票与文档 PDF,便于自动交付与归档。
用自然语言自动处理 Zoho Books 的发票、账单、付款与联系人流程