技能详情(站内镜像,无评论)
作者:CAIPEIJUN @3cpj
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.1
统计:⭐ 0 · 18 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:3cpj/pose-transfer
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill largely matches its stated purpose (uploading local images to a Fal.ai editing model), but the bundled script performs insecure SSL downloads and will upload your local images to an external service—these behaviors warrant caution before installing or using it.
目的
Name, description, SKILL.md and the included script consistently call Fal.ai's edit model and require fal-client + FAL_KEY. Requiring an API key for an external image-editing API is expected for this functionality.
说明范围
The instructions and script require reading local image files and sending them (as base64 data URLs) to fal.ai—this is expected for image editing but it means your original images are uploaded off-device. Additionally, the script downloads the returned image URL using an HTTPS request with certificate verification disabled (ssl.SSLContext configured with check_hostname=False and verify_mode=CERT_NONE), which is dangerous: it can allow MITM or …
安装机制
No install spec; user must pip install fal-client per SKILL.md. No remote installers or arbitrary downloads are included in the skill bundle itself, so installation risk is low.
证书
Only FAL_KEY is required, which is proportionate to using the fal.ai API. No unrelated credentials or broad environment/config path access is requested.
持久
always is false and the skill does not request persistent or system-wide privileges. It only writes output files to the specified output directory.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Pose Transfer」。简介:AI-powered fashion model pose transfer tool. Generate pose variations of a mode…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/3cpj/pose-transfer/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: pose-transfer
description: AI-powered fashion model pose transfer tool. Generate pose variations of a model/product image using reference pose images while keeping clothing and background consistent.
dependency:
python:
- fal-client>=0.8.0
requires:
- FAL_KEY environment variable
- Python 3.8+
---
# Pose Transfer
AI 姿态迁移工具 —— 给模特换姿势,保持服装和背景不变。
## 使用方法
```bash
python3 scripts/generate.py
--original "/path/to/model.jpg"
--poses "/path/to/pose.jpg"
--output "./output"
--keep-background
```
## 参数
| 参数 | 说明 |
|------|------|
| `--original` | 原图路径 |
| `--poses` | pose 参考图(1-4张) |
| `--output` | 输出目录(默认./output)|
| `--keep-background` | 保留原图背景 |
| `--desc` | 详细描述(提高准确度)|
| `--expression` | 表情(默认smiling)|
| `--resolution` | 分辨率 1K/2K/4K |
## 前置要求
```bash
export FAL_KEY="your-fal-api-key"
pip install fal-client
```
获取 API Key: https://www.fal.ai/dashboard/keys
## 费用
- $0.15/张图
- 模型: fal-ai/nano-banana-pro/edit