Install
openclaw skills install jackzhang-expense-receipt-organizerOrganize receipts/invoices/payment screenshots into CSV report and zip for company reimbursement
openclaw skills install jackzhang-expense-receipt-organizerAutomatically OCR and organize travel receipts, invoices, payment screenshots into a neat reimbursement package.
User: Help me organize my reimbursement receipts
Assistant:
1. Ask user where the files are
2. Ask for reimbursement person name + bank account info
3. Run the process:
- npm install tesseract.js in temp folder
- OCR all images
- extract information
- generate CSV
- package everything
- clean up
4. Tell user where the final zip is located
~/Desktop/{Name}_reimbursement_{Date}.zip
├── {Name}_reimbursement.csv (summary table with bank info)
├── *.pdf (original invoices)
└── *.jpg (original payment screenshots)