← 返回 Skills 市场
396
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tencentcloud-image-face-fusion
功能描述
图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-image-face-fusion - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-image-face-fusion触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
TencentCloud Image Face Fusion 是什么?
图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。
如何安装 TencentCloud Image Face Fusion?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-image-face-fusion」即可一键安装,无需额外配置。
TencentCloud Image Face Fusion 是免费的吗?
是的,TencentCloud Image Face Fusion 完全免费(开源免费),可自由下载、安装和使用。
TencentCloud Image Face Fusion 支持哪些平台?
TencentCloud Image Face Fusion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud Image Face Fusion?
由 败毒(@neck-cn)开发并维护,当前版本 v1.0.0。
推荐 Skills