Install
openclaw skills install liveavatarTalk face-to-face with your OpenClaw agent using a real-time video avatar powered by LiveAvatar
openclaw skills install liveavatarGive your OpenClaw agent a face and voice! This skill launches a real-time AI avatar that you can talk to naturally using your microphone. The avatar listens to you, sends your speech to your OpenClaw agent, and speaks the response back with lip-synced video.
Powered by LiveAvatar - real-time AI avatar technology.
export LIVEAVATAR_API_KEY=your_api_key_here
Or add to ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"liveavatar": {
"env": {
"LIVEAVATAR_API_KEY": "your_api_key_here"
}
}
}
}
}
Run /liveavatar to start the video avatar interface.
When the user runs this command:
Check if LIVEAVATAR_API_KEY is set. If not, tell them:
You need a LiveAvatar API key. Get one free at https://app.liveavatar.com Then set it:
export LIVEAVATAR_API_KEY=your_key
Launch the interface:
npx openclaw-liveavatar
Tell the user:
Your LiveAvatar interface is starting at http://localhost:3001 It will connect automatically to your OpenClaw Gateway.
Tips:
- Allow microphone access when prompted
- Click the green mic button to speak
- The avatar will respond with your agent's answers
- Click the X button to end the session
You speak → Avatar transcribes → OpenClaw processes → Avatar speaks response
openclaw gateway)"OpenClaw Disconnected"
openclaw gateway
"No avatars available"
Voice not working
npm i -g openclaw-liveavatar