← 返回 Skills 市场
TencentCloud FaceID CompareFace
作者
xiaoqiangjava
· GitHub ↗
· v1.0.1
· MIT-0
278
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tencentcloud-faceid-compareface
功能描述
腾讯云人脸比对(CompareFace)接口调用技能。当用户需要对两张人脸图片进行相似度比对时,应使用此技能。基于腾讯云人脸识别服务,对两张图片中的人脸进行相似度比较,返回人脸相似度分数。支持图片Base64和图片URL两种输入方式,可用于判断两张人脸是否为同一人。
安全使用建议
Before installing or running: (1) be aware this tool will upload images you supply to Tencent Cloud's IAI service — do not send sensitive personal data unless you accept Tencent Cloud's handling and residency. (2) The skill requires TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (the registry metadata omitted these); provide only least-privilege API keys and monitor billing. (3) You must install the tencentcloud-sdk-python dependency (pip install tencentcloud-sdk-python) and run under Python 3.6+. (4) Verify you trust the skill source; because metadata omitted required credentials, double-check for other omissions. If you need to avoid sending images off-host, do not use this skill or sanitize/obfuscate images first.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-faceid-compareface
Version: 1.0.1
The skill is a legitimate wrapper for the Tencent Cloud FaceID CompareFace API. The Python script (scripts/main.py) correctly implements the API call using the official SDK, handles local file reading with appropriate size checks, and uses environment variables for authentication. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Purpose (calling Tencent Cloud CompareFace) matches the code and SKILL.md: the script builds a CompareFace request and sends images to iai.tencentcloudapi.com. Requesting Tencent Cloud API keys is appropriate for this purpose. However, the registry metadata declared no required environment variables or primary credential while both the SKILL.md and the script require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY — a metadata omission/incoherence.
Instruction Scope
Runtime instructions and the script are limited to reading images (local files or Base64 or remote URLs), encoding them as needed, and calling the Tencent Cloud IAI API. The script reads only the provided file paths and the two Tencent Cloud env vars; it does not reference unrelated system files or hidden endpoints. Important: image data will be transmitted to Tencent Cloud (sensitive personal data).
Install Mechanism
There is no install spec. The SKILL.md and script require the third‑party Python package tencentcloud‑sdk‑python and a Python 3.6+ runtime; the README asks the user to pip install it but the package registry metadata does not express this dependency. Lack of an automated install increases chance of runtime errors but is not itself malicious.
Credentials
The script legitimately needs Tencent Cloud API keys (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY). The concern is the metadata lists no required env vars or primary credential while the code and SKILL.md require secret keys — this mismatch is a security/configuration omission. Also note these keys grant access to Tencent Cloud account resources and should be scoped and protected appropriately.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system configuration. It runs as a one-off script and does not grant elevated or hidden privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-faceid-compareface - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-faceid-compareface触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release.
- Implements Tencent Cloud FaceID CompareFace API skill for comparing face similarity between two images.
- Supports both image Base64 input and image URL input.
- Returns similarity score and same-person judgment.
- Allows optional quality control and algorithm version selection (2.0 or 3.0).
- Provides command-line usage instructions and supported parameter descriptions.
v1.0.0
tencentcloud-faceid-compareface 1.0.0
- Initial release of the Tencent Cloud Face Comparison skill.
- Supports comparing the similarity of two faces using Tencent Cloud's face recognition service.
- Allows image input via Base64 string or URL, with optional automatic Base64 conversion for local files.
- Provides configurable options for algorithm version, image quality control, and rotate detection.
- Returns similarity scores and same-person judgement in JSON format.
元数据
常见问题
TencentCloud FaceID CompareFace 是什么?
腾讯云人脸比对(CompareFace)接口调用技能。当用户需要对两张人脸图片进行相似度比对时,应使用此技能。基于腾讯云人脸识别服务,对两张图片中的人脸进行相似度比较,返回人脸相似度分数。支持图片Base64和图片URL两种输入方式,可用于判断两张人脸是否为同一人。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 TencentCloud FaceID CompareFace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-faceid-compareface」即可一键安装,无需额外配置。
TencentCloud FaceID CompareFace 是免费的吗?
是的,TencentCloud FaceID CompareFace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud FaceID CompareFace 支持哪些平台?
TencentCloud FaceID CompareFace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud FaceID CompareFace?
由 xiaoqiangjava(@xiaoqiangjava)开发并维护,当前版本 v1.0.1。
推荐 Skills