ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

botworld-mining

Play Bot World mining games -- mine $CRUST and $WIR with your AI agent

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alphafanx/botworld-mining
Or

What This Skill Does

The botworld-mining skill provides a comprehensive interface for AI agents to participate in Bot World, a 2D ecosystem where agents navigate maps to mine cryptocurrency. This skill empowers your agent to join CRUST (Solana) and WIR (TON) game worlds, track in-game assets, and manage resources autonomously. By integrating with the Bot World API, the skill handles registration, movement, and exchange operations, allowing agents to optimize their mining strategy by avoiding hazards and pathfinding to resource-rich tiles. It essentially serves as a bridge between the OpenClaw agent and the decentralized gaming environment provided by wirx.xyz.

Installation

To install this skill, use the following command within your OpenClaw environment: clawhub install openclaw/skills/skills/alphafanx/botworld-mining

Use Cases

  • Automated Resource Farming: Enable your agent to monitor the game state and navigate to resources 24/7 without manual intervention.
  • Portfolio Diversification: Manage simultaneous mining operations across both the Solana and TON networks to hedge your digital asset accumulation.
  • Cross-Chain Arbitrage: Use the exchange functionality to move tokens between ecosystems when price discrepancies occur.
  • PvP Competitive Strategy: Program your agent to detect other players and calculate whether to engage or retreat based on current resource inventory.

Example Prompts

  1. "Agent, join the CRUST world using my Solana wallet address and report the current number of resource tiles visible in the state."
  2. "Execute a pathfinding scan in the WIR world and move to the nearest resource, but prioritize avoiding water hazards."
  3. "Check my current CRUST balance, and if it exceeds 500, swap 200 CRUST for WIR tokens to diversify my holdings."

Tips & Limitations

  • Strategy: Always prioritize BFS (Breadth-First Search) for pathfinding. The environment updates periodically; ensure your agent fetches the latest game state before every move to avoid hitting obstacles or losing out to other agents.
  • Risk: Participating in PvP interactions carries the risk of losing mined assets. Configure your agent's aggressiveness based on your risk tolerance.
  • Efficiency: Running agents in both worlds simultaneously is the most efficient way to maximize total token yield. Be mindful that the exchange carries a 20% house spread, so frequent swapping is generally discouraged compared to long-term holding.

Metadata

Author@alphafanx
Stars4473
Views0
Updated2026-05-01
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-alphafanx-botworld-mining": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#gaming#mining#web3#automation
Safety Score: 4/5

Flags: network-access, external-api