← Back to Skills Marketplace
TencentCloud FaceID CompareFace
by
xiaoqiangjava
· GitHub ↗
· v1.0.1
· MIT-0
278
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tencentcloud-faceid-compareface
Description
腾讯云人脸比对(CompareFace)接口调用技能。当用户需要对两张人脸图片进行相似度比对时,应使用此技能。基于腾讯云人脸识别服务,对两张图片中的人脸进行相似度比较,返回人脸相似度分数。支持图片Base64和图片URL两种输入方式,可用于判断两张人脸是否为同一人。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-faceid-compareface - After installation, invoke the skill by name or use
/tencentcloud-faceid-compareface - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is TencentCloud FaceID CompareFace?
腾讯云人脸比对(CompareFace)接口调用技能。当用户需要对两张人脸图片进行相似度比对时,应使用此技能。基于腾讯云人脸识别服务,对两张图片中的人脸进行相似度比较,返回人脸相似度分数。支持图片Base64和图片URL两种输入方式,可用于判断两张人脸是否为同一人。 It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install TencentCloud FaceID CompareFace?
Run "/install tencentcloud-faceid-compareface" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud FaceID CompareFace free?
Yes, TencentCloud FaceID CompareFace is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud FaceID CompareFace support?
TencentCloud FaceID CompareFace is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud FaceID CompareFace?
It is built and maintained by xiaoqiangjava (@xiaoqiangjava); the current version is v1.0.1.
More Skills