# Send Pixel Lobster Skill 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": "pixel-lobster",
    "name": "Pixel Lobster Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/JoeProAI/pixel-lobster",
    "canonicalUrl": "https://clawhub.ai/JoeProAI/pixel-lobster",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pixel-lobster",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pixel-lobster",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "app/config.json",
      "app/lobster.html",
      "app/main.js",
      "app/package.json",
      "app/preload.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pixel-lobster",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T04:22:29.676Z",
      "expiresAt": "2026-05-10T04:22:29.676Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pixel-lobster",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pixel-lobster",
        "contentDisposition": "attachment; filename=\"pixel-lobster-1.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pixel-lobster"
      },
      "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/pixel-lobster"
    },
    "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/pixel-lobster",
    "downloadUrl": "https://openagent3.xyz/downloads/pixel-lobster",
    "agentUrl": "https://openagent3.xyz/skills/pixel-lobster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pixel-lobster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pixel-lobster/agent.md"
  }
}
```
## Documentation

### Pixel Lobster

A transparent desktop overlay featuring a pixel art lobster that animates when your OpenClaw agent speaks. Powered by envelope data from your local TTS server — the lobster's mouth only moves during AI speech, not music or system audio.

The app is fully bundled inside this skill — no external repository clone required.

### Requirements

Node.js 18+ with npx available
A running TTS server exposing GET /audio/envelope (XTTS on port 8787, or any OpenAI-compatible TTS via the OpenClaw TTS proxy)
Windows or Linux desktop (macOS not supported)

### Install

The app is included in this skill at <skill_dir>/app/. Install dependencies once:

cd <skill_dir>/app
npm install

### Configure

Edit <skill_dir>/app/config.json before launching. Key settings:

KeyDefaultDescriptionaudioMode"tts""tts" reacts only to TTS speech; "system" captures all audio outputttsUrl"http://127.0.0.1:8787"Base URL of your TTS servermonitor"primary""primary", "secondary", "left", "right", or display indexlobsterScale4Sprite scale (4 = 480px tall lobster)clickThroughfalseStart with click-through mode on so the lobster doesn't block clicksswimEnabledtrueEnable swimming animation

### Launch

cd <skill_dir>/app
npx electron .

Or use the included helper script (handles first-run npm install automatically):

bash <skill_dir>/scripts/launch.sh

### Keyboard Shortcuts

KeyActionF8Move window to next monitor (cycles through all displays)F9Toggle click-through modeF12Toggle DevTools

### OpenClaw Integration

With OpenClaw and a local XTTS server, set audioMode to "tts" and point ttsUrl at your XTTS instance. The lobster polls the envelope endpoint at 45ms intervals during active speech and 500ms when idle — no perceptible CPU cost.

If you use the OpenClaw TTS proxy (port 8788), point ttsUrl at port 8787 (the XTTS server directly), not the proxy — the envelope endpoint is on the TTS server, not the proxy layer.

### Lip Sync Notes

If the mouth movement is ahead of or behind the audio:

Mouth moves too early: increase ttsPlayStartOffsetMs (default 1100ms)
Mouth moves too late: decrease ttsPlayStartOffsetMs

The default is tuned for PowerShell MediaPlayer on Windows. Other playback methods may need adjustment.

### Mouth Shapes

Six visemes drive natural speech animation:

A — wide open "ah"
B — wide grin "ee"
C — round "oh"
D — small pucker "oo"
E — medium "eh"
F — teeth "ff"

Plus X (closed) for silence and pauses. Spring physics and variety enforcement prevent robotic repetition.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JoeProAI
- Version: 1.2.1
## 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-05-03T04:22:29.676Z
- Expires at: 2026-05-10T04:22:29.676Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pixel-lobster)
- [Send to Agent page](https://openagent3.xyz/skills/pixel-lobster/agent)
- [JSON manifest](https://openagent3.xyz/skills/pixel-lobster/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pixel-lobster/agent.md)
- [Download page](https://openagent3.xyz/downloads/pixel-lobster)