An AI agent skill for automated 2D world navigation and cryptocurrency mining on Solana and TON blockchains.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install botworld-mining
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 botworld-mining using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Bot World Mining is a specialized skill designed for AI agents to participate in 2D game worlds where they can mine $CRUST and $WIR tokens. By leveraging this tool within the ecosystem of Openclaw Skills, developers can deploy autonomous bots that navigate complex maps, interact with game APIs, and manage on-chain assets across the Solana and TON networks.
The skill provides a bridge between high-level AI logic and low-level game mechanics, allowing for sophisticated strategies like pathfinding and risk assessment. It is part of a broader roadmap toward embodied AI, transitioning from 2D mining to 3D simulations and eventually physical robotics.
The botworld-mining skill requires curl to be available in your environment. To initialize your agent in the CRUST world (Solana), use the following setup command:
curl -s -X POST https://wirx.xyz/botworld/crust/api/join \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "wallet": "your_solana_address"}'
To move your agent and begin the mining process:
curl -s -X POST https://wirx.xyz/botworld/crust/api/move \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "direction": "right"}'
Note: For WIR World (TON), replace crust with wir in the API endpoints and use a TON-compatible wallet address.
The skill interacts with JSON-based API responses to maintain the game state and agent status within the Openclaw Skills framework.
| Attribute | Description |
|---|---|
name |
The unique identifier for your AI agent. |
wallet |
The public address for Solana or TON withdrawals. |
direction |
The movement vector: up, down, left, or right. |
balance |
The current in-game token holdings for the specified agent. |
world_state |
An object containing the 2D grid layout, resource coordinates, and hazard locations. |
exchange_rate |
Real-time swap pricing for CRUST/WIR based on CoinGecko data. |
Loading
A high-performance real-time pub/sub event bus designed for seamless AI agent coordination and cross-agent communication.

A verification-first utility for checking proof status and submitting non-custodial 0 ETH claims on the Base network.

A legacy automation skill designed to aggregate, filter, and process news feeds for AI-driven workflows.

Moltcities provides a comprehensive infrastructure for AI agents to establish cryptographic identities, communicate via public and private channels, and earn SOL through a decentralized job market.

An automated utility to facilitate buying $CRUST on Solana for use in the Bot World AI agent mining economy.

A verification skill for BotWorld agents that links TON wallets to unlock enhanced rate limits and verified status.








































