← 返回 Skills 市场
TencentCloud VehicleLicense OCR
作者
tencent-ocr
· GitHub ↗
· v1.0.3
· MIT-0
395
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install tencentcloud-ocr-vehiclelicense
功能描述
腾讯云行驶证识别(VehicleLicenseOCR)接口调用技能。当用户需要识别行驶证图片主页(车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期)或副页(号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录)信息时,应使...
安全使用建议
This skill appears to implement Tencent Cloud VehicleLicenseOCR correctly, but the registry metadata fails to declare the sensitive environment variables the code requires. Before installing or using it: (1) do not set production TencentCloud credentials into an unknown skill — consider creating a limited/test API key; (2) confirm you trust the skill source (there is no homepage) and consider reviewing the included scripts/main.py yourself; (3) be aware that any image URL you provide may be fetched by Tencent (and any Base64 or local file you pass will be uploaded), so avoid passing internal URLs or files containing sensitive data; (4) install tencentcloud-sdk-python from the official PyPI source only and run the script in an isolated environment if possible; (5) ask the publisher to update the registry metadata to list TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY so automated policy checks and users are correctly informed.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-ocr-vehiclelicense
Version: 1.0.3
The skill is a legitimate wrapper for the Tencent Cloud Vehicle License OCR API. It uses the official 'tencentcloud-sdk-python' library and follows standard practices for handling API credentials via environment variables. The code in 'scripts/main.py' is well-structured, focusing on image encoding, API invocation, and response formatting, with no evidence of malicious intent, data exfiltration to unauthorized endpoints, or obfuscation.
能力评估
Purpose & Capability
Name, description, SKILL.md and scripts/main.py consistently implement Tencent Cloud VehicleLicenseOCR: calling the Tencent OCR API, accepting ImageUrl or Base64, and returning parsed fields. The required network access to ocr.tencentcloudapi.com and the tencentcloud-sdk-python dependency are coherent with the stated purpose.
Instruction Scope
Runtime instructions and the script confine behavior to constructing an OCR request and printing parsed results. The skill will transmit image data or image URLs to Tencent Cloud (expected for this service). It reads local files only when the user explicitly supplies a file path or Base64 input. No additional system-wide data collection or unexpected external endpoints are present.
Install Mechanism
No install spec is provided (instruction-only install), but SKILL.md and the script require the third-party Python package tencentcloud-sdk-python installed via pip. That is reasonable for the task but means runtime pip installation from PyPI is expected — verify the package source if you care about supply-chain risk.
Credentials
Both SKILL.md and scripts/main.py require Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY), but the registry metadata lists no required environment variables or primary credential. This metadata omission is an incoherence and could mislead users or automation about the sensitive credentials this skill needs. Requesting these cloud credentials is proportionate to the function, but the omission in metadata is a notable red flag.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges or modify other skills. It runs on-demand and requires standard environment variables for the API — no excessive persistence or privilege escalation observed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-ocr-vehiclelicense - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-ocr-vehiclelicense触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- 新增请求参数 UserAgent(请求来源标识),用于追踪调用来源
v1.0.2
更新显示名称
v1.0.1
- SKILL.md description updated for clarity; “图片” wording added for input types and supported证件类型.
- Content streamlined by removing the large flowchart section.
- Minor text adjustments for conciseness in the introduction and usage instructions.
- No code or functional changes; documentation only.
v1.0.0
- Initial release of the 腾讯云行驶证识别 (VehicleLicenseOCR) skill.
- Supports recognition of all main and vice page vehicle license fields, including vehicle owner, plate number, VIN, model, and more.
- Accepts both Base64-encoded images and image URLs.
- Includes warning detection for copies, screen captures, glare, blurriness, and incomplete borders.
- Supports e-vehicle and tractor vehicle licenses.
- Provides clear error codes and detailed usage documentation for easy integration.
元数据
常见问题
TencentCloud VehicleLicense OCR 是什么?
腾讯云行驶证识别(VehicleLicenseOCR)接口调用技能。当用户需要识别行驶证图片主页(车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期)或副页(号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录)信息时,应使... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。
如何安装 TencentCloud VehicleLicense OCR?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-ocr-vehiclelicense」即可一键安装,无需额外配置。
TencentCloud VehicleLicense OCR 是免费的吗?
是的,TencentCloud VehicleLicense OCR 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud VehicleLicense OCR 支持哪些平台?
TencentCloud VehicleLicense OCR 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud VehicleLicense OCR?
由 tencent-ocr(@zt1314p-design)开发并维护,当前版本 v1.0.3。
推荐 Skills