← Back to Skills Marketplace
receipt-expense-workbench
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
278
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install receipt-expense-workbench
Description
Normalize receipts, reimbursement slips, and invoices into a clean expense ledger with category mapping and anomaly flags.
Usage Guidance
This skill appears coherent and local-only. Before installing or running it: (1) review scripts/expense_ledger.py to confirm its behaviour (it reads a JSON file you provide and writes a CSV), (2) avoid passing highly sensitive PII/PHI in example JSON unless you trust the runtime environment, and (3) if you expect more advanced categorization or validations, treat the output as a first-pass draft and verify results before submitting reimbursements. You can run `python3 scripts/expense_ledger.py --help` to inspect CLI usage first.
Capability Analysis
Type: OpenClaw Skill
Name: receipt-expense-workbench
Version: 1.0.0
The 'receipt-expense-workbench' skill is a well-structured tool for processing expense data into CSV ledgers. The included Python script (scripts/expense_ledger.py) performs standard file I/O and keyword-based categorization without any network activity, obfuscation, or dangerous execution patterns. The documentation (SKILL.md, README.md, SELF_CHECK.md) emphasizes local execution, transparency, and user confirmation before actions, showing no signs of malicious intent or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the actual artifacts: a small local Python helper script plus a category CSV and SKILL.md that describe extracting and mapping receipt fields. Declared runtime dependency is only python3, which is proportionate.
Instruction Scope
SKILL.md confines actions to parsing provided receipt text/OCR, using the local script and resource, producing CSVs and reports, and asking for missing info. It does not instruct reading unrelated system files, accessing secrets, or contacting external endpoints.
Install Mechanism
Instruction-only package with no install spec and no remote downloads. The helper script is local and auditable; there are no brew/npm/URL installs that would write/execute remote code.
Credentials
No environment variables, credentials, or config paths are required. The skill neither declares nor references secrets; the resource CSV and script operate on user-supplied inputs only.
Persistence & Privilege
Skill is not marked always:true and does not modify global agent configuration. Autonomous invocation by the agent is allowed by default (normal behavior) but not elevated by this package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install receipt-expense-workbench - After installation, invoke the skill by name or use
/receipt-expense-workbench - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Receipt Expense Workbench 1.1.0 introduces improved normalization and workflow features for processing expense documents.
- Adds category mapping and anomaly flagging for receipts, slips, and invoices.
- Supports extraction of vendor, date, amount, tax, and payment method from input text or OCR.
- Maps line items to a default category list and flags missing or suspicious data.
- Outputs structured expense ledger CSV, category summary, anomaly report, and a reimbursement-ready checklist.
- Includes safety rules such as preview modes and explicit handling of missing information.
- Defines clear prompts and input expectations for efficient processing.
Metadata
Frequently Asked Questions
What is receipt-expense-workbench?
Normalize receipts, reimbursement slips, and invoices into a clean expense ledger with category mapping and anomaly flags. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install receipt-expense-workbench?
Run "/install receipt-expense-workbench" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is receipt-expense-workbench free?
Yes, receipt-expense-workbench is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does receipt-expense-workbench support?
receipt-expense-workbench is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created receipt-expense-workbench?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills