← 返回 Skills 市场
92
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-einvoice
功能描述
Generate Belgian-compliant e-invoices in the Peppol BIS 3.0 UBL format from natural language input in Dutch or English, satisfying mandatory requirements for...
安全使用建议
This skill appears to implement a local Belgian Peppol/UBL invoicing CLI and needs only python3, which is coherent. Before installing:
- Inspect setup.sh (it will run on your machine and likely install packages). Ensure it only sets up a venv and installs known dependencies; don't run it blindly.
- Don't trust the README/SKILL.md claims blindly: the code does NOT appear to encrypt the SQLite DB (only tightens file permissions), so if you need encryption-at-rest, add it yourself or store the data on an encrypted filesystem.
- The code performs a local Belgian VAT (mod-97) format check; it does not call EU VIES. If you require live VIES validation, confirm or modify the code to perform that network call and handle privacy implications.
- Note the documentation inconsistencies (claimed data directory ~/.einvoice vs actual ~/.nex-einvoice, missing templates/). Ask the maintainer for clarification or a reproducible install/readme before trusting it for production use.
- Consider running the skill in a sandbox/VM or review the full setup.sh and any installed Python packages before giving it access to real company data (IBAN, VAT IDs). If you accept the current behavior, ensure backups and, if needed, encryption of the data directory.
功能分析
Type: OpenClaw Skill
Name: nex-einvoice
Version: 1.0.0
The Nex E-Invoice skill is a legitimate tool for generating Belgian-compliant Peppol BIS 3.0 e-invoices. Analysis of the Python source code (nex-einvoice.py, lib/*) and the installation script (setup.sh) confirms that the application operates entirely locally, storing data in a SQLite database at ~/.nex-einvoice/ without any network exfiltration or suspicious dependencies. While the documentation mentions EU VIES validation and encryption which are not explicitly implemented in the provided code (it uses local modulo checks and standard filesystem permissions), there is no evidence of malicious intent, backdoors, or prompt-injection attacks.
能力标签
能力评估
Purpose & Capability
The code implements invoice creation, VAT calculation, UBL export and local SQLite storage, which fits the stated purpose and only requires python3. However the SKILL.md/README make claims that the code does not substantiate: e.g., 'All invoice data encrypted and stored locally' (storage uses plain SQLite with file-permission tightening but no encryption), and 'VAT-ID validation against EU VIES' (the provided validator is a local Belgian modulo-97 check; there is no VIES network call). The metadata also lists templates/* but no templates are present in the manifest. These mismatches are material to privacy/compliance expectations.
Instruction Scope
Runtime instructions are narrowly scoped to running setup.sh and using the nex-einvoice CLI for creating, listing, exporting invoices. They do not instruct broad system inspection or extraneous data exfiltration. However the instructions promise behaviors (VIES validation, encrypted storage, 'no external API calls' vs SKILL.md's VIES claim) that the implementation does not follow—this is misleading and affects trust.
Install Mechanism
There is no registry-level install spec, but a setup.sh is included and SKILL.md instructs running it. The setup script is not shown in full here; it likely creates a virtualenv and installs dependencies. That is common, but lacking an explicit vetted install spec means the setup script should be reviewed before execution to ensure it doesn't fetch or run unexpected remote code.
Credentials
The skill declares no required environment variables. The code does read a number of optional NEX_EINVOICE_* variables for seller defaults (VAT, IBAN, PEPPOL ID, etc.), which is reasonable for configuration. No unrelated credentials or secrets are required by the skill as packaged.
Persistence & Privilege
The skill persists data to a local data directory (default ~/.nex-einvoice). It does not request always:true, does not alter other skills, and its persistence is limited to its own files (DB, configs, exports). That's expected for a CLI/local tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nex-einvoice - 安装完成后,直接呼叫该 Skill 的名称或使用
/nex-einvoice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Nex Einvoice 是什么?
Generate Belgian-compliant e-invoices in the Peppol BIS 3.0 UBL format from natural language input in Dutch or English, satisfying mandatory requirements for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Nex Einvoice?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex-einvoice」即可一键安装,无需额外配置。
Nex Einvoice 是免费的吗?
是的,Nex Einvoice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nex Einvoice 支持哪些平台?
Nex Einvoice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nex Einvoice?
由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。
推荐 Skills