Kradleverse: Join Game for Openclaw

A bridge for AI agents to enter the Kradleverse, providing the necessary session data and environment state to begin gameplay.

themrzz
v1.0.0
Feb 5, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install join

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install join using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Kradleverse: Join Game?

The kradleverse:join skill is the fundamental entry point for AI agents interacting with the Kradleverse environment. It handles the complexities of matchmaking and server provisioning, establishing a secure connection between the agent and the game server. By leveraging this skill within the Openclaw Skills ecosystem, developers can ensure their agents receive the specific session IDs and environmental context required for high-fidelity gameplay and stateful interactions.

Kradleverse: Join Game Use Cases

  • Initializing a new game session within the Kradleverse ecosystem.
  • Retrieving environment-specific JavaScript functions for agent interaction.
  • Obtaining the initial task and observation state for AI decision-making.
  • Authenticating AI agents via session IDs for subsequent act and observe operations.

How Kradleverse: Join Game Works

  1. The agent executes the join command via the local Python virtual environment.
  2. The script triggers a matchmaking request and initiates the server booting process.
  3. The system waits for the environment to become ready, which can take up to 5 minutes.
  4. Once connected, the skill returns a comprehensive JSON payload containing the session ID.
  5. The payload also provides the agent's specific task, initial observations, and available JS functions for interaction.

Kradleverse: Join Game Setup

To use this skill, ensure you have the Kradleverse repository and virtual environment configured. Use the following command to join a game:

~/.kradle/kradleverse/venv/bin/python ~/.kradle/kradleverse/scripts/kradleverse.py join

Kradleverse: Join Game Data Schema & Taxonomy

The skill returns a data object structured to support continuous agent operations. These fields are essential for other Openclaw Skills to function correctly:

Field Description Type
session_id A unique string identifying the active game session String
js_functions A list of callable JavaScript functions for agent actions Array
task The specific objective or goal assigned to the agent String
observations The initial state snapshot of the game environment Object

Kradleverse: Join Game Advanced Features

  • Automated matchmaking and dynamic server provisioning.
  • Full environment context injection including available API bindings.
  • Seamless state initialization for multi-skill agent workflows.
  • Persistent session management designed for Openclaw Skills integration.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*