← Back to Skills Marketplace
yborunov

ReceiptExtract - OCR, Photo/PDF to CSV

by Yura Borunov · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install receiptextract
Description
Extract structured transaction data from image or PDF receipts using the ReceiptExtract API (https://www.receiptextract.com). Use when the user wants merchan...
Usage Guidance
This skill appears to do what it says: it uploads receipt files to receiptextract.com using an API token and returns parsed data. Before installing or using it: 1) fix the metadata mismatch—treat RECEIPTEXTRACT_API_TOKEN as required and store it in a secrets manager or environment variable (do not paste it into chat). 2) Be aware you are sending potentially sensitive financial/PII data to a third-party service—review ReceiptExtract's privacy/retention policy and test with non-sensitive receipts first. 3) Inspect scripts/extract_receipt.py locally (you already have it) and run on sample files to confirm behavior and error handling. 4) Verify cost/credits and handle failures (402/429/500) as described. If you need the skill to run offline or keep data local, this implementation is not appropriate because it uploads files externally.
Capability Analysis
Type: OpenClaw Skill Name: receiptextract Version: 1.0.1 The skill bundle is a legitimate tool for extracting structured data from receipt images and PDFs using the ReceiptExtract API. The Python script (scripts/extract_receipt.py) uses standard libraries to perform multipart uploads to the documented endpoint (https://www.receiptextract.com) and handles API tokens securely via environment variables as instructed in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description match the included helper script and the documented API. One inconsistency: the registry metadata at top lists 'Required env vars: none', but both SKILL.md and scripts/extract_receipt.py require RECEIPTEXTRACT_API_TOKEN — the token is necessary and expected for this purpose.
Instruction Scope
SKILL.md instructions are narrowly focused: identify files, read API token from env, POST each file to the documented endpoint, and present JSON/CSV/summary output. Instructions explicitly warn not to paste tokens into chat and to avoid committing secrets. The skill does not instruct reading unrelated files or other environment variables.
Install Mechanism
No install spec; included helper is a plain Python script. No downloads from arbitrary URLs, no package installs, and no extract/write-to-disk installer steps — low install risk.
Credentials
The single required secret (RECEIPTEXTRACT_API_TOKEN) is proportional to the service integration. However, the registry metadata failing to declare the required env var is an incoherence that could confuse users. Also, note that providing the token and running the script causes potentially sensitive receipt contents to be transmitted to the third-party API — this is expected but privacy-relevant.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false, no config paths, no modification of other skills). It runs as a helper script invoked by the agent; autonomous invocation defaults are unchanged.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install receiptextract
  3. After installation, invoke the skill by name or use /receiptextract
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added `required_env_vars`, `secrets`, and `network_access` fields to the skill manifest for improved environment and security specification. - Updated helper script path from `skill/scripts/extract_receipt.py` to `scripts/extract_receipt.py` throughout documentation. - No changes to core functionality or API usage.
v1.0.0
Initial release — extract structured receipt data from images or PDFs with ReceiptExtract. - Supports image and PDF input to extract merchant, date, items, tax, and total fields. - Includes helper script for easy single or bulk processing; outputs in JSON, summary, or CSV formats. - Provides clear workflow instructions, error handling, and security guidance for using API tokens. - Offers example curl command for manual API calls when the script is unnecessary. - Documents practical notes for output validation and traceability in automation or integrations.
Metadata
Slug receiptextract
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is ReceiptExtract - OCR, Photo/PDF to CSV?

Extract structured transaction data from image or PDF receipts using the ReceiptExtract API (https://www.receiptextract.com). Use when the user wants merchan... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install ReceiptExtract - OCR, Photo/PDF to CSV?

Run "/install receiptextract" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ReceiptExtract - OCR, Photo/PDF to CSV free?

Yes, ReceiptExtract - OCR, Photo/PDF to CSV is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ReceiptExtract - OCR, Photo/PDF to CSV support?

ReceiptExtract - OCR, Photo/PDF to CSV is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ReceiptExtract - OCR, Photo/PDF to CSV?

It is built and maintained by Yura Borunov (@yborunov); the current version is v1.0.1.

💬 Comments