← Back to Skills Marketplace
52
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install mercury-receipt-matcher
Description
Reconcile a Mercury "missing receipts" CSV by finding the original merchant emails in connected Gmail accounts and forwarding them to [email protected]. U...
Usage Guidance
This skill will search any Gmail accounts that the Plow container has access to and forward matched merchant emails to [email protected]. Before installing, confirm you trust the Plow container provider (plow.co) and are comfortable granting it Gmail access, because the skill's core function requires reading and forwarding email content (which may include personal data). Review and optionally run the bundled scripts (scripts/receipts_db.py) yourself to verify behavior, and consider lowering the default cron frequency if you do not want near-continuous checking (default is every 5 minutes). Finally, if you want tighter control, ensure the agent only runs when you explicitly invoke it rather than leaving the cron enabled permanently.
Capability Analysis
Type: OpenClaw Skill
Name: mercury-receipt-matcher
Version: 0.1.3
The mercury-receipt-matcher skill is designed to automate the reconciliation of missing financial receipts by searching connected Gmail accounts and forwarding matches to [email protected]. The Python script (scripts/receipts_db.py) uses parameterized SQL queries to prevent injection and follows a clear logic for importing CSV data and managing transaction states. The workflow instructions in SKILL.md and workflow.md are consistent with the stated purpose and do not contain any indicators of malicious intent, such as unauthorized data exfiltration, obfuscation, or attempts to bypass security controls.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions and the included scripts: the skill searches connected Gmail accounts (via Plow tools) and forwards matched merchant emails to [email protected]. It does not request unrelated credentials, binaries, or network endpoints in SKILL.md or the code.
Instruction Scope
SKILL.md confines actions to reading /workspace/receipts.db, importing a provided CSV, searching every connected Gmail account via plow_gmail_search, and forwarding with plow_gmail_forward. It explicitly forbids fabricating forwards and advises not to carry prior-run summaries in prompt context. No instructions request unrelated files, env vars, or external endpoints.
Install Mechanism
This is an instruction-only skill with bundled helper scripts; there is no install spec that downloads or writes arbitrary code to disk. The included Python script operates on a local SQLite DB and uses no external install URLs.
Credentials
The skill requires access to connected Gmail accounts (provided by a Plow container) which is proportionate to searching and forwarding receipts. It requests no unrelated environment variables or secrets. The forwarding destination ([email protected]) is explicit and appropriate for the task.
Persistence & Privilege
The skill is intended to be scheduled (default cadence every 5 minutes) via the platform's openclaw cron CLI. It does not set always:true and does not modify other skills. Consider whether the default 5-minute cadence is appropriate for your privacy/noise requirements.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mercury-receipt-matcher - After installation, invoke the skill by name or use
/mercury-receipt-matcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
Match H1 to display name; update Plow download link to private-preview.
v0.1.2
Document Plow Gmail-tool requirements; reframe display name.
v0.1.1
Clarify in display name that this skill targets plow.co containers.
v0.1.0
Initial release of mercury-receipt-matcher skill.
- Reconciles Mercury "missing receipts" CSVs with receipts found in connected Gmail accounts.
- Runs a SQLite-backed workflow to manage receipt matching, auditing, and state.
- Prioritizes exact-amount and close-match handling, always forwarding valid original merchant emails.
- Supports revisits, error handling, and maintains a strict audit trail for all actions.
- Designed for recurring cron execution via the OpenClaw scheduling system.
- All database operations must go through the provided CLI script, not direct SQL.
Metadata
Frequently Asked Questions
What is Find missing receipts (requires plow.co)?
Reconcile a Mercury "missing receipts" CSV by finding the original merchant emails in connected Gmail accounts and forwarding them to [email protected]. U... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Find missing receipts (requires plow.co)?
Run "/install mercury-receipt-matcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Find missing receipts (requires plow.co) free?
Yes, Find missing receipts (requires plow.co) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Find missing receipts (requires plow.co) support?
Find missing receipts (requires plow.co) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Find missing receipts (requires plow.co)?
It is built and maintained by Sam Odio (@srosro); the current version is v0.1.3.
More Skills