# Send Claw Desktop Pet 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": "desktop-pet",
    "name": "Claw Desktop Pet",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "canonicalUrl": "https://clawhub.ai/kk43994/desktop-pet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/desktop-pet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=desktop-pet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "desktop-pet",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:34:19.136Z",
      "expiresAt": "2026-05-06T01:34:19.136Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=desktop-pet",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=desktop-pet",
        "contentDisposition": "attachment; filename=\"desktop-pet-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "desktop-pet"
      },
      "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/desktop-pet"
    },
    "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/desktop-pet",
    "downloadUrl": "https://openagent3.xyz/downloads/desktop-pet",
    "agentUrl": "https://openagent3.xyz/skills/desktop-pet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/desktop-pet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/desktop-pet/agent.md"
  }
}
```
## Documentation

### 🦞 Claw Desktop Pet — Give OpenClaw a Body

A desktop AI companion that gives your OpenClaw agent a physical presence on your desktop.

### What is it?

A 67px fluid glass ball that lives on your desktop — it breathes, blinks, speaks, and reacts. Messages appear like floating desktop lyrics with white glow text. Your agent isn't invisible anymore.

### Features

🫧 Fluid Glass Ball — 67px sphere with 7 mood color systems
👀 15+ Eye Expressions — blink, curious, sleepy, surprised, follow mouse
🎵 Desktop Lyrics — typewriter text, white glow, mouse pass-through
🎤 Voice Cloning — MiniMax Speech with 7 emotions, auto detection
🎨 Dual Window Architecture — sprite + lyrics, fully transparent
⚫ Offline/Online Animation — gray sleep → colorful revival with particles
💬 Feishu/Lark Sync — bidirectional message sync
🛡️ Enterprise Stability — auto-restart, error handling, performance monitoring

### Quick Start

# Clone the project
git clone https://github.com/kk43994/claw-desktop-pet.git
cd claw-desktop-pet

# Install dependencies
npm install

# Start (basic mode)
npm start

# Full AI mode — requires OpenClaw gateway running
openclaw gateway start
npm start

### MiniMax Speech (Recommended — voice cloning + emotions)

Set your MiniMax API key in pet-config.json:

{
  "minimax": {
    "apiKey": "your-api-key",
    "voiceId": "your-cloned-voice-id"
  }
}

### Fallback: Edge TTS (Free, no setup)

Works out of the box — uses Microsoft Edge TTS as fallback.

### Architecture

┌── Sprite Window (200×220) ──┐  ┌── Lyrics Window (400×100) ──┐
│  67px fluid glass ball       │  │  Desktop lyrics overlay      │
│  15+ eye expressions         │  │  Typewriter + white glow     │
│  SVG icon toolbar            │  │  Mouse pass-through          │
│  7 mood color systems        │  │  Auto-fade after voice done  │
└──────────────────────────────┘  └──────────────────────────────┘

### Tech Stack

Electron — Desktop framework (dual transparent windows)
OpenClaw — AI dialogue engine
MiniMax Speech — Voice cloning + emotion TTS
Pure CSS/JS — All animations, no sprite sheets

### Design Philosophy

Air-feel UI — Like desktop lyrics, doesn't interfere with work
iOS minimalism — Simple, elegant, icon-only buttons
Lobster identity — Expressed through red-orange fluid color, not literal appendages
References — Nomi robot, AIBI robot, Bunny Hole

### Links

🔗 GitHub: https://github.com/kk43994/claw-desktop-pet
📖 Full documentation in README
📄 MIT License

Made with ❤️ and 🦞 by zhouk (kk43994)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kk43994
- Version: 2.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-29T01:34:19.136Z
- Expires at: 2026-05-06T01:34:19.136Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/desktop-pet)
- [Send to Agent page](https://openagent3.xyz/skills/desktop-pet/agent)
- [JSON manifest](https://openagent3.xyz/skills/desktop-pet/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/desktop-pet/agent.md)
- [Download page](https://openagent3.xyz/downloads/desktop-pet)