ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 3/5

kradleverse:act

Send an action in a Kradleverse game

Why use this skill?

Automate your Kradleverse gameplay with the kradleverse:act skill for OpenClaw. Streamline game actions and character movements with simple natural language prompts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/themrzz/kradleverse-act
Or

What This Skill Does

The kradleverse:act skill provides a direct interface for users to interact with the Kradleverse gaming environment through OpenClaw. By leveraging the underlying act.py script, the agent can execute precise commands within the Kradleverse simulation. This skill acts as a bridge between high-level user intent and the specific command-line parameters required to perform in-game actions, allowing for automated gameplay, movement, or state manipulation without manual intervention.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/themrzz/kradleverse-act

Ensure that you have the necessary environment configured at ~/.kradle/kradleverse/venv. You can verify the installation and available parameters at any time by running: ~/.kradle/kradleverse/venv/bin/python ~/.kradle/kradleverse/scripts/act.py --help

Use Cases

This skill is primarily used for automating repetitive gaming tasks within Kradleverse. Users can deploy this for inventory management, navigating complex environments, or responding to time-sensitive game events. It is particularly effective for users looking to build autonomous gaming agents that require programmatic access to move, interact with objects, or trigger scripted events within the game world.

Example Prompts

  1. "Kradleverse, move my character to the north quadrant and interact with the supply chest."
  2. "Use the act skill to trigger the defensive maneuver sequence in the current Kradleverse game session."
  3. "OpenClaw, perform the jump action three times consecutively to clear the platforming obstacle."

Tips & Limitations

Before using this skill, always ensure the game client is active and that your session is authenticated. The skill relies on local python scripts, so ensure your path configurations are correct to avoid 'file not found' errors. Note that frequent execution may trigger rate limits depending on the game's server-side restrictions. Always check the help documentation using the flag provided in the installation steps before running complex automation tasks, as improper action sequences may lead to unintended game states or character loss.

Metadata

Author@themrzz
Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-themrzz-kradleverse-act": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gaming#automation#kradleverse#agentic
Safety Score: 3/5

Flags: file-read, code-execution