Back to Registry
View Author Profile
Official Verified
Openclaw Receipt Manager
Skill by clinchcc
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clinchcc/openclaw-receipt-managerOr
name: receipt-manager description: Receipt management skill. Use when: (1) User sends a receipt image, (2) User asks about expenses or receipts, (3) User wants monthly spending summary.
Receipt Manager
Store and query receipt data locally.
Trigger
- receipt, expense, invoice, spending, claim
How to Use
1. Initialize (first time)
python3 scripts/receipt_db.py init
2. Add Receipt
After OpenClaw recognizes the receipt image, the data is saved automatically via handler.
3. Query
# List all
python3 scripts/receipt_db.py list
# Search
python3 scripts/receipt_db.py search --q "walmart"
# Monthly summary
python3 scripts/receipt_db.py summary --month 2026-02
Files
scripts/receipt_db.py- Main CLI toolscripts/handler.py- Receives JSON from OpenClaw, saves to DBdata/receipts/- Local SQLite DB and images
Privacy
All data stored locally on your machine. No cloud upload.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clinchcc-openclaw-receipt-manager": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.