← 返回 Skills 市场
zt1314p-design

TencentCloud BizLicense OCR

作者 tencent-ocr · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
355
总下载
0
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-ocr-bizlicense
功能描述
腾讯云营业执照识别(BizLicenseOCR)接口调用技能。当用户需要识别营业执照图片上的字段信息(统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限、经营范围等)时,应使用此技能。支持图片Base64和URL两种输入方式,支持复印件/翻拍件告警检测、有效期自动拼接、电子营...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-ocr-bizlicense
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-ocr-bizlicense 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tencentcloud-ocr-bizlicense
版本 1.0.2
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 3
常见问题

TencentCloud BizLicense OCR 是什么?

腾讯云营业执照识别(BizLicenseOCR)接口调用技能。当用户需要识别营业执照图片上的字段信息(统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限、经营范围等)时,应使用此技能。支持图片Base64和URL两种输入方式,支持复印件/翻拍件告警检测、有效期自动拼接、电子营... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 TencentCloud BizLicense OCR?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-ocr-bizlicense」即可一键安装,无需额外配置。

TencentCloud BizLicense OCR 是免费的吗?

是的,TencentCloud BizLicense OCR 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TencentCloud BizLicense OCR 支持哪些平台?

TencentCloud BizLicense OCR 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TencentCloud BizLicense OCR?

由 tencent-ocr(@zt1314p-design)开发并维护,当前版本 v1.0.2。

💬 留言讨论