← Back to Skills Marketplace
neck-cn

TencentCloud Image Face Fusion

by 败毒 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
396
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tencentcloud-image-face-fusion
Description
图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。
Usage Guidance
This skill implements Tencent Cloud Face Fusion and will send images you provide to facefusion.tencentcloudapi.com using your Tencent API keys. Before installing: (1) note the registry metadata does not list the required environment variables — the SKILL.md and script require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY, so supply keys only if you trust the skill. (2) The skill enforces a 'zero-interaction' rule: the agent is instructed to execute the script immediately without asking the user; consider whether you want automatic execution that will upload images to an external cloud service. (3) The script will auto-install the tencentcloud SDK via pip at runtime — ensure you are comfortable with runtime package installs. (4) If you proceed, restrict the API key to minimal permissions, test with non-sensitive images first, and review the included scripts (main.py) yourself. If you want safer behavior, require the agent to ask for explicit confirmation before uploading user data and ensure required env vars are declared in the registry metadata.
Capability Analysis
Type: OpenClaw Skill Name: tencentcloud-image-face-fusion Version: 1.0.0 The skill is classified as suspicious due to high-risk capabilities and potential vulnerabilities. The script `scripts/main.py` automatically executes `pip install` to manage dependencies and reads arbitrary local files based on user-provided paths without validation, which could lead to unauthorized file access. Additionally, `SKILL.md` contains instructions for the AI agent to follow a 'Zero interaction principle,' explicitly directing it to execute commands without user confirmation. This combination significantly increases the risk of prompt injection attacks, where an agent could be manipulated into reading and exfiltrating sensitive local data to the Tencent Cloud API endpoint (facefusion.tencentcloudapi.com).
Capability Assessment
Purpose & Capability
The skill's name/description match the included code (scripts/main.py calls Tencent Cloud FuseFaceUltra). However the registry metadata declares no required environment variables or credentials while the SKILL.md and the script clearly require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. That metadata omission is an important mismatch.
Instruction Scope
SKILL.md instructs the agent to follow a zero-interaction policy: when user supplies images the agent must autonomously run the script and should not ask for user confirmation. The script reads local file paths, accepts base64 strings, and will upload image data to Tencent Cloud's facefusion API — meaning user data (images) will be transmitted externally. The instructions also mandate not to replace fusion behavior with model-generated output and to auto-execute without confirmation, which increases privacy/safety risk.
Install Mechanism
There is no formal install spec, but scripts/main.py auto-installs the dependency tencentcloud-sdk-python by invoking pip via subprocess if missing. Auto-installing PyPI packages at runtime is a moderate-risk behavior (writes files to disk, executes network fetches) but is explainable by the skill's need for the SDK.
Credentials
The script requires Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY, optionally TENCENTCLOUD_TOKEN) which are proportionate to using the Tencent API — however the skill registry metadata did not declare these required env vars. Requiring secret credentials without declaring them is an inconsistency and a red flag for transparency.
Persistence & Privilege
The skill does not request always: true and does not modify other skills, but the SKILL.md's demand that the agent run the fusion script automatically (zero-interaction) combined with required credentials increases the blast radius if the agent is allowed autonomous invocation. The script's runtime pip install also results in files being written to the environment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentcloud-image-face-fusion
  3. After installation, invoke the skill by name or use /tencentcloud-image-face-fusion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tencentcloud-image-face-fusion. - Provides high-quality face fusion for images using Tencent Cloud's advanced API. - Supports custom beautification, face enhancement, teeth enhancement, and facial reshaping parameters. - Enables selection of multiple model types, up to 8K image resolution. - Includes clear environment setup instructions for secret key management. - Features a dedicated script (main.py) for synchronous image fusion with detailed CLI usage. - Enforces agent execution protocols for reliable, non-interactive face fusion requests.
Metadata
Slug tencentcloud-image-face-fusion
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is TencentCloud Image Face Fusion?

图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。 It is an AI Agent Skill for Claude Code / OpenClaw, with 396 downloads so far.

How do I install TencentCloud Image Face Fusion?

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

Is TencentCloud Image Face Fusion free?

Yes, TencentCloud Image Face Fusion is completely free (open-source). You can download, install and use it at no cost.

Which platforms does TencentCloud Image Face Fusion support?

TencentCloud Image Face Fusion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TencentCloud Image Face Fusion?

It is built and maintained by 败毒 (@neck-cn); the current version is v1.0.0.

💬 Comments