← 返回 Skills 市场
TencentCloud LicensePlate OCR
作者
tencent-ocr
· GitHub ↗
· v1.0.2
· MIT-0
407
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-ocr-licenseplate
功能描述
腾讯云车牌识别(LicensePlateOCR)接口调用技能。当用户需要对中国大陆机动车车牌进行自动定位和识别时,应使用此技能。支持返回车牌号码、车牌颜色、置信度和像素坐标信息,支持多车牌场景识别,支持图片Base64和URL两种输入方式。
安全使用建议
This skill appears to do what it claims (call Tencent Cloud LicensePlateOCR) and requires your Tencent Cloud API keys to operate, but the registry metadata does not list those credentials — that's an inconsistency you should resolve before proceeding. Before installing: (1) confirm the publisher/trustworthiness of the skill (source/homepage are missing), (2) do not supply long-lived root credentials — prefer a minimal-permission API key or short-lived credentials, (3) be aware images (containing license plates) will be uploaded to Tencent Cloud and could have privacy/billing implications, (4) review and test the included scripts locally (scripts/main.py shows the exact calls), and (5) ensure you are comfortable installing the tencentcloud-sdk-python package from PyPI. If you cannot verify the author or the missing registry metadata is not corrected, treat installation as higher risk.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-ocr-licenseplate
Version: 1.0.2
The skill is a standard implementation for calling the Tencent Cloud License Plate OCR API. It uses the official 'tencentcloud-sdk-python' library, follows documented authentication patterns via environment variables, and communicates exclusively with the legitimate Tencent Cloud endpoint (ocr.tencentcloudapi.com). The script 'scripts/main.py' safely handles image inputs via URL or local file paths without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included script all align: this is an adapter for Tencent Cloud's LicensePlateOCR and needs Tencent Cloud credentials. However, the skill registry metadata claims no required environment variables or primary credential, which contradicts both SKILL.md and scripts/main.py that explicitly require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY.
Instruction Scope
SKILL.md and scripts/main.py limit actions to reading an image (file or URL), Base64 encoding if needed, and calling the official Tencent OCR API endpoint (ocr.tencentcloudapi.com). The instructions do not request unrelated files or send data to unexpected endpoints. They do instruct installing the tencentcloud SDK and setting the Tencent Cloud credentials.
Install Mechanism
There is no formal install spec; the instructions and script require the public PyPI package tencentcloud-sdk-python (pip install). Using a PyPI SDK is a common pattern but carries the moderate risk of third-party package supply-chain issues; no arbitrary downloads or unknown URLs are present.
Credentials
The skill legitimately needs Tencent Cloud API keys (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY) to call the service; that is proportionate to the stated purpose. The concern is the manifest/registry metadata omits these required env vars/primary credential, which is an important omission that could hide required secrets from the installer UI.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not attempt to modify other skills or global agent configuration. It only runs a client call when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-ocr-licenseplate - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-ocr-licenseplate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 新增可选参数 UserAgent,用于请求来源标识,可设为 Skills 用于追踪调用来源
- 其余功能与接口保持不变
v1.0.1
更新版本和显示名称
v1.0.0
Initial release of Tencent Cloud License Plate OCR skill.
- Provides automatic license plate recognition for Mainland China vehicles.
- Supports detection of multiple plates, plate color, confidence score, and bounding box coordinates.
- Accepts both image Base64 and image URL inputs.
- Returns detailed plate information, including category (e.g., physical or non-physical plate).
- Includes sample usage, error code explanations, and environmental requirements.
元数据
常见问题
TencentCloud LicensePlate OCR 是什么?
腾讯云车牌识别(LicensePlateOCR)接口调用技能。当用户需要对中国大陆机动车车牌进行自动定位和识别时,应使用此技能。支持返回车牌号码、车牌颜色、置信度和像素坐标信息,支持多车牌场景识别,支持图片Base64和URL两种输入方式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 407 次。
如何安装 TencentCloud LicensePlate OCR?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-ocr-licenseplate」即可一键安装,无需额外配置。
TencentCloud LicensePlate OCR 是免费的吗?
是的,TencentCloud LicensePlate OCR 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud LicensePlate OCR 支持哪些平台?
TencentCloud LicensePlate OCR 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud LicensePlate OCR?
由 tencent-ocr(@zt1314p-design)开发并维护,当前版本 v1.0.2。
推荐 Skills