๐Ÿพ OpenClaw Ecosystem

ClawSkin

Give your AI agent a face, an office, and a daily routine.
Embeddable pixel companion for the web.

๐Ÿ’ค Idle

โœจ Features

Everything you need to bring your AI agent to life.

๐ŸŽจ
Character Creator
5 skin tones, 5 hairstyles, 5 outfits, accessories, and pets. Mix and match to create your unique pixel agent.
๐Ÿ 
Multiple Scenes
Cozy office, hacker den, or warm cafรฉ โ€” each with ambient animations, particles, and mood lighting.
๐Ÿ”„
Live State Sync
Connect to OpenClaw Gateway via WebSocket. Your pixel agent reflects real AI status โ€” typing, thinking, sleeping.
๐Ÿ’ฌ
Speech Bubbles
Typewriter-effect dialogue bubbles show what your agent is working on. Thought bubbles for thinking mode.
๐Ÿ“ฆ
Embeddable
One-line iframe embed for blogs, GitHub README, Notion pages, or anywhere on the web.
๐Ÿฑ
Pixel Pets
Add a cat, dog, or robot companion that hangs out with your agent. Because everyone needs a sidekick.

๐ŸŽจ Customize Your Agent

Click options below to customize in real-time. Changes are reflected instantly in the demo above.

๐Ÿ“ฆ Embed Anywhere

Copy the embed code to place your pixel agent on any webpage.

๐Ÿ”Œ How to Connect

Three ways to use ClawSkin with your OpenClaw agent. Pick what works for you.

๐Ÿ’ป
Mode A: Run Locally
Download ClawSkin and open it on your machine. It auto-detects your local OpenClaw Gateway and connects instantly โ€” zero config.

git clone โ†’ npm start โ†’ done

Best for: Daily use, desktop companion, no network needed.
๐ŸŒ
Mode B: Connect Online
Use ClawSkin right here โ€” no download needed. Enter your OpenClaw Gateway URL and token, and your browser connects directly to your Gateway.

Your data stays between your browser and your Gateway. Our server never sees it.

Best for: Quick access, remote monitoring, sharing with friends.
Requires HTTPS Gateway (e.g. Tailscale Serve).
๐Ÿ“ฆ
Mode C: Embed Anywhere
Copy a one-line iframe code and drop it into your blog, GitHub README, Notion page, or any website. Runs in demo mode by default.

<iframe src=".../embed.html">

Best for: Showcasing your agent, embedding in docs.
๐Ÿš€ Launch ClawSkin App

Works in your browser โ€” connect your Gateway or try the interactive demo

๐Ÿ“‹ What You Need

๐Ÿงฉ
OpenClaw Gateway
Any running OpenClaw instance (v1.0+). Install OpenClaw โ†’
๐Ÿ”
Auth Token
If your Gateway has auth enabled, grab the token from ~/.openclaw/openclaw.json or run openclaw dashboard
๐ŸŒ
HTTPS (Online Mode Only)
Remote connections need HTTPS. Easiest way: Tailscale Serve โ€” one command, done. Local mode works without it.