📦 Personal Id Ocr — 身份证识别

v1.0.3

一键上传身份证正反面,自动提取姓名、性别、民族、出生日期、住址、身份证号、签发机关等全部关键字段,秒级返回结构化结果,支持批量与 API 集成。

0· 152·0 当前·0 累计
scnet-sugon 头像by @scnet-sugon (SCNet-sugon)
下载技能包
最后更新
2026/4/15
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This package appears internally coherent, but you should still exercise caution: 1) The skill sends images (often containing highly sensitive PII) to a third‑party OCR service — verify you trust Scnet and review their privacy policy before sending real ID images. 2) Keep SCNET_API_KEY secret (store in a file with restrictive permissions or use environment variables); never paste it into chat. 3) Confirm network traffic is going only to the expected domain (api.scnet.cn or your configured SCNET_A...
详细分析 ▾
用途与能力
Name/description match the implementation: the Python script posts image files to https://api.scnet.cn/api/llm/v1/ocr/recognize and extracts ID fields. Required env var (SCNET_API_KEY) and optional SCNET_API_BASE are appropriate for a remote OCR API.
指令范围
SKILL.md limits runtime behavior to reading a local image file and a local config/.env (or env var) and calling the Scnet OCR endpoint. It does not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
安装机制
No install spec; code is instruction-only with a small Python script that uses requests. No external archive downloads or unusual installers are present.
凭证需求
Only SCNET_API_KEY (and optional SCNET_API_BASE) are required. That is proportionate for a third‑party OCR service. The code reads only the declared config file or environment variable.
持久化与权限
Skill is not always-enabled and does not modify other skills or system-wide config. It runs on-demand and only requires normal network access to the declared API endpoint.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/3/27

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install personal-id-ocr
镜像加速npx clawhub@latest install personal-id-ocr --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库