receipt-expense-workbench

v1.0.0

Normalize receipts, reimbursement slips, and invoices into a clean expense ledger with category mapping and anomaly flags.

0· 203·2 current·2 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977gak63dq20n38jnv7ztppe582v3a9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧰 Clawdis
Binspython3

Comments