Household Book Ocr — 户口本OCR
v1.0.8一键上传图片,秒级提取文字与户口本全部字段,姓名、身份证号、住址、关系等结构化输出,支持批量识别与导出表格,无需手动录入。
0· 118·0 当前·0 累计
下载技能包
最后更新
2026/4/16
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to be what it says: it uploads a local image to Scnet's OCR API and returns structured fields (suitable for household-register documents). Before installing or running it, consider: 1) Metadata mismatch — the package registry omitted required env vars; make sure you supply SCNET_API_KEY via a secure environment variable or a config/.env file with permissions set to 600. 2) Privacy: images of household registers contain highly sensitive personal data (names, ID numbers, address...详细分析 ▾
ℹ 用途与能力
The skill's name/description (household register OCR) matches its code and runtime instructions: the script posts an image to Scnet's OCR endpoint and returns parsed JSON. However, registry metadata claims 'Required env vars: none' while SKILL.md and scripts/main.py clearly require SCNET_API_KEY (and optionally SCNET_API_BASE). This is an inconsistency in declared metadata but not evidence of malicious intent.
✓ 指令范围
SKILL.md and scripts/main.py limit actions to reading a configured API key (from config/.env or environment), reading the user-supplied image file, and uploading it to https://api.scnet.cn/api/llm/v1/ocr/recognize. There are no instructions to read unrelated system files, other credentials, or exfiltrate data to unexpected endpoints.
✓ 安装机制
There is no install spec (instruction-only skill with an included Python script). The code uses only the requests library and standard Python features. No remote downloads or extract/install steps are performed by the skill itself.
ℹ 凭证需求
The code requires a single API credential (SCNET_API_KEY) and an optional SCNET_API_BASE — which is proportionate for a hosted OCR API. The concern is a documentation/metadata mismatch: the registry metadata did not declare required env vars or a primary credential even though SKILL.md and the script require SCNET_API_KEY. That omission could cause users to overlook the need to provide a secret.
✓ 持久化与权限
The skill does not request persistent inclusion (always: false), does not modify other skills or system-wide settings, and does not create background services. It only reads a local config/.env and the provided image file at runtime.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.82026/4/10
NULL
● Pending
安装命令
点击复制官方npx clawhub@latest install household-book-ocr
镜像加速npx clawhub@latest install household-book-ocr --registry https://cn.longxiaskill.com 镜像可用