← Back to Skills Marketplace
WeryAI video tool — face change
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-face-change
Description
Swap the face in an existing HTTPS video using a reference face image via WeryAI (video-face-change). Use when the user wants face replacement on a video URL...
Usage Guidance
This package appears coherent for the declared purpose, but because it performs face replacement you should consider privacy and consent risks before using. Only provide public HTTPS URLs for the source video and reference image, keep WERYAI_API_KEY secret and dedicated (do not reuse a broad-privilege key), and confirm you want a paid run before issuing submit/wait. If the skill's source is not from a trusted origin, inspect the full scripts folder for any extra CLI files (the SKILL.md warns some unrelated files may be present) and verify the script only talks to api.weryai.com. Finally, ensure you have permission from people depicted in the video before swapping faces.
Capability Assessment
Purpose & Capability
Name/description (video face-swap) match the required pieces: Node runtime, one API key (WERYAI_API_KEY), and a single script that targets a video-face-change endpoint. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and the CLI script limit inputs to public https:// URLs and the script validates that. The README explicitly warns not to run other sibling scripts. The included JS enforces URL checks, uses only the declared env var, and does not read local files or perform arbitrary uploads in the visible portion.
Install Mechanism
No install spec is provided (instruction-only with a shipped script). That is lower risk; the only runtime requirement is Node.js 18+, which is reasonable for a JS CLI. Nothing is downloaded from unknown URLs or written to disk by an installer.
Credentials
Only WERYAI_API_KEY is required and declared as the primary credential; the script reads process.env.WERYAI_API_KEY and no other environment variables are referenced in the visible code. This is proportionate to calling a hosted API.
Persistence & Privilege
The skill is not always-enabled and uses normal invocation. It does not request persistent system-wide privileges, does not modify other skills' configs, and contains no indication it would persist credentials to disk (SKILL.md explicitly warns against writing the API key to files).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-tool-face-change - After installation, invoke the skill by name or use
/video-tool-face-change - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of video-tool-face-change.
- Enables face swapping on an existing HTTPS video using a public face image URL via WeryAI.
- Only supports public HTTPS URLs for both input video and face image; no local file or upload flows.
- Provides a single CLI entry point: scripts/video_face_change.js, with wait/submit/status/dry-run commands.
- Requires only WERYAI_API_KEY as an environment variable.
- Documentation specifies out-of-scope features and security best practices.
- Strictly focused on face-change (not text-to-video, image-to-video, or upload-file operations).
Metadata
Frequently Asked Questions
What is WeryAI video tool — face change?
Swap the face in an existing HTTPS video using a reference face image via WeryAI (video-face-change). Use when the user wants face replacement on a video URL... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install WeryAI video tool — face change?
Run "/install video-tool-face-change" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeryAI video tool — face change free?
Yes, WeryAI video tool — face change is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeryAI video tool — face change support?
WeryAI video tool — face change is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeryAI video tool — face change?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills