← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nfs-e-parser
功能描述
NFS-e field extractor for Brazilian agents. 100% field accuracy on São Paulo NFS-e invoices (auxiliar-nfs-e + Surya). Extracts CNPJ, prestador, tomador, valo...
安全使用建议
This skill appears to do what it advertises (São Paulo NFS-e field extraction), but it relies on pip-installing 'surya-ocr' and cloning a GitHub repository before executing code. Before installing or running it: (1) inspect the GitHub repo (Tlalvarez/Auxiliar-ai) and the specific parser.py to confirm no network exfiltration or unexpected behavior; (2) review the PyPI package 'surya-ocr' (owner, source, and release history) and avoid running it on sensitive documents until you trust the package; (3) run installs and tests inside an isolated virtualenv or sandbox container, not on a production host; (4) test the parser on synthetic or redacted invoices first; and (5) consider scanning cloned code with your usual security tools (static analysis, dependency checks). If you can provide the GitHub repo link (actual content) or the parser.py file, I can give a higher-confidence assessment.
功能分析
Type: OpenClaw Skill
Name: nfs-e-parser
Version: v0.1.1
The skill bundle in SKILL.md provides instructions for an AI agent to extract data from Brazilian NFS-e invoices by performing high-risk shell operations, including pip install and git clone from a remote repository (github.com/Tlalvarez/Auxiliar-ai.git). While the behavior aligns with the stated purpose of invoice parsing, the reliance on fetching and executing unverified external code via shell commands constitutes a significant supply chain risk. No clear evidence of malicious intent was found, but the broad execution capabilities required make it suspicious.
能力评估
Purpose & Capability
Name/description match the requested binaries and actions: Python and git are reasonable for a Python parser that clones a GitHub repo and runs OCR. No unrelated credentials, config paths, or unrelated system binaries are requested.
Instruction Scope
SKILL.md is instruction-only and stays on-task (create venv, pip install surya-ocr and transformers, git clone repo, run surya_ocr, parse OCR text, validate CNPJ). It does instruct reading local PDF folders and running CLI tools on them (expected for invoice parsing) but grants the agent broad discretion to run OCR on any files the agent can access — review which folders the agent will process and avoid pointing it at sensitive or unrelated documents without oversight.
Install Mechanism
There is no formal install spec in the registry; the runtime instructions tell users to pip install surya-ocr and transformers and to git clone https://github.com/Tlalvarez/Auxiliar-ai.git. GitHub is a normal host, but pip-installing third-party packages and executing cloned scripts means arbitrary code from PyPI/GitHub will run. This is proportional to a Python-based parser but carries the usual risk of running unreviewed packages.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or system-level tokens, which is appropriate for a local invoice parser.
Persistence & Privilege
The skill is not always-enabled and does not declare modifications to other skills or system-wide settings. The runtime workflow clones and copies a parser script and installs packages into a virtualenv — normal for a local Python tool and not an escalation of platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nfs-e-parser - 安装完成后,直接呼叫该 Skill 的名称或使用
/nfs-e-parser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
vv0.1.1
- Clarifies that the JSON response example contains only fictitious data and well-known test CNPJs, not real client data.
- Updates documentation to improve privacy and structure illustration, using representative fake invoice values.
- Generalizes example paths and workflow steps for broader use cases.
- No changes to code or dependencies; documentation improvements only.
vv0.1.0
Initial release of the nfs-e-parser skill.
- Extracts structured fields from São Paulo NFS-e (service invoice) PDFs with 100% tested accuracy on published Surya OCR corpus.
- Outputs JSON with key tax and invoice fields (CNPJ, prestador, tomador, valor_servico, código_serviço, ISS, retenções, etc.).
- Includes CNPJ validation and field completeness checks for bookkeeping and accountant handoff.
- Designed for use with Surya OCR; instructions provided for setup and batch processing.
- Limitations: supports only São Paulo layout; other municipalities not yet covered.
元数据
常见问题
NFS-e Parser — Brazilian invoice field extraction 是什么?
NFS-e field extractor for Brazilian agents. 100% field accuracy on São Paulo NFS-e invoices (auxiliar-nfs-e + Surya). Extracts CNPJ, prestador, tomador, valo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 NFS-e Parser — Brazilian invoice field extraction?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nfs-e-parser」即可一键安装,无需额外配置。
NFS-e Parser — Brazilian invoice field extraction 是免费的吗?
是的,NFS-e Parser — Brazilian invoice field extraction 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NFS-e Parser — Brazilian invoice field extraction 支持哪些平台?
NFS-e Parser — Brazilian invoice field extraction 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NFS-e Parser — Brazilian invoice field extraction?
由 Tlalvarez(@tlalvarez)开发并维护,当前版本 vv0.1.1。
推荐 Skills