📦 Social Security Card Ocr — 社保卡识别

v1.0.3

上传社保卡图片,自动识别并提取卡面文字与关键字段,可快速获取姓名、证件号、社保编号等信息,方便后续录入与核对。

0· 118·0 当前·0 累计
scnet-sugon 头像by @scnet-sugon (SCNet-sugon)
下载技能包
最后更新
2026/4/16
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do exactly what it says: it reads a local image and uploads it to Scnet's OCR API using an SCNET_API_KEY stored in config/.env or env vars. Before installing, consider: (1) privacy — images of social security cards contain highly sensitive PII and will be sent to api.scnet.cn; verify the service's privacy policy and that you trust the operator. (2) Keep the SCNET_API_KEY secret and store it in the .env file or environment (the skill warns against pasting keys into chat and ...
详细分析 ▾
用途与能力
Name/description request OCR of social security cards. Declared primary credential (SCNET_API_KEY), optional SCNET_API_BASE, and the script's network calls to https://api.scnet.cn/api/llm/v1/ocr/recognize match that purpose.
指令范围
SKILL.md and scripts only instruct reading a local image and a local config/.env for the API key, then POSTing the file to the Scnet OCR endpoint. This is within scope, but the skill transmits sensitive PII (images containing SSNs) to an external service — users should be aware of privacy implications.
安装机制
No install spec (instruction-only plus a small Python script). Dependencies are only Python 3 and requests (pip). Nothing is downloaded from untrusted URLs or written into system paths.
凭证需求
Only requests one credential (SCNET_API_KEY) and an optional API base; these are appropriate for calling an external OCR API. The code only reads config/.env or environment variables declared in SKILL.md/skill.yaml.
持久化与权限
Skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or global agent settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/4/10

NULL

Pending

安装命令

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