Openclaw Receipt Manager

PassAudited by ClawScan on May 1, 2026.

Overview

This receipt manager appears coherent and local-only, but it will persist personal receipt images and extracted expense details on your machine.

This skill looks purpose-aligned and does not show cloud upload or credential use. Before installing, be comfortable with it keeping local copies of receipt images, OCR text, and expense records, and verify the GitHub source if you use the README's manual clone command.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your purchase history, receipt images, and extracted expense details may remain on disk across sessions.

Why it was flagged

The skill persistently stores receipt images and extracted receipt details, including OCR text and metadata, in a local database.

Skill content
DATA_DIR = ROOT / "data" / "receipts" ... ocr_text TEXT, items_json TEXT, meta_json TEXT
Recommendation

Install only if you are comfortable keeping receipt data locally; consider protecting backups, reviewing the data directory, and deleting old records when no longer needed.

What this means

Receipt images you send may be archived locally without an additional confirmation step.

Why it was flagged

The skill discloses automatic local mutation of its receipt database when a receipt image is recognized.

Skill content
After OpenClaw recognizes the receipt image, the data is saved automatically via handler.
Recommendation

Send only receipts you intend to store, and periodically review the local receipt database/images directory.

What this means

If you install manually from the linked repository, you are trusting that external source and whatever code it contains at clone time.

Why it was flagged

The README suggests manual installation from an external GitHub repository even though the registry metadata lists the source as unknown and no homepage is provided.

Skill content
git clone https://github.com/clinchcc/openclaw-receipt-manager.git ~/.openclaw/workspace/skills/receipt
Recommendation

Prefer installing from a trusted registry/package source, or verify the repository owner and reviewed commit before cloning.