invoice-organizer

Extracts invoice metadata and renames and sorts receipts into tax-ready folder structures.

2|1|Updated Aug 19, 2026
One-click install
npx skills add https://github.com/lanceyuu/mimiwork --skill invoice-organizer-lanceyuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: invoice-organizer
Source: https://github.com/lanceyuu/mimiwork/tree/main/coworker/skills/builtin/invoice-organizer
Command: npx skills add https://github.com/lanceyuu/mimiwork --skill invoice-organizer-lanceyuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Messy folders of invoices and receipts with cryptic filenames like "invoice(1).pdf" make tax preparation and expense reconciliation slow and error-prone. This Skill reads each file, extracts the key details, and turns the chaos into a clean, consistently named filing system. ## Core Features & Use Cases - Information Extraction: Reads PDFs, scanned receipts, and screenshots to pull vendor name, invoice number, date, amount, and description. - Standardized Renaming: Renames every file to a consistent YYYY-MM-DD Vendor - Invoice - Description format for reliable sorting. - Flexible Organization: Sorts files by vendor, expense category, year, quarter, or tax category, preserving originals. - Accounting Export: Generates a CSV summary of all invoice details for accountants or bookkeeping software. - Use Case: Before tax season, point it at a downloads folder full of 100+ randomly named receipts and get back a year/category/vendor folder tree plus a spreadsheet your accountant can import directly. ## Quick Start Ask the assistant to read all invoices in this folder, rename them to the standard date-vendor-description format, sort them by expense category, and create a CSV summary for your accountant.

Frequently Asked Questions about invoice-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize invoices for tax preparation automatically?▼

Point the assistant at your invoice folder and it reads each PDF or image, extracts the date, vendor, and description, renames files to a YYYY-MM-DD format, and sorts them into category folders. It also generates a CSV summary you can hand to your accountant.

How to rename bulk receipt files with consistent naming?▼

The Skill reads each receipt's content rather than relying on filenames, then renames every file to a standard pattern like "2024-03-15 Adobe - Invoice - Creative Cloud.pdf". Files with unextractable information are flagged into a review folder.

Can it extract data from scanned receipt images?▼

Yes, it reads visible text from JPG and PNG receipts, identifying the vendor name, date, and total amount. When critical details cannot be read, the file is flagged for manual review using the file date as a fallback.

Does organizing invoices delete or overwrite my original files?▼

No, the default behavior copies files into the new organized structure while preserving originals. You can request a move instead of a copy, and the proposed plan is shown for approval before any files are touched.

What folder structures can invoices be sorted into?▼

Supported structures include by vendor, by expense category, by year or quarter, and by tax deductibility. A common default is Year/Category/Vendor, and you can define a custom hierarchy to match your bookkeeping system.