← Back to Skills Marketplace
WeryAI video tool — lips change
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-lips-change
Description
Lip-sync an existing HTTPS video to a separate audio URL via WeryAI (video-lips-change). Use when the user wants lip sync to new audio, not text-to-video.
Usage Guidance
This package appears coherent, but review the full scripts before running. Specifically: (1) inspect the complete scripts/video_lips_change.js file to confirm there are no hidden network endpoints, local-file uploads, or extra env var reads beyond WERYAI_API_KEY; (2) do not store your WERYAI_API_KEY in files—use ephemeral environment only; (3) verify the API key’s permissions and billing implications (SKILL.md notes runs may be paid); (4) only pass public https:// URLs and avoid sending private/sensitive video/audio to third‑party services unless you understand the privacy implications; (5) prefer a dry-run first and require explicit user confirmation before any submit/wait operation that initiates a paid run. If you want higher assurance, provide the full untruncated script content for a deeper review.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), and required env (WERYAI_API_KEY) are consistent with a small CLI that calls the WeryAI video-lips-change endpoint.
Instruction Scope
SKILL.md explicitly limits the skill to using public https:// video/audio URLs and a single API key; the included JS implements HTTP calls to api.weryai.com and reads process.env.WERYAI_API_KEY. I could not verify the very end of the script (truncated in the provided content), so the assessment assumes no additional hidden behaviors elsewhere in the file.
Install Mechanism
No install spec is provided (instruction-only with a shipped script). No downloads or extracted archives are requested by the skill metadata.
Credentials
Only WERYAI_API_KEY is required and is the stated primary credential; no unrelated credentials or config paths are requested.
Persistence & Privilege
always is false, the skill is user-invocable and may be invoked autonomously (platform default). The skill does not request permanent presence or system-wide config changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-tool-lips-change - After installation, invoke the skill by name or use
/video-tool-lips-change - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of video-tool-lips-change for lip-syncing an existing HTTPS video to a separate audio URL using WeryAI.
- Supports only public HTTPS media URLs for both video and audio; no local file uploads or file path inputs.
- Ships with a single documented and runnable entry script: scripts/video_lips_change.js.
- Requires only WERYAI_API_KEY and Node.js 18+ as dependencies.
- Emphasizes strict scope: other scripts, env vars, or local-file flows are out of scope and should not be used.
- Users must validate both URLs and confirm before submitting a paid run.
Metadata
Frequently Asked Questions
What is WeryAI video tool — lips change?
Lip-sync an existing HTTPS video to a separate audio URL via WeryAI (video-lips-change). Use when the user wants lip sync to new audio, not text-to-video. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install WeryAI video tool — lips change?
Run "/install video-tool-lips-change" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeryAI video tool — lips change free?
Yes, WeryAI video tool — lips change is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeryAI video tool — lips change support?
WeryAI video tool — lips change is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeryAI video tool — lips change?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills