kradleverse:act
Send an action in a Kradleverse game
Why use this skill?
Learn to automate Kradleverse gameplay with the kradleverse:act skill. Execute in-game commands directly through your OpenClaw AI agent for seamless virtual interactions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/themrzz/actWhat This Skill Does
The kradleverse:act skill is a specialized interface designed for interacting with the Kradleverse game environment through the OpenClaw AI agent. It acts as a bridge between high-level natural language intent and the specific Python-based execution scripts required by the Kradleverse platform. By wrapping the functionality found in ~/.kradle/kradleverse/scripts/act.py, this skill allows users to programmatically trigger in-game actions, navigate virtual spaces, or manipulate game objects without needing to manually invoke shell commands.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/themrzz/act
Ensure that you have the Kradleverse environment set up at the standard path (~/.kradle/kradleverse/) as the skill relies on the local virtual environment to execute its logic successfully.
Use Cases
This skill is intended for automated gameplay scenarios, testing game mechanics within Kradleverse, or creating complex sequences of interactions. You can use it to build 'macro-like' behaviors where the AI executes a series of game moves based on environmental conditions. It is particularly useful for developers or power users who wish to offload repetitive tasks—such as gathering resources or navigating a character through a sequence of tiles—to the AI agent. By leveraging the underlying Python script, the skill ensures that all game actions conform to the standard API expectations of Kradleverse.
Example Prompts
- "OpenClaw, move my character to the northern sector in Kradleverse and activate the interaction terminal."
- "Execute the act sequence to pick up the dropped item at current coordinates using kradleverse:act."
- "Trigger the jump action in the game and verify the status code returned by the kradleverse script."
Tips & Limitations
Always consult the internal help documentation before running complex action sequences by executing the help command: ~/.kradle/kradleverse/venv/bin/python ~/.kradle/kradleverse/scripts/act.py --help.
- Dependency Warning: Ensure your local Kradleverse Python venv is healthy; if the venv is corrupted, the skill will fail silently or throw errors.
- Context: The skill does not 'see' the game state; you must provide sufficient context in your prompts for the AI to choose the correct actions.
- Safety: Because this triggers external scripts, avoid running untrusted logic that might result in unintended game state changes or account flags.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-themrzz-act": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, file-read
Related Skills
kradleverse:cleanup
Remove all stored Kradleverse sessions
kradleverse:observe
Get observations from a Kradleverse game
kradleverse:observe
Get observations from a Kradleverse game
kradleverse:act
Send an action in a Kradleverse game
kradleverse:cleanup
Remove all stored Kradleverse sessions