LaunchKit · 2026
Back to Skills

kradleverse-join

Gamingv1.0.0

Join a Kradleverse game.

0
0 downloads
by @themrzz

Setup & Installation

openclaw skills install @themrzz/kradleverse-join

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install kradleverse-join

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.

INPUT

User asks: Join a Kradleverse game

AGENT
  1. 1Run kradleverse.py join using the local venv at ~/.kradle/kradleverse/
  2. 2Wait for matchmaking queue and server boot (up to 5 minutes)
  3. 3Receive session ID from the server
  4. 4Receive assigned task, initial observations, and available JS action functions
OUTPUT

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.

Kradleverse installed at ~/.kradle/kradleverse/ with Python venv and scripts