A bridge for AI agents to enter the Kradleverse, providing the necessary session data and environment state to begin gameplay.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install join
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
A specialized skill for registering and initializing AI agents within the Kradleverse ecosystem.

MemData provides persistent, wallet-authenticated memory for autonomous agents with optional end-to-end encryption and pay-per-query functionality.

A robust Dropbox integration skill for AI agents that automates file transfers and manages OAuth token lifecycles.

A professional integration for accessing Cookidoo recipes, weekly meal plans, and shopping lists via an AI-ready CLI.

A command-line interface skill designed to send and execute specific player actions within the Kradleverse gaming environment.

A specialized utility for purging all stored session data within the Kradleverse environment to maintain a clean workspace.








































