← 返回 Skills 市场
ReceiptExtract - OCR, Photo/PDF to CSV
作者
Yura Borunov
· GitHub ↗
· v1.0.1
· MIT-0
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install receiptextract
功能描述
Extract structured transaction data from image or PDF receipts using the ReceiptExtract API (https://www.receiptextract.com). Use when the user wants merchan...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install receiptextract - 安装完成后,直接呼叫该 Skill 的名称或使用
/receiptextract触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 ReceiptExtract - OCR, Photo/PDF to CSV?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install receiptextract」即可一键安装,无需额外配置。
ReceiptExtract - OCR, Photo/PDF to CSV 是免费的吗?
是的,ReceiptExtract - OCR, Photo/PDF to CSV 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ReceiptExtract - OCR, Photo/PDF to CSV 支持哪些平台?
ReceiptExtract - OCR, Photo/PDF to CSV 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ReceiptExtract - OCR, Photo/PDF to CSV?
由 Yura Borunov(@yborunov)开发并维护,当前版本 v1.0.1。
推荐 Skills