← 返回 Skills 市场
gaoq1

Lip Sync

作者 Colin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
201
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lip-sync-videoany
功能描述
Guide users to VideoAny Lip Sync Studio to create lip-sync videos from an image and audio.
使用说明 (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.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lip-sync-videoany
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lip-sync-videoany 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lip-sync-videoany
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lip Sync 是什么?

Guide users to VideoAny Lip Sync Studio to create lip-sync videos from an image and audio. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。

如何安装 Lip Sync?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lip-sync-videoany」即可一键安装,无需额外配置。

Lip Sync 是免费的吗?

是的,Lip Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lip Sync 支持哪些平台?

Lip Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lip Sync?

由 Colin(@gaoq1)开发并维护,当前版本 v1.0.0。

💬 留言讨论