📦 Enterprise Qualification Ocr — 证照文字识别
v1.0.4一键识别图片中的营业执照、事业单位法人证书、统一社会信用代码证等各类法人登记证照文字信息,快速提取关键字段,免手动录入。
0· 130·0 当前·0 累计
下载技能包
最后更新
2026/4/16
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This package appears to do only what it claims: upload a local image to https://api.scnet.cn/api/llm/v1/ocr/recognize using a SCNET_API_KEY. Before installing, do the following: (1) Verify you trust the Scnet service and its privacy policy (you will send document images to that endpoint). (2) Create the config/.env file with SCNET_API_KEY and set file permissions (600) as instructed — do NOT paste your API key into chats. (3) Note the minor inconsistencies: the skill registry metadata doesn't de...详细分析 ▾
✓ 用途与能力
The skill's name/description (enterprise OCR for business/qualification documents) matches its code and instructions: it reads a local image and posts it to the Scnet OCR endpoint. The single external service (api.scnet.cn) and a single API key are appropriate for the stated purpose. One mismatch: the registry metadata lists no required environment variables, but the SKILL.md and code require/configure a SCNET_API_KEY (via config/.env).
ℹ 指令范围
SKILL.md and scripts/main.py limit actions to reading a local file path, reading config/.env, and POSTing the file to the Scnet OCR API. The docs suggest an environment-variable option for SCNET_API_KEY, but the implemented loader only reads config/.env (the script's error messages mention export as an alternative). The skill outputs JSON to stdout and does not reference other system files or external endpoints beyond the Scnet API.
✓ 安装机制
No install spec is provided (instruction-only plus a Python script). Dependencies are minimal (Python 3 and requests). No downloaded code from arbitrary URLs, no archives extracted, and no system-level installers are invoked.
ℹ 凭证需求
The skill legitimately requires one API credential (SCNET_API_KEY) for the Scnet service — this is proportionate. However, the skill metadata did not declare required env vars while SKILL.md and the script clearly require SCNET_API_KEY in config/.env; this mismatch should be corrected or verified before installation.
✓ 持久化与权限
The skill does not request permanent presence (always is false), does not modify other skills or system-wide settings, and does not write files except optionally reading a config file in its own config/.env path. No elevated or persistent privileges are requested.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.42026/4/10
NULL
● Pending
安装命令
点击复制官方npx clawhub@latest install enterprise-qualification-ocr
镜像加速npx clawhub@latest install enterprise-qualification-ocr --registry https://cn.longxiaskill.com