Interactive AI avatar with Simli video rendering and ElevenLabs TTS
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install avatar或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install avatar⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/avatar/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: avatar description: Interactive AI avatar with Simli video rendering and ElevenLabs TTS emoji: "\U0001F9D1\u200D\U0001F4BB" homepage: https://github.com/Johannes-Berggren/openclaw-avatar metadata: clawdis: skillKey: avatar os: [macos, linux, windows] requires: bins: [node, npm] env: [SIMLI_API_KEY, ELEVENLABS_API_KEY] install: - npm install -g openclaw-avatar config: requiredEnv: - SIMLI_API_KEY - ELEVENLABS_API_KEY example: | SIMLI_API_KEY=your-simli-api-key ELEVENLABS_API_KEY=your-elevenlabs-api-key cliHelp: | openclaw-avatar - Interactive AI avatar frontend
Usage: openclaw-avatar [options]
Starts the avatar server at http://localhost:5173 Requires SIMLI_API_KEY and ELEVENLABS_API_KEY environment variables. ---
Interactive AI avatar interface for OpenClaw with real-time lip-synced video and text-to-speech.
- Simli - Avatar rendering - ElevenLabs - Text-to-speech
```bash export SIMLI_API_KEY=your-key export ELEVENLABS_API_KEY=your-key ```
```bash openclaw-avatar ```
When responding to avatar queries, use this format:
<spoken>
A short conversational summary (1-3 sentences). NO markdown, NO formatting. Plain speech only.
</spoken>
<detail>
Full detailed response with markdown formatting (bullet points, headers, bold, etc).
</detail>
User: "What meetings do I have today?"
<spoken>
You have three meetings today. Your first one is a team standup at 9 AM, then a product review at 2 PM, and finally a 1-on-1 with Sarah at 4 PM.
</spoken>
<detail>
## Today's Meetings
### 9:00 AM - Team Standup
- **Duration**: 15 minutes
- **Attendees**: Engineering team
### 2:00 PM - Product Review
- **Duration**: 1 hour
- **Attendees**: Product, Design, Engineering leads
### 4:00 PM - 1:1 with Sarah
- **Duration**: 30 minutes
- **Notes**: Follow up on project timeline
</detail>
Avatar responses use session key: agent:main:avatar
安装 Avatar 后,可以对 AI 说这些话来触发它
Help me get started with Avatar
Explains what Avatar does, walks through the setup, and runs a quick demo based on your current project
Use Avatar to interactive AI avatar with Simli video rendering and ElevenLabs TTS
Invokes Avatar with the right parameters and returns the result directly in the conversation
What can I do with Avatar in my design & creative workflow?
Lists the top use cases for Avatar, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/avatar/ 目录(个人级,所有项目可用),或 .claude/skills/avatar/(项目级)。重启 AI 客户端后,用 /avatar 主动调用,或让 AI 根据上下文自动发现并使用。
Avatar 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Avatar 可免费安装使用。请查阅仓库了解许可证信息。
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
Avatar 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Avatar
Identifies repetitive steps in your workflow and sets up Avatar to handle them automatically