# Send Avatar to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "avatar",
    "name": "Avatar",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Johannes-Berggren/avatar",
    "canonicalUrl": "https://clawhub.ai/Johannes-Berggren/avatar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/avatar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=avatar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "avatar.config.example.json",
      "index.html",
      "package-lock.json",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "avatar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:42:31.354Z",
      "expiresAt": "2026-05-07T00:42:31.354Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=avatar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=avatar",
        "contentDisposition": "attachment; filename=\"avatar-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "avatar"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/avatar"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/avatar",
    "downloadUrl": "https://openagent3.xyz/downloads/avatar",
    "agentUrl": "https://openagent3.xyz/skills/avatar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/avatar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/avatar/agent.md"
  }
}
```
## Documentation

### Avatar Skill

Interactive AI avatar interface for OpenClaw with real-time lip-synced video and text-to-speech.

### Features

Voice Responses: Speaks conversational summaries using ElevenLabs TTS
Visual Avatar: Realistic lip-synced video via Simli
Detail Panel: Shows formatted markdown alongside spoken responses
Multi-language: Supports multiple languages for speech and TTS
Slack/Email: Forward responses to Slack DMs or email (when configured)
Stream Deck: Optional hardware control with Elgato Stream Deck

### Setup

Get API keys:

Simli - Avatar rendering
ElevenLabs - Text-to-speech



Set environment variables:
export SIMLI_API_KEY=your-key
export ELEVENLABS_API_KEY=your-key



Start the avatar:
openclaw-avatar



Open http://localhost:5173

### Response Format

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>

### Guidelines

spoken: Brief, natural, conversational. This is read aloud.
detail: Comprehensive information with proper markdown.
Always include both sections.

### Example

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>

### Session Key

Avatar responses use session key: agent:main:avatar
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Johannes-Berggren
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T00:42:31.354Z
- Expires at: 2026-05-07T00:42:31.354Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/avatar)
- [Send to Agent page](https://openagent3.xyz/skills/avatar/agent)
- [JSON manifest](https://openagent3.xyz/skills/avatar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/avatar/agent.md)
- [Download page](https://openagent3.xyz/downloads/avatar)