← Back to Skills Marketplace
380
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wavespeed-face-swapper
Description
Swap faces in images and videos using WaveSpeed AI. Supports image face swap and video face swap with multi-face targeting. Produces watermark-free results w...
Usage Guidance
This skill's instructions require you to provide a WAVESPEED_API_KEY and to upload images/videos (sensitive personal data) to a third-party service, but the public metadata does not declare that credential—ask the publisher to clarify and correct the manifest before installing. Steps to consider before using: 1) Verify the skill's source and homepage and confirm wavespeed.ai is legitimate and its privacy/retention policy; 2) Ask the author to add required env vars and any dependency/install steps to the manifest (e.g., the 'wavespeed' npm package); 3) Don't provide your production API keys until you trust the publisher—use a limited/test key instead; 4) Be aware of legal/ethical risks from face-swapping (consent, deepfakes); 5) Test with non-sensitive images first and confirm where uploaded files are stored and who can access outputs.
Capability Analysis
Type: OpenClaw Skill
Name: wavespeed-face-swapper
Version: 1.0.0
The skill's purpose is benign, offering face-swapping functionality via the WaveSpeed AI service. It requires an API key and uses standard methods for handling local file uploads and remote URL processing. The `SKILL.md` documentation includes explicit 'Security Constraints' that warn against arbitrary URL loading and emphasize input validation, instructing the AI agent to use the skill securely. While the underlying capabilities (uploading local files, fetching remote URLs) could be misused if the agent or user provides untrusted input, the skill itself does not exhibit malicious intent or contain prompt injection attempts designed to exploit these capabilities; instead, it actively advises against such misuse.
Capability Assessment
Purpose & Capability
The skill's stated purpose (face swapping via WaveSpeed AI) matches the instructions, but the registry metadata lists no required environment variables or credentials while the SKILL.md shows the skill expects a WAVESPEED_API_KEY. The omission is incoherent: a networked image/video processing skill legitimately needs an API key and should declare it.
Instruction Scope
Runtime instructions instruct the agent to upload local image/video files and call wavespeed.run against third-party model IDs. They assume availability of a 'wavespeed' client library and the ability to access local file paths and network endpoints. The SKILL.md does not describe data retention, where uploads go beyond wavespeed.ai, or privacy/consent controls — important given sensitive face data.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by an installer. However, examples assume an npm package 'wavespeed' is present; the skill should declare dependency or provide install instructions if required.
Credentials
The SKILL.md explicitly requires WAVESPEED_API_KEY (export example) but the registry metadata declared no required env vars or primary credential. That mismatch is a red flag — the skill will need a secret to operate but the registry record doesn't surface that requirement. No other unrelated secrets are requested.
Persistence & Privilege
The skill is not set to always:true and does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed (default) but not combined with other high-risk privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wavespeed-face-swapper - After installation, invoke the skill by name or use
/wavespeed-face-swapper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of wavespeed-face-swapper.
- Swap faces in images and videos using WaveSpeed AI.
- Supports targeting specific faces in multi-person images or videos.
- Produces watermark-free results with automatic lighting and skin tone adaptation.
- Provides both image and video face swap API endpoints with adjustable output format.
- Includes advanced usage options: sync mode, custom client with retry configuration, and detailed error handling.
- Priced at $0.01 per image and $0.01 per second for video (minimum $0.05, max 10 min).
Metadata
Frequently Asked Questions
What is WaveSpeedAI Face Swapper?
Swap faces in images and videos using WaveSpeed AI. Supports image face swap and video face swap with multi-face targeting. Produces watermark-free results w... It is an AI Agent Skill for Claude Code / OpenClaw, with 380 downloads so far.
How do I install WaveSpeedAI Face Swapper?
Run "/install wavespeed-face-swapper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WaveSpeedAI Face Swapper free?
Yes, WaveSpeedAI Face Swapper is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WaveSpeedAI Face Swapper support?
WaveSpeedAI Face Swapper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WaveSpeedAI Face Swapper?
It is built and maintained by C (@chengzeyi); the current version is v1.0.0.
More Skills