← 返回 Skills 市场
307
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install receipt-assistant
功能描述
报销票据处理助手。自动识别票据(火车票、打车发票、行程单、酒店发票)、提取关键信息(日期、金额、发票号)、按规则重命名文件、生成汇总报表。触发词:报销、发票、票据识别、火车票、打车票、酒店发票、整理票据。
安全使用建议
This skill appears coherent and limited to local receipt processing, but consider these precautions before installing: 1) The SKILL.md asks you to run `pip install` for standard libraries (openpyxl, pdfplumber, Pillow) — install in a virtualenv to avoid polluting your system Python. 2) The skill reads/writes files: it will create/modify config.json and copy/rename files into its output directory (default under the project). Point it at a test folder first and back up originals. 3) OCR is done via the platform 'image' tool per the instructions — be aware images/receipt data will be processed by that tool (check privacy/policy for the platform). 4) Inspect config.json and the included code if you want to confirm there are no additional behaviors in your deployment. 5) No network endpoints, credentials, or unexpected installers are present, so running in a restricted environment or VM is a reasonable precaution but not strictly required.
功能分析
Type: OpenClaw Skill
Name: receipt-assistant
Version: 1.0.0
The receipt-assistant skill is a legitimate tool for automating the organization of expense receipts. The codebase (scripts/main.py, scripts/scanner.py, scripts/namer.py) implements directory scanning, file renaming, and Excel report generation using standard libraries like openpyxl and shutil. The SKILL.md instructions provide clear, task-oriented prompts for the AI agent to extract metadata from images without any signs of prompt injection or malicious intent. No indicators of data exfiltration, unauthorized network access, or suspicious execution patterns were found.
能力评估
Purpose & Capability
Name/description (receipt processing: detect, extract, rename, report) matches the included Python modules (scanner, namer, reporter, utils). Declared requirements are minimal (no credentials, no external services). The SKILL.md instructs using the platform 'image' tool for visual recognition — consistent with an OCR workflow.
Instruction Scope
SKILL.md and code limit actions to scanning a user-provided directory, calling the platform image tool for OCR, extracting fields, renaming/ copying files, and writing an Excel report. There are no instructions to read unrelated system files or to transmit data to external endpoints outside the expected image tool and local filesystem.
Install Mechanism
Registry has no automated install spec (instruction-only), but the package includes requirements.txt and SKILL.md suggests running `pip install openpyxl pdfplumber Pillow`. These are standard PyPI packages appropriate for PDF/image parsing and Excel generation. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill does not require credentials. It will optionally read COMPANY_NAME, PERSON_NAME, and OUTPUT_DIR environment variables (and a local config.json) — all directly relevant to naming/output behavior. No sensitive tokens or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It writes local configuration (config.json) and output files under the project/output directory by default — expected for a file-processing tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install receipt-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/receipt-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of receipt-assistant.
- Automates reimbursement receipt processing: recognition, key information extraction, renaming, and report generation.
- Supports train tickets, taxi receipts, itinerary receipts, and hotel invoices.
- Guides users through initial configuration (company name, default name, output directory).
- Applies standardized file naming rules per receipt type.
- Generates Excel summary reports.
- Provides script interfaces for scanning, renaming, reporting, and configuration management.
元数据
常见问题
Receipt Assistant 是什么?
报销票据处理助手。自动识别票据(火车票、打车发票、行程单、酒店发票)、提取关键信息(日期、金额、发票号)、按规则重命名文件、生成汇总报表。触发词:报销、发票、票据识别、火车票、打车票、酒店发票、整理票据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。
如何安装 Receipt Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install receipt-assistant」即可一键安装,无需额外配置。
Receipt Assistant 是免费的吗?
是的,Receipt Assistant 完全免费(开源免费),可自由下载、安装和使用。
Receipt Assistant 支持哪些平台?
Receipt Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Receipt Assistant?
由 YY-C8(@yy-c8)开发并维护,当前版本 v1.0.0。
推荐 Skills