# Send Clawatar 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawatar",
    "name": "Clawatar",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Dongping-Chen/clawatar",
    "canonicalUrl": "https://clawhub.ai/Dongping-Chen/clawatar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawatar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawatar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawatar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:50:38.979Z",
      "expiresAt": "2026-05-06T13:50:38.979Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawatar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawatar",
        "contentDisposition": "attachment; filename=\"clawatar-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawatar"
      },
      "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/clawatar"
    },
    "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/clawatar",
    "downloadUrl": "https://openagent3.xyz/downloads/clawatar",
    "agentUrl": "https://openagent3.xyz/skills/clawatar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawatar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawatar/agent.md"
  }
}
```
## Documentation

### Clawatar — 3D VRM Avatar Viewer

Give your AI agent a body. Web-based VRM avatar with 162 animations, expressions, TTS lip sync, and AI chat.

### Install & Start

# Clone and install
git clone https://github.com/Dongping-Chen/Clawatar.git ~/.openclaw/workspace/clawatar
cd ~/.openclaw/workspace/clawatar && npm install

# Start (Vite + WebSocket server)
npm run start

Opens at http://localhost:3000 with WS control at ws://localhost:8765.

Users must provide their own VRM model (drag & drop onto page, or set model.url in clawatar.config.json).

### WebSocket Commands

Send JSON to ws://localhost:8765:

### play_action

{"type": "play_action", "action_id": "161_Waving"}

### set_expression

{"type": "set_expression", "name": "happy", "weight": 0.8}

Expressions: happy, angry, sad, surprised, relaxed

### speak (requires ElevenLabs API key)

{"type": "speak", "text": "Hello!", "action_id": "161_Waving", "expression": "happy"}

### reset

{"type": "reset"}

### Quick Animation Reference

MoodAction IDGreeting161_WavingHappy116_Happy Hand GestureThinking88_ThinkingAgreeing118_Head Nod YesDisagreeing144_Shaking Head NoLaughing125_LaughingSad142_Sad IdleDancing105_Dancing, 143_Samba Dancing, 164_Ymca DanceThumbs Up153_Standing Thumbs UpIdle119_Idle

Full list: public/animations/catalog.json (162 animations)

### Sending Commands from Agent

cd ~/.openclaw/workspace/clawatar && node -e "
const W=require('ws'),s=new W('ws://localhost:8765');
s.on('open',()=>{s.send(JSON.stringify({type:'speak',text:'Hello!',action_id:'161_Waving',expression:'happy'}));setTimeout(()=>s.close(),1000)})
"

### UI Features

Touch reactions: Click avatar head/body for reactions
Emotion bar: Quick 😊😢😠😮😌💃 buttons
Background scenes: Sakura Garden, Night Sky, Café, Sunset
Camera presets: Face, Portrait, Full Body, Cinematic
Voice chat: Mic input → AI response → TTS lip sync

### Config

Edit clawatar.config.json for ports, voice settings, model URL. TTS requires ElevenLabs API key in env (ELEVENLABS_API_KEY) or ~/.openclaw/openclaw.json under skills.entries.sag.apiKey.

### Notes

Animations from Mixamo — credit required, non-commercial
VRM model not included (BYOM — Bring Your Own Model)
Works standalone without OpenClaw; AI chat is optional
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Dongping-Chen
- Version: 0.2.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-29T13:50:38.979Z
- Expires at: 2026-05-06T13:50:38.979Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawatar)
- [Send to Agent page](https://openagent3.xyz/skills/clawatar/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawatar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawatar/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawatar)