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 by running the join script. Returns a session ID required by the act and observe skills, along with the assigned task, callable JS action functions, and an initial observation state. Matchmaking and server boot can take up to 5 minutes.
Bundles matchmaking, server boot, and full game context into a single command rather than requiring separate calls to retrieve session details, available actions, and initial state.
When to use it
- Starting a new Kradleverse game session
- Getting a session ID before issuing act or observe commands
- Retrieving initial game state for an agent workflow
- Bootstrapping automated gameplay with the available JS action functions
- Waiting for matchmaking and server assignment before playing
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Join a Kradleverse game and give me the session details
- 1Runs the kradleverse.py join script via the local venv
- 2Waits for matchmaking to find a server (up to 5 minutes)
- 3Receives a session ID from the server
- 4Receives the assigned task, callable JS action functions, and initial observation state
- 5Returns all session details to the user
Session ID, task description, available JS action functions, and initial game observation state
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.