Automatically organizes invoices and receipts for faster tax prep and bookkeeping.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "invoice-organizer" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/invoice-organizer/SKILL.md 2. Save it as ~/.claude/skills/invoice-organizer/SKILL.md 3. Reload skills and tell me it's ready
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…
Automate Stannp mailing and direct mail workflows through Rube MCP.
Automate Svix operations and integration workflows through Rube MCP.
Automate Tally tasks through Rube MCP for faster finance and data workflows.
Automate Tapfiliate affiliate tasks and data lookups through Rube MCP.
Automate Tavily search tasks through Rube MCP within your workflows.
Automate Sitespeakai tasks via Rube MCP using current tool schemas first.
Organize files intelligently, remove duplicates, and improve folder structure automatically.
Scan folders, detect duplicates, rename files, and sort them into logical directories.
Generate professional receipt PDFs and structured receipt data for automated workflows.
Store, organize, and retrieve inbox content for faster follow-up work.
Analyze invoice fields to flag issues and recommend next actions.
Parse invoices, statements, and contracts from PDF into structured JSON.