← 返回 Skills 市场
Social Security Card Ocr
作者
SCNet-sugon
· GitHub ↗
· v1.0.3
· MIT-0
149
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install social-security-card-ocr
功能描述
将图片中的文字、社保卡信息识别并提取出来。本技能应在用户需要 OCR 识别图片中的文字,或识别社保卡时使用。
安全使用建议
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 suggests chmod 600 for config/.env). (3) Verify the provider/repository (skill.yaml homepage is a placeholder GitHub URL) if you need a vetted source. (4) If you require on-device-only processing for privacy, seek a local OCR alternative instead of an external API. If you want higher assurance, review the network calls in scripts/main.py and confirm the API endpoint and channelTag are acceptable.
能力标签
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
Skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-security-card-ocr - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-security-card-ocr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added skill.yaml for better metadata and configuration support.
- Updated SKILL.md with explicit environment variable requirements, Python 3 and requests dependencies, and enhanced manual API Key setup instructions.
- Improved security instructions to avoid pasting API Keys in chat.
- Clarified examples and removed references unrelated to social security card recognition.
- Added dependency installation guide for Python requests library.
v1.0.1
Version 1.0.1 of social-security-card-ocr
- No file changes detected; this release contains no functional or documentation updates.
- All features, configuration, and usage instructions remain unchanged from the previous version.
v0.1.0
Initial release of the social_security_card_ocr skill.
- Provides OCR recognition and extraction of text and social security card info from images.
- Outputs structured JSON data with recognition results and confidence scores.
- Requires Scnet API Token configuration for use.
- Supports common image formats such as jpg, png, and pdf.
- Includes clear instructions for API token setup, CLI usage, and troubleshooting.
- Enforces API rate limit recommendations (10 QPS) and error handling guidance.
元数据
常见问题
Social Security Card Ocr 是什么?
将图片中的文字、社保卡信息识别并提取出来。本技能应在用户需要 OCR 识别图片中的文字,或识别社保卡时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Social Security Card Ocr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-security-card-ocr」即可一键安装,无需额外配置。
Social Security Card Ocr 是免费的吗?
是的,Social Security Card Ocr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Security Card Ocr 支持哪些平台?
Social Security Card Ocr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Security Card Ocr?
由 SCNet-sugon(@scnet-sugon)开发并维护,当前版本 v1.0.3。
推荐 Skills