← Back to Skills Marketplace
nexaiguy

Nex Expenses

by Nex AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-expenses
Description
Track and categorize all business expenses with automatic Belgian tax deduction rules and VAT recovery optimization. Use optical character recognition (OCR)...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nex-expenses
  3. After installation, invoke the skill by name or use /nex-expenses
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug nex-expenses
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nex Expenses?

Track and categorize all business expenses with automatic Belgian tax deduction rules and VAT recovery optimization. Use optical character recognition (OCR)... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Nex Expenses?

Run "/install nex-expenses" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nex Expenses free?

Yes, Nex Expenses is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nex Expenses support?

Nex Expenses is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nex Expenses?

It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.

💬 Comments