← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ledger-image-entry
功能描述
通过图片识别 receipt、订单或发票内容,提取商家、日期、金额和商品明细, 并转换为可入账的结构化记录。
使用说明 (SKILL.md)
Skill: 图片记账 (Receipt Image Entry)
通过图片识别 receipt/订单/发票,自动提取商品明细并逐条记账。
使用场景
- 用户发送 receipt/订单/发票 图片
- 需要从图片中提取商家、日期、金额、商品明细
识别工具
图片由框架 imageModel(yunwu/gpt-5-mini)自动处理,agent 直接看到图片内容。
收到图片时,从图片中提取所有消费明细:商家名称、日期、每个商品名称和实付金额。
识别后处理
- 提取商家名称、日期(从图片中获取)、实付金额
- 如果图片中没有明确日期 → 使用当前日期(执行
date "+%Y-%m-%d"获取) - 如果是多个商品,逐条记账
- 每条记录格式:
日期 | 分类 | 金额 | 备注(商家+商品名称)
分类建议
根据商品类型自动归类:
- 食品、饮料、食材 →
买菜做饭 - 日用品(漱口水、纸巾等)→
日用品 - 餐饮外卖 →
外卖 - 不确定时询问用户
输出格式
记账后给用户确认表格:
| 日期 | 分类 | 金额 | 备注 |
|---|---|---|---|
| 2026-03-01 | 买菜做饭 | ¥17.22 | 盒马 - 有机葵花籽油 200ml |
| ... | ... | ... | ... |
合计:¥XX.XX
注意事项
- 没说日期默认今天
- 分类只能选一个,不要多个
- 金额保留两位小数
- 如果图片模糊或识别不清,询问用户确认
安全使用建议
This skill appears coherent for turning receipt images into ledger rows, but consider these practical points before installing:
- Privacy: receipt images can contain personal and financial data. Confirm how the platform's image model (yunwu/gpt-5-mini) processes and stores images (do they leave your environment, how long are they retained?).
- Accuracy: OCR and classification can be imperfect—review parsed records (amounts, dates, categories) before posting to your accounts. The skill defaults a missing date to the current system date; verify that behavior matches your bookkeeping rules.
- Confirm expectations for ambiguous items: the skill asks to prompt the user when uncertain; ensure your agent is configured to do that rather than auto-accepting uncertain data.
- Minimal system use: it runs a date command when the image lacks a date—this is harmless but note it invokes a simple system command.
- Testing: run the skill on representative sample receipts to confirm category mappings, currency formatting, and multi-item handling meet your needs.
If any of the above is a concern (especially data residency of image processing), seek clarification from the skill author or avoid sending sensitive receipts until you confirm handling policies.
功能分析
Type: OpenClaw Skill
Name: ledger-image-entry
Version: 1.0.0
The skill is designed to extract transaction details from receipt images and format them into a structured ledger. It uses a standard shell command (`date`) in SKILL.md to retrieve the current date if it's missing from the image, which is a legitimate functional requirement. No malicious patterns, data exfiltration, or prompt injection attacks were identified.
能力评估
Purpose & Capability
Name/description (receipt→structured ledger entries) align with the instructions: extract merchant, date, amount, item details, classify and format records. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays on task: it describes how to extract fields from images, how to handle missing dates (use system date command), per-item record creation, classification rules, and user confirmation for unclear OCR. It does not instruct reading arbitrary files, harvesting unrelated environment variables, or sending data to unexpected external endpoints. The only system interaction is using date "+%Y-%m-%d" to fill a missing date, which is proportional to the purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files—nothing is written to disk or downloaded. This is the lowest-risk install model and appropriate for the described functionality.
Credentials
No environment variables, credentials, or config paths are required. Requested access is minimal and matches the stated task. The SKILL.md references the platform image model (yunwu/gpt-5-mini) for image processing, which is expected for an OCR-like skill.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent system privileges. It is user-invocable and follows the platform default for model invocation; nothing indicates modification of other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ledger-image-entry - 安装完成后,直接呼叫该 Skill 的名称或使用
/ledger-image-entry触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial publish
元数据
常见问题
Ledger Image Entry 是什么?
通过图片识别 receipt、订单或发票内容,提取商家、日期、金额和商品明细, 并转换为可入账的结构化记录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Ledger Image Entry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ledger-image-entry」即可一键安装,无需额外配置。
Ledger Image Entry 是免费的吗?
是的,Ledger Image Entry 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ledger Image Entry 支持哪些平台?
Ledger Image Entry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ledger Image Entry?
由 shing19(@shing19)开发并维护,当前版本 v1.0.0。
推荐 Skills