← Back to Skills Marketplace
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install receipt-ocr-tracker
Description
Pixel Termux receipt snap → OCR tesseract → parse CSV expense report (date/item/amount/total tax). Triggers for "scan receipt Pixel", "OCR expense CSV", "tra...
Usage Guidance
This skill appears to be what it says: a small local OCR parser that runs pytesseract/Pillow and writes expenses.csv. Before installing or running it: 1) be sure you have the Tesseract binary and Python imaging libs installed (the skill does not declare them as required but SKILL.md expects them); 2) test with sample receipts — the parser uses simple regexes and can misidentify numbers (it may sum non-price numbers), so verify outputs before using for accounting; 3) the script runs locally and does not contact external servers or request credentials, but review the included scripts yourself or run in a sandbox if you handle sensitive receipts; 4) if you want more robust parsing (line-item extraction, currency handling, taxes/tips), consider a more sophisticated parser or post-process the CSV to correct misclassifications.
Capability Analysis
Type: OpenClaw Skill
Name: receipt-ocr-tracker
Version: 1.0.0
The skill bundle provides a standard receipt OCR utility using Tesseract and PIL. The script 'scripts/ocr.py' performs local image processing and CSV generation as described, with no evidence of network exfiltration, unauthorized file access, or malicious prompt injection in 'SKILL.md'.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included Python script are consistent: the tool runs Tesseract OCR on a supplied image and writes a CSV of detected amounts/items. Minor incoherence: the skill metadata declares no required binaries, but SKILL.md and the script require the Tesseract engine and Python imaging libraries (pytesseract, Pillow). Declaring those dependencies would be expected.
Instruction Scope
Runtime instructions are narrowly scoped: take a camera photo, run scripts/ocr.py on the image, produce expenses.csv and an MD summary. The script only reads the provided image and writes a local CSV. Concern: the parsing rules and regex in both SKILL.md and code are very simplistic (they match many numeric patterns), so non-monetary numbers may be parsed as amounts and totals will be incorrect.
Install Mechanism
No install spec is provided (instruction-only install), which minimizes risk. Dependencies are expected to be installed manually (SKILL.md suggests 'pkg install tesseract' and 'pkg install python-pillow'); there are no downloads or obscure install URLs and the included Python code is small and readable.
Credentials
The skill requests no environment variables or credentials and the code does not access system credentials, config paths, or network endpoints. This is proportionate for the stated purpose.
Persistence & Privilege
The skill is user-invocable and not always-enabled. It does not request persistent privileges, does not modify other skills or global agent settings, and runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install receipt-ocr-tracker - After installation, invoke the skill by name or use
/receipt-ocr-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of receipt-ocr-tracker.
- Snap receipts using your device camera and process images with Tesseract OCR.
- Automatically parses receipts into CSV expense reports with date, item, amount, and tax.
- Supports quick triggers for scanning, OCR, and business receipt tracking.
- Outputs freelancer- and small business-friendly CSV/Markdown for Google Sheets.
- Includes troubleshooting tips for common setup issues.
Metadata
Frequently Asked Questions
What is Receipt OCR Tracker?
Pixel Termux receipt snap → OCR tesseract → parse CSV expense report (date/item/amount/total tax). Triggers for "scan receipt Pixel", "OCR expense CSV", "tra... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install Receipt OCR Tracker?
Run "/install receipt-ocr-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Receipt OCR Tracker free?
Yes, Receipt OCR Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Receipt OCR Tracker support?
Receipt OCR Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Receipt OCR Tracker?
It is built and maintained by skunnyo (@skunnyo); the current version is v1.0.0.
More Skills