← 返回 Skills 市场
nexaiguy

Nex Expenses

作者 Nex AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-expenses
功能描述
Track and categorize all business expenses with automatic Belgian tax deduction rules and VAT recovery optimization. Use optical character recognition (OCR)...
安全使用建议
This skill appears coherent and implements local OCR, categorization, and SQLite storage as described. Before installing/running: (1) inspect setup.sh to confirm it only creates a venv and installs expected Python packages (avoid running scripts that download or execute code from unknown servers), (2) confirm tesseract is installed from your OS package manager, (3) be aware data and receipts will be stored by default in ~/.nex-expenses (set NEX_EXPENSES_DATA to relocate), and (4) if you need to be extra cautious, run installation in an isolated environment (container or VM) and review the full setup.sh and any pip installs for unexpected remote sources.
功能分析
Type: OpenClaw Skill Name: nex-expenses Version: 1.0.0 The nex-expenses skill bundle is a legitimate tool designed for tracking business expenses according to Belgian tax regulations. It features local SQLite storage, Tesseract-based OCR for receipt scanning, and professional accounting exports. The implementation follows security best practices, including the use of parameterized SQL queries in lib/storage.py to prevent injection and restricted file permissions (chmod 700) for the data directory (~/.nex-expenses) in setup.sh. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (Belgian expense tracking with OCR) align with required binaries (python3, tesseract), included modules (OCR, categorization, SQLite storage), and declared file list. The code implements local receipt OCR, parsing, categorization, storage, export, and summary generation — all expected for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included CLI and setup.sh, scan receipts, and export files. The runtime instructions and code operate on local files and the local SQLite DB and reference only the optional env vars documented in config (NEX_EXPENSES_DATA, TESSERACT_CMD). There are no instructions to read unrelated system files or to transmit data to external endpoints in the visible code or SKILL.md.
Install Mechanism
No registry install spec was provided (instruction-only), but the package includes a setup.sh that will create a virtualenv and install dependencies per README. The setup.sh itself was included but not fully shown in the truncated listing — the existence of a setup script that may run package installs or remote fetches warrants a brief manual review before executing.
Credentials
The skill requests no credentials and no required environment variables. The code reads optional env vars (NEX_EXPENSES_DATA, TESSERACT_CMD) which are reasonable for configuring local data and the tesseract binary. There are no signs of requests for unrelated secrets or multiple external credentials.
Persistence & Privilege
The skill stores data locally under a configurable data directory (~/.nex-expenses by default) and initializes an on-disk SQLite DB and receipts folder. It does not request permanent platform-wide privileges (always is false) and does not modify other skills or global agent settings in the visible code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nex-expenses
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nex-expenses 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug nex-expenses
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nex Expenses 是什么?

Track and categorize all business expenses with automatic Belgian tax deduction rules and VAT recovery optimization. Use optical character recognition (OCR)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Nex Expenses?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex-expenses」即可一键安装,无需额外配置。

Nex Expenses 是免费的吗?

是的,Nex Expenses 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nex Expenses 支持哪些平台?

Nex Expenses 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nex Expenses?

由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。

💬 留言讨论