← Back to Skills Marketplace
TencentCloud BizLicense OCR
by
tencent-ocr
· GitHub ↗
· v1.0.2
· MIT-0
355
Downloads
0
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-ocr-bizlicense
Description
腾讯云营业执照识别(BizLicenseOCR)接口调用技能。当用户需要识别营业执照图片上的字段信息(统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限、经营范围等)时,应使用此技能。支持图片Base64和URL两种输入方式,支持复印件/翻拍件告警检测、有效期自动拼接、电子营...
Usage Guidance
What to consider before installing:
- The code is coherent: it will send images to Tencent Cloud's OCR endpoint and requires your Tencent API keys (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY). The registry metadata incorrectly omits these required env vars — treat that as a red flag about publishing quality.
- Only provide credentials if you trust the skill owner; prefer creating a least-privilege, auditable API key for this purpose and rotate/revoke it after use.
- Images you pass (via URL or file) will be transmitted to Tencent. Consider privacy/regulatory implications before sending sensitive documents.
- The script reads any local file path you pass for --image-base64, so don’t point it at sensitive files you don’t intend to send.
- The package asks you to pip install tencentcloud-sdk-python; verify you install that package from a trusted source (PyPI) in an isolated environment.
- Because the registry owner and homepage are not provided, consider inspecting the code yourself (done here) or asking the publisher to correct the manifest (declare required env vars) before use.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-ocr-bizlicense
Version: 1.0.2
The skill is a legitimate wrapper for the Tencent Cloud Business License OCR API. The Python script (scripts/main.py) uses the official Tencent Cloud SDK to process images via URL or local file paths, requiring standard environment variables for authentication. The code is well-structured, lacks any suspicious execution patterns (like eval or subprocess), and the documentation in SKILL.md accurately reflects the script's functionality without any prompt-injection attempts.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and scripts/main.py all consistently implement a Tencent Cloud BizLicense OCR client. Requiring tencentcloud-sdk-python and Tencent Cloud API credentials is appropriate for this purpose. However, the registry metadata at the top incorrectly lists no required environment variables or primary credential, which is an incoherence between the manifest and what the skill actually needs.
Instruction Scope
SKILL.md and the script narrowly instruct the agent to call Tencent Cloud's BizLicenseOCR via the official SDK, accept either an image URL or a file/Base64 input, and return parsed fields and warnings. The runtime instructions and code only read the provided image file/argument and use the Tencent OCR endpoint; they do not attempt to read unrelated system files or other environment variables.
Install Mechanism
There is no install spec (instruction-only with an included script). The README and code recommend installing tencentcloud-sdk-python via pip. This is a standard package installation and not performed automatically by the skill; no remote download-from-arbitrary-URL or archive extraction is present.
Credentials
The script and SKILL.md require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (full API keys) which is expected for calling Tencent APIs, but the skill's registry metadata incorrectly declares no required env vars or primary credential. The skill therefore requests high-sensitivity credentials (full API keys) — ensure they are scoped/rotated appropriately and that the manifest is corrected so users know what will be needed.
Persistence & Privilege
The skill does not request always:true, does not attempt to modify other skills or system-wide configuration, and has no install-time persistence. Autonomous invocation is allowed (platform default) but not combined with other high-risk behaviors here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-ocr-bizlicense - After installation, invoke the skill by name or use
/tencentcloud-ocr-bizlicense - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 新增 UserAgent(请求来源标识)参数,支持用于追踪调用来源,建议统一固定为 Skills。
- 其余功能和参数未变化,维持现有逻辑与用法。
v1.0.1
更新显示名称
v1.0.0
Initial release: Tencent Cloud BizLicense OCR skill for business license image recognition.
- Supports recognition of key fields from business license images (credit code, company name, legal representative, capital, etc.).
- Accepts input as Base64 image or image URL.
- Provides alarms for copy/photographed document detection, validity period auto-completion, and support for electronic/unconventional business licenses.
- Detailed JSON responses including standard field extraction and warnings.
- Python 3.6+ with required environment variables and TencentCloud SDK.
- Includes usage examples and comprehensive error/warning code explanations.
Metadata
Frequently Asked Questions
What is TencentCloud BizLicense OCR?
腾讯云营业执照识别(BizLicenseOCR)接口调用技能。当用户需要识别营业执照图片上的字段信息(统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限、经营范围等)时,应使用此技能。支持图片Base64和URL两种输入方式,支持复印件/翻拍件告警检测、有效期自动拼接、电子营... It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install TencentCloud BizLicense OCR?
Run "/install tencentcloud-ocr-bizlicense" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud BizLicense OCR free?
Yes, TencentCloud BizLicense OCR is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud BizLicense OCR support?
TencentCloud BizLicense OCR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud BizLicense OCR?
It is built and maintained by tencent-ocr (@zt1314p-design); the current version is v1.0.2.
More Skills