← 返回 Skills 市场
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vn-accounting-skill
功能描述
Process accounting documents — invoices (hóa đơn GTGT), purchase orders, and bank statements. Extract structured data from PDF (digital and scanned), JPG, an...
安全使用建议
This skill appears to be what it says: local OCR + structured extraction. Before installing or running it: 1) Inspect scripts/ocr_utils.py (not fully shown here) to confirm it does not make network calls or upload data; 2) Run first uses in a controlled environment (or a copy of sensitive files) because the skill writes JSON backups containing raw OCR text and full source_file paths which may contain PII; 3) Install system OCR packages (tesseract, poppler) and review Python packages that 'uv run' will install; consider using a virtual environment; 4) Avoid blindly executing shell-eval of commands produced by classify_document (the README shows an eval example); instead run the suggested extractor programmatically or by copy/paste to avoid command injection if an attacker can supply malicious files; 5) Use --dry-run to preview parsed JSON before writing files. If you want higher assurance, share the full contents of scripts/ocr_utils.py and any remaining truncated files so they can be reviewed for network or other unexpected behavior.
功能分析
Type: OpenClaw Skill
Name: vn-accounting-skill
Version: 0.1.0
The vn-accounting-skill bundle is a legitimate tool designed for processing accounting documents such as invoices, purchase orders, and bank statements. It utilizes standard libraries like pytesseract for OCR, pdfplumber for PDF parsing, and openpyxl for Excel generation. The code logic is transparent, follows the stated purpose in SKILL.md and README.md, and contains no evidence of data exfiltration, malicious execution, or prompt injection. All file operations are local and aligned with the document extraction workflow.
能力评估
Purpose & Capability
Name/description (accounting OCR) aligns with included scripts and reference docs. The repo contains classification and three extractor scripts plus OCR helpers and bank/invoice/PO references — all expected for the stated functionality. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README direct the agent/user to run local scripts (uv run ...) which read input files, perform OCR, and write Excel/JSON outputs. This matches purpose. Two items to note: (1) the README example uses eval on commands generated by classify_document.py — executing untrusted command strings is risky; prefer invoking recommended scripts directly rather than eval’ing arbitrary output. (2) Extraction outputs include raw_text and full source_file paths in JSON backups which may contain sensitive data or reveal local filesystem structure.
Install Mechanism
No install spec in registry (instruction-only), but scripts rely on system packages (tesseract, poppler) and Python deps declared inline via PEP-723 comments (uv run will auto-install). This is reasonable for OCR tooling, but auto-installing Python packages (via 'uv run') has typical supply-chain risk compared to using only system packages; verify dependencies and run in a controlled environment.
Credentials
The skill requests no environment variables, credentials, or unrelated system config paths. The code operates on local files and writes local Excel/JSON outputs — consistent with its purpose. There are no obvious requests for network credentials or cloud keys.
Persistence & Privilege
Skill flags are default (always: false) and the skill does not request permanent/privileged presence or modify other skills. It writes output files (Excel/JSON) in user-specified locations, which is appropriate for this tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vn-accounting-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/vn-accounting-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
**Initial release of the accounting-skill:**
- Extracts structured data from invoices, purchase orders, and bank statements in PDF (digital/scanned), JPG, and PNG formats using OCR.
- Classifies unknown accounting documents and automatically routes them to the correct extractor.
- Supports Vietnamese and international document formats.
- Outputs Excel tracking sheets and JSON backup files for extracted data.
- Includes batch processing workflow and validation rules for invoices, statements, and POs.
- Provides installation instructions and reference documentation for field formats and OCR setup.
元数据
常见问题
Accounting Skill 是什么?
Process accounting documents — invoices (hóa đơn GTGT), purchase orders, and bank statements. Extract structured data from PDF (digital and scanned), JPG, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Accounting Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vn-accounting-skill」即可一键安装,无需额外配置。
Accounting Skill 是免费的吗?
是的,Accounting Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Accounting Skill 支持哪些平台?
Accounting Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Accounting Skill?
由 DVNghiem(@dvnghiem)开发并维护,当前版本 v0.1.0。
推荐 Skills