Invoice organizer
Skill Microck/ordinary-claude-skills/skills_categorized/documents/invoice-organizer
Organize, categorize, track, and manage invoices systematically with automated extraction of invoice data, payment tracking, and financial organization. Use when processing invoice uploads, extracting invoice details (date, amount, vendor), categorizing expenses, tracking payment status, organizing receipts, generating financial reports, or building accounting and bookkeeping systems.From its SKILL.md
npx -y skills add Microck/ordinary-claude-skills --skill invoice-organizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.4 KB, 192 tokens by cl100k_base, as published. Nobody here has run it
Invoice Organizer - Receipt Management
When to use this skill
- Processing uploaded invoice PDFs and images
- Extracting invoice data (date, amount, vendor, items)
- Categorizing expenses and business costs
- Tracking invoice payment status
- Organizing receipts for tax purposes
- Generating financial reports from invoices
- Building expense tracking applications
- Implementing automated bookkeeping
- Creating invoice approval workflows
- Matching invoices with purchase orders
- Detecting duplicate invoices
- Building accounting and finance tools
When to use this skill
- Organizing invoices, extracting metadata.
- When working on related tasks or features
- During development that requires this expertise
Use when: Organizing invoices, extracting metadata.
Pattern
```typescript
const invoiceDate = extractDate(filename);
const newName = ${invoiceDate}_${vendor}_${amount}.pdf;
fs.renameSync(oldPath, newPath);
```
What ships with it: 1 file
900 B alongside SKILL.md
- metadata.json900 B