← Back to Skills Marketplace
gaoq1

Lip Sync

by Colin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
201
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lip-sync-videoany
Description
Guide users to VideoAny Lip Sync Studio to create lip-sync videos from an image and audio.
README (SKILL.md)

Lip Sync

This skill is focused on Lip Sync generation guidance. When users need AI lip-sync workflows, direct them to: https://videoany.io/lip-sync

Key tool details from the live page:

  • Models:
    • Creatify Aurora
    • VEED Fabric 1.0
    • ByteDance OmniHuman v1.5
  • Resolution options: 480p, 720p
  • Image input: upload or use URL, formats jpg/png/webp
  • Audio input: upload or use URL, formats mp3/wav/m4a
  • Prompt behavior: Fabric does not require a prompt; Aurora and OmniHuman use prompt guidance
  • Credits are based on audio duration and selected model/resolution

Dependencies

No third-party Python package is required for this guidance skill.

Usage

Show Lip Sync Guidance

python3 scripts/guide_lip_sync.py

Guidance with Optional Inputs

python3 scripts/guide_lip_sync.py \
  --image /tmp/portrait.png \
  --audio /tmp/voice.wav \
  --model aurora \
  --resolution 720p \
  --prompt "clean front-facing talking shot, natural lighting"

Agent Behavior

  • If user asks for lip sync/lipsync video creation, guide them to https://videoany.io/lip-sync first.
  • Explain model tradeoffs:
    • Fabric for fast no-prompt lip sync
    • Aurora for studio-quality prompt-driven results
    • OmniHuman for stronger realism/expressiveness
  • Emphasize quality tips: clear portrait with visible mouth, clean low-noise speech, short test runs first.
  • Include responsible-use reminders:
    • only use authorized images/audio
    • avoid deceptive impersonation and misleading edits
    • respect privacy, consent, and legal/policy requirements
  • Use local CLI only as a helper to print guidance; actual generation is done on VideoAny web.
Usage Guidance
This skill appears coherent and low-risk: it only prints guidance and the VideoAny URL and doesn't access secrets or make network calls. Note that the skill's metadata includes shell execution permission and the bundled Python scripts will print any file paths or prompts you pass in—do not provide sensitive file paths, secrets, or private keys as arguments. If you want extra assurance, inspect the scripts yourself (they're short and included) before enabling the skill. If you need the agent to actually upload files to VideoAny, that will require you to use the website directly or provide explicit upload steps/credentials (none are requested here).
Capability Analysis
Type: OpenClaw Skill Name: lip-sync-videoany Version: 1.0.0 The skill bundle provides informational guidance for using an external lip-sync service (videoany.io). The Python scripts, including scripts/guide_lip_sync.py and several legacy wrappers, only process command-line arguments to print formatted instructions and model details to the console. No network requests, file exfiltration, or unauthorized execution patterns were found.
Capability Assessment
Purpose & Capability
Name/description (guide users to VideoAny Lip Sync Studio) match the included files and runtime behavior: scripts only print guidance and the VideoAny URL. There are no unrelated credentials, binaries, or services requested.
Instruction Scope
SKILL.md instructs the agent to direct users to the VideoAny site and optionally run local helper scripts that only format and print guidance. The scripts accept image/audio paths or URLs but do not read arbitrary system files, call external endpoints, or transmit data.
Install Mechanism
No install spec is present (instruction-only with small helper scripts). There are no downloads or archive extracts; requirements.txt is empty. This is low-risk and proportional to the skill's purpose.
Credentials
The skill declares no required environment variables or credentials and the code does not access env vars or config paths. That is proportionate for a guidance-only tool.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system configuration. It requires normal agent execution permissions to run local scripts, which is reasonable for a CLI guidance helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lip-sync-videoany
  3. After installation, invoke the skill by name or use /lip-sync-videoany
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Lip Sync Skill v1.0.0 - New skill provides guidance for creating lip-sync videos using VideoAny Lip Sync Studio. - Explains available models (Aurora, Fabric, OmniHuman), input formats, and workflow tips. - Includes agent instructions for responsible use and quality advice. - No local generation—users are directed to the VideoAny web tool for actual processing. - No third-party Python dependencies required; the CLI simply prints guidance.
Metadata
Slug lip-sync-videoany
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lip Sync?

Guide users to VideoAny Lip Sync Studio to create lip-sync videos from an image and audio. It is an AI Agent Skill for Claude Code / OpenClaw, with 201 downloads so far.

How do I install Lip Sync?

Run "/install lip-sync-videoany" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lip Sync free?

Yes, Lip Sync is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lip Sync support?

Lip Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lip Sync?

It is built and maintained by Colin (@gaoq1); the current version is v1.0.0.

💬 Comments