← 返回 Skills 市场
xiaoqiangjava

tencentcloud-faceid-detectface

作者 xiaoqiangjava · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
218
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencentcloud-faceid-detectface
功能描述
腾讯云人脸检测(DetectFace)接口调用技能。当用户需要对图片进行人脸检测时,应使用此技能。可检测图片中的人脸位置(坐标、宽高),并可选返回人脸属性(性别、年龄、表情、魅力、眼镜、口罩、头发、姿态)和人脸质量信息(质量分、模糊分、光照分、遮挡分)。支持图片Base64和图片URL两种输入方式,支持同时检测多...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-faceid-detectface
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-faceid-detectface 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tencentcloud-faceid-detectface
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tencentcloud-faceid-detectface 是什么?

腾讯云人脸检测(DetectFace)接口调用技能。当用户需要对图片进行人脸检测时,应使用此技能。可检测图片中的人脸位置(坐标、宽高),并可选返回人脸属性(性别、年龄、表情、魅力、眼镜、口罩、头发、姿态)和人脸质量信息(质量分、模糊分、光照分、遮挡分)。支持图片Base64和图片URL两种输入方式,支持同时检测多... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 218 次。

如何安装 tencentcloud-faceid-detectface?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-faceid-detectface」即可一键安装,无需额外配置。

tencentcloud-faceid-detectface 是免费的吗?

是的,tencentcloud-faceid-detectface 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tencentcloud-faceid-detectface 支持哪些平台?

tencentcloud-faceid-detectface 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tencentcloud-faceid-detectface?

由 xiaoqiangjava(@xiaoqiangjava)开发并维护,当前版本 v1.0.0。

💬 留言讨论