📦 Car Sales Invoice Ocr — 发票OCR识别
v1.0.3一键识别机动车销售发票,精准提取VIN、发动机号、厂牌型号、购车人、价税合计、完税凭证号等关键字段,自动结构化输出,极速录入车辆信息。
0· 149·0 当前·0 累计
下载技能包
最后更新
2026/4/16
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: upload a local invoice image to the Scnet OCR API and return structured JSON. Before installing, confirm you trust the Scnet service (https://api.scnet.cn) and the skill author: the repository/homepage in the manifest is a placeholder and the source is marked unknown. Store SCNET_API_KEY securely (use environment variables or a protected config file with strict permissions) and never paste it into chat. Review the included scripts/main.py yourself (it's sma...详细分析 ▾
✓ 用途与能力
Name/description, declared env vars (SCNET_API_KEY, optional SCNET_API_BASE), and the code all align: the script posts invoice image files to https://api.scnet.cn/api/llm/v1/ocr/recognize and returns structured JSON. There are no unrelated credentials, binaries, or config paths requested.
✓ 指令范围
SKILL.md and scripts instruct the agent to read a local image path and a local config/.env (or environment variable) for the SCNET_API_KEY, then upload the file to the Scnet OCR API. The instructions do not ask the agent to read other system files, secrets, or send data to unexpected endpoints.
✓ 安装机制
No install spec or external downloads are included; only a small Python script is bundled and requires standard Python + requests. This is proportionate for an included helper script.
✓ 凭证需求
Only a single service credential (SCNET_API_KEY) is required and an optional base URL; that matches the described external API usage. No extraneous SECRET/TOKEN/PASSWORD variables or unrelated service credentials are requested.
✓ 持久化与权限
The skill is not set to always:true and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.32026/3/27
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install car-sales-invoice-ocr
镜像加速npx clawhub@latest install car-sales-invoice-ocr --registry https://cn.longxiaskill.com