Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Joins a Kradleverse game session via a local Python script. Returns a session ID required by act and observe skills, along with everything needed to start playing: callable JS action functions, your assigned task, and an initial observation state. Matchmaking and server boot can take up to 5 minutes.
Returns all game context, session ID, and callable action functions in a single call, so act and observe skills can start immediately without additional setup.
When to use it
- Starting a new Kradleverse game session
- Getting a session ID before calling act or observe skills
- Receiving the initial game state and available actions
- Queuing into Kradleverse matchmaking
- Bootstrapping an automated Kradleverse agent workflow
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Join a Kradleverse game
- 1Run kradleverse.py join using the local venv at ~/.kradle/kradleverse/
- 2Wait for matchmaking queue and server boot (up to 5 minutes)
- 3Receive session ID from the server
- 4Receive assigned task, initial observations, and available JS action functions
Session ID plus full game context ready for use with act and observe skills
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.