← 返回 Skills 市场
tencentcloud-faceid-detectlivefaceaccurate
作者
xiaoqiangjava
· GitHub ↗
· v1.0.0
· MIT-0
307
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencentcloud-faceid-detectlivefaceaccurate
功能描述
腾讯云人脸静态活体检测高精度版(DetectLiveFaceAccurate)接口调用技能。当用户需要对人脸图片进行防翻拍活体检测时,应使用此技能。相比普通静态活体检测,高精度版增强了对高清屏幕、裁剪纸片、3D面具等攻击的防御能力,适用于移动端、PC端各类型场景的图片活体检验。支持图片Base64和图片URL两种...
安全使用建议
This skill's code appears to do what the description says, but the registry metadata omits that it requires Tencent Cloud API credentials and a Python SDK. Before installing or running: 1) Verify you are comfortable providing TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (these grant API access to your Tencent Cloud account). 2) Install the tencentcloud-sdk-python package in a controlled environment (pip install tencentcloud-sdk-python). 3) Review the included scripts/main.py locally to ensure it matches your expectations (it only encodes images and calls the Tencent Cloud API). 4) Consider privacy: images (or image URLs) will be sent to Tencent Cloud; ensure this is acceptable for your data handling requirements. 5) Ask the publisher to fix the registry metadata to declare the required env vars and any installation steps to reduce confusion.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-faceid-detectlivefaceaccurate
Version: 1.0.0
The skill provides a legitimate interface for the Tencent Cloud FaceID DetectLiveFaceAccurate API. The code in `scripts/main.py` correctly implements the functionality described in `SKILL.md`, using the official `tencentcloud-sdk-python` to perform liveness detection on images provided via local paths, Base64 strings, or URLs. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md implement calls to Tencent Cloud's DetectLiveFaceAccurate API and require Tencent Cloud API keys — that is consistent with the stated purpose of performing static liveness detection.
Instruction Scope
Runtime instructions and the script stay within scope: they read an image (or accept a URL/Base64), validate sizes, encode to Base64 if needed, and call the Tencent Cloud API. The script does not reference unrelated system files or external endpoints beyond the Tencent Cloud API.
Install Mechanism
There is no install spec in the registry, but SKILL.md and the script require the third‑party Python package tencentcloud-sdk-python (pip). Lack of an automated install step is not inherently malicious, but it is a discrepancy the user should be aware of (manual dependency installation required).
Credentials
The script requires TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY to call the API — those credentials are appropriate for the skill's purpose. However, the registry metadata lists no required environment variables or primary credential, creating an inconsistency that could mislead users about what secrets are needed.
Persistence & Privilege
The skill does not request persistent presence, does not set always:true, and does not modify other skills or system-wide settings. It runs as a standalone script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-faceid-detectlivefaceaccurate - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-faceid-detectlivefaceaccurate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tencentcloud-faceid-detectlivefaceaccurate skill.
- Provides high-accuracy static face liveness detection via Tencent Cloud API, defending against advanced attacks like screen replay, paper, and 3D mask.
- Supports both Base64 image input and image URL.
- Includes command-line usage instructions and recommended parameter settings.
- Returns clear liveness judgment and score in structured JSON format.
元数据
常见问题
tencentcloud-faceid-detectlivefaceaccurate 是什么?
腾讯云人脸静态活体检测高精度版(DetectLiveFaceAccurate)接口调用技能。当用户需要对人脸图片进行防翻拍活体检测时,应使用此技能。相比普通静态活体检测,高精度版增强了对高清屏幕、裁剪纸片、3D面具等攻击的防御能力,适用于移动端、PC端各类型场景的图片活体检验。支持图片Base64和图片URL两种... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。
如何安装 tencentcloud-faceid-detectlivefaceaccurate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-faceid-detectlivefaceaccurate」即可一键安装,无需额外配置。
tencentcloud-faceid-detectlivefaceaccurate 是免费的吗?
是的,tencentcloud-faceid-detectlivefaceaccurate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tencentcloud-faceid-detectlivefaceaccurate 支持哪些平台?
tencentcloud-faceid-detectlivefaceaccurate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tencentcloud-faceid-detectlivefaceaccurate?
由 xiaoqiangjava(@xiaoqiangjava)开发并维护,当前版本 v1.0.0。
推荐 Skills