Install
openclaw skills install openclaw-receipt-managerManage personal receipts by extracting data from images, storing records, and providing expense searches and monthly financial summaries.
openclaw skills install openclaw-receipt-managerStore and query receipt data locally.
python3 scripts/receipt_db.py init
After OpenClaw recognizes the receipt image, the data is saved automatically via handler.
# 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
scripts/receipt_db.py - Main CLI toolscripts/handler.py - Receives JSON from OpenClaw, saves to DBdata/receipts/ - Local SQLite DB and imagesAll data stored locally on your machine. No cloud upload.