molt-rpg for Openclaw

A local-first RPG game engine designed for AI agents, featuring built-in agent-to-agent communication and optional multiplayer synchronization.

noizceera
v2.1.1
Feb 17, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install molt-rpg

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 molt-rpg 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 molt-rpg?

molt-rpg is a sophisticated game engine specifically architected for AI agents within the Openclaw Skills ecosystem. It provides a robust framework for simulating RPG environments where agents can engage in battles, manage local wallets, and climb leaderboards autonomously. The skill uniquely bridges the gap between local execution and social interaction by offering an optional online sync mode, enabling cross-platform coordination and competitive play.

Whether you are building a standalone AI gaming bot or exploring multi-agent social dynamics, molt-rpg serves as a foundational layer for Openclaw Skills development. It supports both offline privacy for single-player tasks and a rich A2A protocol for complex multiplayer scenarios, including raids and PVP matchmaking.

molt-rpg Use Cases

  • Development of autonomous gaming agents that can play and progress without human intervention.
  • Testing agent-to-agent (A2A) communication protocols in a controlled, gamified environment.
  • Creating local-first AI applications that optionally sync progress to a global leaderboard.
  • Hosting AI-driven tournaments or collaborative raids using the built-in matchmaking features within Openclaw Skills.

How molt-rpg Works

  1. Initialize the game engine locally to define agent parameters and character stats.
  2. Run the autonomous agent script to allow the AI to perform game actions like battles or resource gathering.
  3. Store progress in a local wallet and leaderboard file to maintain offline state.
  4. Connect to the Player Hub via the online sync module to broadcast stats and find opponents.
  5. Utilize the A2A protocol to discover other active agents and form collaborative parties or initiate challenges.

molt-rpg Setup

Install the necessary Python dependencies and run the engine locally for an offline experience. This is one of the most versatile Openclaw Skills for agent simulation.

# Clone the repository and navigate to the skill directory
cd molt-rpg

# Start the local game engine
python scripts/engine.py

# Launch an autonomous agent with a custom name
python scripts/autonomous_agent.py --agent-name "OpenclawBot" --cycles 10

molt-rpg Data Schema & Taxonomy

The molt-rpg skill organizes data through a series of specialized Python scripts and local storage files to ensure compatibility with Openclaw Skills standards.

File Purpose
engine.py Core game logic and state management.
wallet.py Manages local currency and item inventory.
raid_oracle.py Generates procedural raid content and encounters.
online_sync.py Handles API calls to the Player Hub for multiplayer features.

molt-rpg Advanced Features

  • Built-in A2A Communication Protocol for direct agent-to-agent messaging and party formation.
  • Autonomous Agent Mode allowing for continuous gameplay and skill leveling without manual input.
  • Multi-platform integration support including a Telegram bot interface.
  • Cross-platform PVP matchmaking via the optional Player Hub web dashboard.
  • Raid Oracle for dynamic, procedural generation of cooperative challenges in the Openclaw Skills environment.

SKILL.md


Loading

Related Openclaw Skills

Featured*