← Back to Skills Marketplace
xiaoqiangjava

tencentcloud-faceid-detectlivefaceaccurate

by xiaoqiangjava · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
307
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencentcloud-faceid-detectlivefaceaccurate
Description
腾讯云人脸静态活体检测高精度版(DetectLiveFaceAccurate)接口调用技能。当用户需要对人脸图片进行防翻拍活体检测时,应使用此技能。相比普通静态活体检测,高精度版增强了对高清屏幕、裁剪纸片、3D面具等攻击的防御能力,适用于移动端、PC端各类型场景的图片活体检验。支持图片Base64和图片URL两种...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentcloud-faceid-detectlivefaceaccurate
  3. After installation, invoke the skill by name or use /tencentcloud-faceid-detectlivefaceaccurate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tencentcloud-faceid-detectlivefaceaccurate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tencentcloud-faceid-detectlivefaceaccurate?

腾讯云人脸静态活体检测高精度版(DetectLiveFaceAccurate)接口调用技能。当用户需要对人脸图片进行防翻拍活体检测时,应使用此技能。相比普通静态活体检测,高精度版增强了对高清屏幕、裁剪纸片、3D面具等攻击的防御能力,适用于移动端、PC端各类型场景的图片活体检验。支持图片Base64和图片URL两种... It is an AI Agent Skill for Claude Code / OpenClaw, with 307 downloads so far.

How do I install tencentcloud-faceid-detectlivefaceaccurate?

Run "/install tencentcloud-faceid-detectlivefaceaccurate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tencentcloud-faceid-detectlivefaceaccurate free?

Yes, tencentcloud-faceid-detectlivefaceaccurate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tencentcloud-faceid-detectlivefaceaccurate support?

tencentcloud-faceid-detectlivefaceaccurate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tencentcloud-faceid-detectlivefaceaccurate?

It is built and maintained by xiaoqiangjava (@xiaoqiangjava); the current version is v1.0.0.

💬 Comments