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…
Extract and analyze competitor ads to improve messaging, creatives, and campaign strategy.
Automate 2chat workflows via Rube MCP after checking current tool schemas first.
Automate Abstract workflows via Rube MCP using current tool schemas first.
Automate async interview workflows for faster candidate screening and coordination.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Fidel API tasks via Rube MCP with tool-first schema discovery.
Organize files intelligently, remove duplicates, and improve folder structure automatically.
Automatically organize PDFs by date and move, copy, list, or track them.
Scan folders, detect duplicates, rename files, and sort them into logical directories.
Store, organize, and retrieve inbox content for faster follow-up work.
Generate branded invoice and document PDFs from HTML or templates in one call.
Parse PDF bank statements into structured data for analysis and automation.