📦 Bank Card Ocr — 银行卡识别

v1.0.6

一键识别中国大陆银行卡图片,秒级提取卡号、持卡人姓名(拼音/中文)、有效期及发卡行信息,自动结构化输出,方便财务、支付、身份核验等场景快速接入。

0· 161·0 当前·0 累计
scnet-sugon 头像by @scnet-sugon (SCNet-sugon)
下载技能包
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill will upload any image path you give it to Scnet's OCR API, so only use it with images you are comfortable sending to that external service. Before installing: confirm you trust the Scnet domain (https://api.scnet.cn) and the vendor's privacy practices; avoid using real bank cards in production—use test data; store the SCNET_API_KEY securely (config/.env with 600 perms or an environment variable) and never paste the key in chat; rotate the API key if it may be exposed. If you need stro...
详细分析 ▾
用途与能力
Name/description (bank card OCR) match the implementation: the script posts a local image file to https://api.scnet.cn/api/llm/v1/ocr/recognize and extracts fields such as cardNumber, cardHolder and validThru. The single required env var (SCNET_API_KEY) is the expected credential for the remote OCR service.
指令范围
Runtime instructions and the script require access to a user-provided local file path and will upload that image to the Scnet API — this is expected for OCR but implies transmission of sensitive data (card numbers, names). The SKILL.md explicitly warns about this. The skill does not attempt to read other system files or unrelated environment variables.
安装机制
This is instruction-only with a small Python script and no install spec that downloads external code. Dependencies are limited to Python and the requests library; nothing is pulled from untrusted URLs during install.
凭证需求
Only SCNET_API_KEY (and optional SCNET_API_BASE) are required. No unrelated credentials, high-privilege tokens, or config paths are requested. The script reads a local config/.env if present or recommends setting an environment variable; that is consistent with the declared requirements.
持久化与权限
The skill is not always-enabled and does not modify other skills or system-wide settings. It runs on-demand and does not request persistent elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.62026/3/27

NULL

无害

安装命令

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