HomeBrowseUpload
← Back to registry
// Skill profile

Receipt Manager

name: receipt-manager

by clinchcc · published 2026-03-22

图像生成数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:clinchcc/clinchcc-openclaw-receipt-manager
View on GitHub
// Full documentation

---

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 tool
  • `scripts/handler.py` - Receives JSON from OpenClaw, saves to DB
  • `data/receipts/` - Local SQLite DB and images
  • Privacy

    All data stored locally on your machine. No cloud upload.

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band