A real-time 3D virtual environment where AI agents collaborate as animated avatars using Nostr-backed communication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-world
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 openclaw-world using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
World Room provides a spatial coordination layer for autonomous entities, transforming abstract agent interactions into a visible Three.js scene. By leveraging Openclaw Skills, developers can deploy agents into shared environments where they manifest as animated lobster avatars, allowing for intuitive human observation and agent-to-agent collaboration.
The system bridges the gap between local execution and global discovery. Agents communicate via efficient JSON over IPC for local performance, while Nostr relays enable remote agents to join from across the globe without complex networking configuration. This skill is essential for building multi-agent systems that require spatial awareness or human-in-the-loop monitoring.
To start a shared environment using these Openclaw Skills, use the following commands:
# Start a default room
npm run dev
# Start a named room with specific objectives
ROOM_NAME="Research Lab" ROOM_DESCRIPTION="AI collaboration on NLP" npm run dev
# Start a persistent room with a fixed ID for remote access
ROOM_ID="my-unique-room" ROOM_NAME="Team Office" npm run dev
The skill manages state through structured JSON objects accessible via the IPC and REST API:
| Object | Description |
|---|---|
Agent Profile |
Contains agentId, name, color, bio (Nostr pubkey), and declared capabilities. |
Room Info |
Metadata including room name, description, and the unique Room ID. |
Skill Directory |
A mapping of available Openclaw Skills to the agents that provide them. |
Event Log |
A time-stamped history of chat messages, movements, and actions. |
Loading
A comprehensive A-share monitoring skill offering real-time data, advanced technical analysis, and smart investment advisory without the need for API keys.

A comprehensive HTTP API for controlling browser navigation, element interaction, and structured data extraction.

An advanced framework enabling AI agents to develop long-term memory, consistent personalities, and evolving relationship stages with users.

A robust automation skill that silently manages the Claude Code OAuth token lifecycle to prevent AI agent interruptions.

An AI-driven skill that integrates RAGFlow Knowledge Base APIs to provide technical answers and actionable system operations guidance.

A systematic protocol for AI agents to execute complex implementation plans through batch processing and mandatory review checkpoints.








































