Agent skill · Business & Finance

invoice-organizer

Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill invoice-organizer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: invoice-organizer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Invoice Organizer This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort. ## When to Use This Skill - Preparing for tax season and need organized records - Managing business expenses across multiple vendors - Organizing receipts from a messy folder or email downloads - Setting up automated invoice filing for ongoing bookkeeping - Archiving financial records by year or category - Reconciling expenses for reimbursement - Preparing documentation for accountants ## What This Skill Does 1. **Reads Invoice Content**: Extracts information from PDFs, images, and documents: - Vendor/company name - Invoice number - Date - Amount - Product or service description - Payment method 2. **Renames Files Consistently**: Creates standardized filenames: - Format: `YYYY-MM-DD Vendor - Invoice - ProductOrService.pdf` - Examples: `2024-03-15 Adobe - Invoice - Creative Cloud.pdf` 3. **Organizes by Category**: Sorts into logical folders: - By vendor - By expense category (software, office, travel, etc.) - By time period (year, quarter, month) - By tax category (deductible, personal, etc.) 4. **Handles Multiple Forma

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What This Skill Does
  3. How to Use
  4. Basic Usage
  5. Advanced Organization
  6. Instructions
  7. Examples
  8. Example 1: Tax Preparation (From Martin Merschroth)
  9. Example 2: Monthly Expense Reconciliation
  10. Example 3: Multi-Year Archive
  11. Example 4: Email Downloads Cleanup
  12. Common Organization Patterns
  13. By Vendor (Simple)
  14. By Year and Category (Tax-Friendly)
Commands it runs
find . -type f \( -name "*.pdf" -o -name "*.jpg" -o -name "*.png" \) -print
mkdir -p "Invoices/2024/Software/Adobe"
cp "original.pdf" "Invoices/2024/Software/Adobe/2024-03-15 Adobe - Invoice - Creative Cloud.pdf"
mv "original.pdf" "new/path/standardized-name.pdf"
More from awesome-claude-skills
All skills →
About this skill
What does the invoice-organizer skill do?

Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill invoice-organizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going