What problem does it solve?
This Skill eliminates the manual work of organizing receipts, extracting merchant and line-item details, and keeping an auditable record of purchases.
Core Features & Use Cases
- Automatic receipt scanning: Watches an input folder for new receipt/invoice files (images or PDFs) and processes them as they arrive.
- AI-powered extraction to structured data: Uses the Zo API to parse receipts into merchant details and line items, then writes them into a SQLite database.
- Persistent background service with archiving: Runs as a managed user service with auto-restart and moves successfully processed files to a processed/archive folder.
Example Use Case: Drop restaurant or retail receipts into the input folder, then query the SQLite database to see recent merchants, line-item descriptions, and totals by currency.
Quick Start
Ask Zo to set up the receipt tracker service so it watches /home/workspace/receipt-processor/input/, creates /home/workspace/receipt-processor/invoices.db, and processes new images or PDFs automatically.