← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-expense-report-pro
功能描述
No more shoebox full of crumpled receipts at the end of the month. Snap a photo of any receipt — blurry, crumpled, foreign currency, handwritten tip — and Op...
安全使用建议
This package appears internally consistent with an on-device expense tracker. Before installing, consider: 1) Playwright must be installed separately and will download browser binaries (Chromium) — verify you want that dependency. 2) The scripts write temporary HTML to /tmp and require read/write access to an expenses/ directory; the Python script validates output paths and escapes HTML, but you should run it under the user account that owns the expenses data. 3) SKILL.md and SETUP-PROMPT instruct secure permissions (chmod 700/600) and filename sanitization — follow those instructions to reduce risk. 4) If you later connect the dashboard to remote services (Supabase/S3), you'll need to supply credentials then — review and restrict those before providing them. 5) As with any third-party skill, inspect and (optionally) run the scripts in a sandbox or isolated environment first to confirm behavior. Overall, nothing in the package indicates unexplained exfiltration or mismatched permissions.
功能分析
Type: OpenClaw Skill
Name: normieclaw-expense-report-pro
Version: 1.0.3
The Expense Report Pro skill is a well-structured tool for managing financial data with a strong emphasis on security. Key safety features include explicit prompt injection defenses in SKILL.md to prevent the agent from executing commands found in receipts, restrictive file permissions (chmod 600/700) established in SETUP-PROMPT.md, and robust input validation and HTML escaping in the PDF generation script (generate-expense-report.py). The use of Playwright for rendering reports is mitigated by disabling JavaScript execution, and the code follows best practices for local data handling without evidence of exfiltration or malicious intent.
能力评估
Purpose & Capability
The skill's name/description (receipt scanning, categorization, PDF reports) matches the included files: vision guidance in SKILL.md, category defaults, report HTML template, and a Python/Bash pair to render HTML→PDF. There are no unrelated credentials, binaries, or configuration requests.
Instruction Scope
SKILL.md instructs reading/writing only within an expenses/ directory, using the image/vision tool for receipts, and running the provided PDF-generation script. It explicitly warns about prompt-injection and treats extracted receipt text as data. The file paths and actions described (saving receipts, appending expense-log.json, running the renderer) are within the stated scope.
Install Mechanism
This is instruction-only (no automated install). The Python script documents dependencies (playwright and browser install). That is reasonable for PDF rendering but requires the user to install Playwright, which will download browser binaries (Chromium). No opaque network download URLs or extract/install steps bundled with the skill itself.
Credentials
The skill declares no required env vars, no credentials, and the files do not embed secrets or remote endpoints. Dashboard advisories mention optional external services (e.g., Supabase) but no credentials are required by the packaged skill.
Persistence & Privilege
always:false (default), the skill does not request persistent platform privileges or modify other skills. Setup steps create an expenses/ directory and copy default categories into it — expected for a local data store.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install normieclaw-expense-report-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/normieclaw-expense-report-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
元数据
常见问题
Expense Report Pro 是什么?
No more shoebox full of crumpled receipts at the end of the month. Snap a photo of any receipt — blurry, crumpled, foreign currency, handwritten tip — and Op... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Expense Report Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-expense-report-pro」即可一键安装,无需额外配置。
Expense Report Pro 是免费的吗?
是的,Expense Report Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Expense Report Pro 支持哪些平台?
Expense Report Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Expense Report Pro?
由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。
推荐 Skills