← Back to Skills Marketplace
Social Security Card Ocr
by
SCNet-sugon
· GitHub ↗
· v1.0.3
· MIT-0
149
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install social-security-card-ocr
Description
将图片中的文字、社保卡信息识别并提取出来。本技能应在用户需要 OCR 识别图片中的文字,或识别社保卡时使用。
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-security-card-ocr - After installation, invoke the skill by name or use
/social-security-card-ocr - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Social Security Card Ocr?
将图片中的文字、社保卡信息识别并提取出来。本技能应在用户需要 OCR 识别图片中的文字,或识别社保卡时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Social Security Card Ocr?
Run "/install social-security-card-ocr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Security Card Ocr free?
Yes, Social Security Card Ocr is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Security Card Ocr support?
Social Security Card Ocr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Security Card Ocr?
It is built and maintained by SCNet-sugon (@scnet-sugon); the current version is v1.0.3.
More Skills