AI Video
clawhubAI Video Easy
9.5
Build and execute skills.video video generation REST requests from OpenAPI specs.
128
clawhub install skills-video/ai-videoTalk face-to-face with your OpenClaw agent using a real-time video avatar powered by LiveAvatar
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install liveavatar # Then just tell Claude: "use LiveAvatar to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install liveavatar
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
export LIVEAVATAR_API_KEY=your_api_key_here
~/.openclaw/openclaw.json:{
"skills": {
"entries": {
"liveavatar": {
"env": {
"LIVEAVATAR_API_KEY": "your_api_key_here"
}
}
}
}
}
/liveavatar to start the video avatar interface.export LIVEAVATAR_API_KEY=your_key npx openclaw-liveavatar
You speak → Avatar transcribes → OpenClaw processes → Avatar speaks response
openclaw gateway)openclaw gateway
clawhub run liveavatar --agent-id agent123 --video-quality hd --language zh-CN