A transparent desktop overlay featuring a pixel art lobster that provides real-time lip-syncing for AI agent speech output.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pixel-lobster
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pixel-lobster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pixel Lobster is a lightweight, Electron-based desktop overlay designed to give your AI agent a visual presence. By integrating with local Text-to-Speech (TTS) servers, this skill enables a charming pixel art lobster to animate its mouth in perfect synchronization with your agent's voice output. Unlike simple audio visualizers, it uses specific envelope data to ensure the lobster only speaks when the agent does, ignoring background music or system sounds.
As part of the expanding library of Openclaw Skills, Pixel Lobster offers a more immersive interaction model. It runs as a transparent window on your Windows or Linux desktop, allowing you to maintain a visual connection with your AI assistant without obstructing your primary workspace. The app is fully bundled within the skill, requiring no complex external cloning or repository management.
To get started with this entry in Openclaw Skills, follow these steps to install the bundled application:
# Navigate to the skill's app directory
cd <skill_dir>/app
# Install the necessary Electron dependencies
npm install
# Launch the lobster overlay via npx or the helper script
npx electron .
# OR
bash <skill_dir>/scripts/launch.sh
The skill manages its behavior through a config.json file and processes animation via a viseme taxonomy:
| Configuration Key | Default | Description |
|---|---|---|
audioMode |
"tts" | Switch between reacting only to TTS or all system audio. |
ttsUrl |
"http://127.0.0.1:8787" | The endpoint for your local XTTS or TTS server. |
lobsterScale |
4 | The sprite scaling factor for the desktop display. |
clickThrough |
false | Determines if the window ignores mouse clicks. |
Animation Visemes:
ttsPlayStartOffsetMs parameter to perfectly align mouth movement with specific audio drivers.Loading
A smart routing agent that prioritizes local LLMs over cloud APIs to reduce costs and enhance data privacy.

A local-first routing engine that prioritizes privacy and cost-efficiency by intelligently escalating LLM requests to the cloud only when necessary.

A powerful integration for querying Supabase projects and generating user analytics directly from your chat interface.

A comprehensive CLI tool for tracking Polymarket prediction markets, monitoring price momentum, and simulating trades via a local paper trading system.

Seamlessly interact with your Immich photo library through an AI agent using natural language and advanced metadata filtering.

A deterministic governance layer for controlling AI agent tool execution and enforcing security policies.








































