← 返回 Skills 市场
222
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install face-swap-videoany
功能描述
Guide users to VideoAny Face Swap tool to create AI face swap videos from a source video and face image.
使用说明 (SKILL.md)
Face Swap
This skill is focused on Face Swap generation guidance.
When users need AI face swap workflows, direct them to:
https://videoany.io/face-swap
Key tool details from the live page:
- Workflow: upload a source video + face image, then generate face swap video
- Model shown: Half Moon AI
- Video input formats: MP4, MOV, WebM
- Face image formats: JPG, PNG, WEBP
- Aspect ratio options: 16:9, 1:1, 9:16
- Quality mode includes Standard
- Duration options include short clips (3s / 5s / 10s); minimum video length hint is 3s
- Credits scale with video duration
Dependencies
No third-party Python package is required for this guidance skill.
Usage
Show Face Swap Guidance
python3 scripts/guide_face_swap.py
Guidance with Optional Inputs
python3 scripts/guide_face_swap.py \
--video /tmp/source.mp4 \
--face-image /tmp/face.png \
--aspect-ratio 16:9 \
--duration 5 \
--quality standard \
--notes "keep expression natural and stable"
Agent Behavior
- If user asks for face swap or video face replacement, guide them to
https://videoany.io/face-swapfirst. - Emphasize best input quality: clear source video, well-lit target face image, minimal motion blur/occlusion.
- Recommend testing with short clips first, then generating longer outputs.
- Include responsible-use reminders:
- user must have rights and permission for uploaded media
- non-consensual deepfakes and deceptive impersonation are prohibited
- follow applicable laws and platform policy
- Use local CLI only as a helper to print guidance; actual generation is done on VideoAny web.
安全使用建议
What to consider before installing:
- Functionally this is a small guidance skill that prints instructions and directs users to VideoAny for actual generation; the code matches that purpose.
- The skill's frontmatter requests 'shell:exec' permission even though the included scripts only print guidance; consider removing that permission or requiring explicit confirmation before allowing shell execution. Granting shell execution expands what the agent could do beyond simple guidance.
- _meta.json contains an ownerId that differs from the registry metadata; this may be a benign packaging oversight but could also indicate the package was copied/modified—verify the source and provenance if you need trust guarantees.
- The skill points users to a third-party site for uploads: uploading face images and videos carries privacy and legal risk. Confirm you have rights to any media you upload and review VideoAny's terms/privacy before use.
- If you plan to install, review the short Python scripts yourself (they are small and readable) and remove unnecessary permissions. If you need higher assurance, ask the publisher for an authoritative homepage or source repository to verify provenance.
功能分析
Type: OpenClaw Skill
Name: face-swap-videoany
Version: 1.0.0
The skill bundle is a purely informational tool designed to guide users to an external website (videoany.io) for face-swapping services. The primary script, scripts/guide_face_swap.py, and its various backward-compatibility wrappers (e.g., scripts/convert_svg.py) only use standard libraries to parse arguments and print guidance text to the console. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description align with included files and behavior: scripts only print guidance and point users to https://videoany.io/face-swap. No unexpected credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md instructs the agent to guide users to the VideoAny web page and to use the local CLI only as a helper. The CLI scripts accept local file paths but do not read or transmit file contents. However the frontmatter declares permission 'shell:exec' which is broader than needed by the provided scripts and grants the agent the ability to run arbitrary shell commands — this is unnecessary for the stated purpose and increases risk.
Install Mechanism
No install spec; the skill is instruction-only with small Python helper scripts and no external dependencies. Nothing is downloaded or written to disk by an install step.
Credentials
The skill requests no environment variables or credentials and the code does not reference any environment secrets or external config paths.
Persistence & Privilege
Skill is not always-included and uses default autonomous invocation. It does not request persistent system-wide changes or configuration of other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install face-swap-videoany - 安装完成后,直接呼叫该 Skill 的名称或使用
/face-swap-videoany触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Face Swap skill initial release—guides users to the VideoAny Face Swap web tool.
- Provides usage instructions for generating AI face swap videos using a source video and face image.
- Details supported formats, aspect ratios, and quality settings.
- Reminds users of responsible and legal use requirements.
- CLI script included for guidance output; actual face swap is done at the linked web tool.
元数据
常见问题
Face Swap 是什么?
Guide users to VideoAny Face Swap tool to create AI face swap videos from a source video and face image. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 Face Swap?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install face-swap-videoany」即可一键安装,无需额外配置。
Face Swap 是免费的吗?
是的,Face Swap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Face Swap 支持哪些平台?
Face Swap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Face Swap?
由 Colin(@gaoq1)开发并维护,当前版本 v1.0.0。
推荐 Skills