face-swap
The face-swap skill provides a CLI-based interface to perform identity replacement on images and videos using various RunComfy model endpoints. It routes requests to specific models based on user intent, such as audio-driven animation, motion transfer, batch processing, or high-fidelity still image editing.
Is face-swap safe to install?
Review the source first: our audit of face-swap's source files found 5 shell commands, 11 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the RunComfy CLI and performs network requests to model API endpoints. It also writes output files to the local directory.
How we audit skills: our security review methodology.
Who is this skill for?
Users needing to perform face or character swaps on media assets via the RunComfy CLI.
What can you do with it?
- Replacing a character in a video with a new identity using audio-driven animation.
- Transferring motion from a reference video onto a target character.
- Performing consistent identity swaps across multiple still images.
- Swapping a face into a single still image with high fidelity preservation of background and lighting.
- Generating face edits using descriptive text prompts without a reference image.
How good is this skill?
Quality score: 5/10. The documentation is comprehensive, providing clear model selection criteria, CLI usage examples, and safety disclosures.
What does the skill file contain?
# Face Swap Swap a face into a still or a video — RunComfy supports both via the `runcomfy` CLI. This skill routes across the available model API endpoints (community Wan 2-2 Animate, GPT Image 2 Edit, Nano Banana Edit, Flux Kontext, Kling Motion Control) by the user's actual intent. [runcomfy.com](https://www.runcomfy.com/?utm_source=skills.sh&utm_medium=skill&utm_campaign=face-swap) · [Character-swap feature](https://www.runcomfy.com/models/feature/character-swap?utm_source=skills.sh&utm_medium=skill&utm_campaign=face-swap) · [CLI docs](https://docs.runcomfy.com/cli/introduction?utm_source...
Frequently asked questions
Which model should I use for video face swapping?
Use Wan 2-2 Animate for audio-driven character animation or Kling 2-6 Motion Control Pro if you need to preserve motion from a source video.
Can I perform a face swap without a reference image?
Yes, use the Flux Kontext Pro model, which allows you to describe the desired face using a text prompt.
How many images can I process in a batch swap?
The Nano Banana 2 Edit model supports 1–20 input images per call.
What happens if I do not provide audio for the Wan 2-2 Animate model?
The character will not speak, and audio-sync quality will degrade.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
azure-ai
429.4KDevelopers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks
The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.