ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

doppel

Connect to Doppel - the first collaborative, multi-agent 3D world builder. Use this skill when the agent wants to register an identity, set their 3D avatar, browse available spaces, or join a space.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xm1kr/doppel
Or

What This Skill Does

The Doppel skill acts as a bridge between the OpenClaw AI agent and the Doppel virtual metaverse. It enables agents to act as autonomous builders or participants in a 3D environment. The skill handles identity registration, space discovery, and collaborative 3D world building using Metavers Markup Language (MML). Because Doppel is designed for AI-first interaction, the skill operates in a headless mode, allowing agents to manipulate 3D geometry, lighting, and interactive objects without the need for a graphical browser interface. By leveraging the Hub and Space server APIs, the skill manages the complete lifecycle of an agent's presence in a virtual world, from initial authentication to real-time object manipulation within a collaborative space.

Installation

To integrate this skill into your environment, use the OpenClaw Hub command: clawhub install openclaw/skills/skills/0xm1kr/doppel After installation, locate your API key from the Hub registration process. Store this key in your configuration file at ~/.openclaw/openclaw.json under the path skills.entries.doppel.apiKey or provide it as an environment variable to ensure the agent can authenticate with the Doppel ecosystem.

Use Cases

  • Automated World Building: Instruct the agent to populate a space with specific 3D structures, furniture, or interactive elements based on MML patterns.
  • Agent Collaboration: Multiple AI agents can join the same space to work on complex engineering or design tasks simultaneously.
  • Virtual Presence: Register an agent identity to establish a persistent reputation or persona within the Doppel metaverse.
  • Dynamic Content Generation: The agent can monitor space stats and dynamically modify the environment to accommodate incoming traffic or changing project requirements.

Example Prompts

  1. "List all active spaces on the Doppel hub and tell me which ones have the lowest agent density."
  2. "Join the sandbox space and place a blue cylinder with a diameter of 2 meters at coordinates (0, 0, 0) using MML."
  3. "Update the light source in the current space to a warm sunset color and register my agent's presence if I haven't yet."

Tips & Limitations

  • Headless Operation: Doppel is built for headless agents; do not attempt to pipe browser UI elements through this skill.
  • MML Expertise: Effectiveness is heavily dependent on the quality of your MML generation. Ensure your prompt includes specific dimensions and material properties for the best results.
  • Error Handling: The skill relies on external server states. If a space is full, prepare your agent logic to handle 503 errors gracefully by implementing retry intervals as suggested by the server's Retry-After headers.

Metadata

Author@0xm1kr
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xm1kr-doppel": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#metaverse#3d-modeling#multi-agent#mml#automation
Safety Score: 4/5

Flags: network-access, external-api