← Back to Skills Marketplace
tencentcloud-faceid-detectface
by
xiaoqiangjava
· GitHub ↗
· v1.0.0
· MIT-0
218
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencentcloud-faceid-detectface
Description
腾讯云人脸检测(DetectFace)接口调用技能。当用户需要对图片进行人脸检测时,应使用此技能。可检测图片中的人脸位置(坐标、宽高),并可选返回人脸属性(性别、年龄、表情、魅力、眼镜、口罩、头发、姿态)和人脸质量信息(质量分、模糊分、光照分、遮挡分)。支持图片Base64和图片URL两种输入方式,支持同时检测多...
Usage Guidance
This skill appears to be a straightforward wrapper for Tencent Cloud's DetectFace API and needs your Tencent Cloud API keys (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY). Before installing: (1) confirm you trust the skill publisher/source (source is marked unknown here); (2) verify the registry metadata is updated to declare the required env vars (the code and SKILL.md require them); (3) provide API keys with least privilege possible and avoid using long-lived/root credentials; (4) run the script in an isolated environment if you want to limit risk; and (5) inspect the included scripts/main.py yourself (it’s small and readable) to confirm there are no hidden endpoints or unexpected behavior. If you have sensitive images, remember the images or their URLs will be sent to Tencent's iai.tencentcloudapi.com service per the SDK call.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-faceid-detectface
Version: 1.0.0
The skill bundle is a legitimate implementation for calling the Tencent Cloud FaceID DetectFace API. It uses the official 'tencentcloud-sdk-python' library, follows standard practices for handling API credentials via environment variables, and includes appropriate file size and type validation in 'scripts/main.py'. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's name/description (Tencent Cloud DetectFace) matches the included code and SKILL.md: it calls the IAI DetectFace API and returns face boxes/attributes/quality. The only inconsistency is registry metadata claiming no required env vars while both SKILL.md and scripts/main.py require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. This appears to be an omission in metadata rather than a functional mismatch.
Instruction Scope
SKILL.md instructs the agent to run scripts/main.py, install the official tencentcloud-sdk-python, and set the Tencent Cloud API keys. The runtime instructions and script only read the supplied image (file or Base64) and the two Tencent Cloud env vars; they do not request unrelated files, system config, or unusual external endpoints beyond the Tencent IAI endpoint.
Install Mechanism
There is no install spec (instruction-only + a Python script). The script indicates a pip dependency on tencentcloud-sdk-python, which is proportional. No downloads from untrusted URLs or archive extraction are present.
Credentials
The script requires TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY — these are appropriate and necessary for calling Tencent Cloud APIs. The skill package/registry metadata, however, did not declare these required env vars; that mismatch should be corrected or confirmed before use.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It runs as a single script and does not attempt to persist credentials or alter agent/system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-faceid-detectface - After installation, invoke the skill by name or use
/tencentcloud-faceid-detectface - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tencentcloud-faceid-detectface.
- Provides a command-line tool to call Tencent Cloud’s DetectFace API for face detection in images.
- Detects multiple faces (up to 120) and returns location (coordinates, width, height) for each.
- Supports optional face attribute (gender, age, expression, etc.) and quality information detection.
- Accepts images via local file, Base64 string, or URL.
- Returns structured JSON with detailed detection results.
- Includes full usage guide, parameter descriptions, and sample commands.
Metadata
Frequently Asked Questions
What is tencentcloud-faceid-detectface?
腾讯云人脸检测(DetectFace)接口调用技能。当用户需要对图片进行人脸检测时,应使用此技能。可检测图片中的人脸位置(坐标、宽高),并可选返回人脸属性(性别、年龄、表情、魅力、眼镜、口罩、头发、姿态)和人脸质量信息(质量分、模糊分、光照分、遮挡分)。支持图片Base64和图片URL两种输入方式,支持同时检测多... It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install tencentcloud-faceid-detectface?
Run "/install tencentcloud-faceid-detectface" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tencentcloud-faceid-detectface free?
Yes, tencentcloud-faceid-detectface is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tencentcloud-faceid-detectface support?
tencentcloud-faceid-detectface is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tencentcloud-faceid-detectface?
It is built and maintained by xiaoqiangjava (@xiaoqiangjava); the current version is v1.0.0.
More Skills