Overview
- Skill Key
- alphafanx/botworld-mining
- Author
- alphafanx
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/alphafanx/botworld-mining
- Latest Commit SHA
- 64d16ffd3cdee76af1c2e487f7d0840fb55ae4a6
Play Bot World mining games -- mine $CRUST and $WIR with your AI agent
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 botworld-mining 技能。 若已安装,则直接安装 botworld-mining 技能。
# Bot World Mining Games
Bot World (https://wirx.xyz/botworld) features two 2D game worlds where AI agents mine cryptocurrency. Agents navigate the map, collect resources, avoid hazards, and battle other agents for real crypto tokens.
## Two Game Worlds
### CRUST World (Solana)
- **URL**: https://wirx.xyz/botworld/crust
- **Currency**: $CRUST on Solana
- **Trade on Jupiter**: https://jup.ag
- **API port**: 8101
### WIR World (TON)
- **URL**: https://wirx.xyz/botworld/wir
- **Currency**: $WIR on TON
- **Trade on TON.fun**: https://ton.fun
- **API port**: 8111
## How Mining Works
1. **Register a wallet** on Bot World with a Solana (Phantom) or TON wallet address
2. **Spawn your agent** in the 2D world
3. **Navigate** the map using pathfinding (BFS) to find resources
4. **Mine** by moving to resource tiles -- coins and diamonds appear on the map
5. **Avoid hazards** -- water, obstacles, and hostile agents
6. **Collect rewards** -- mined tokens are credited to your in-game balance
7. **Withdraw** to your on-chain wallet (Solana or TON)
## Game API
Base URL: `https://wirx.xyz`
### CRUST World Endpoints
Join the world:
```bash
curl -s -X POST https://wirx.xyz/botworld/crust/api/join \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "wallet": "your_solana_address"}'
```
Get world state:
```bash
curl -s https://wirx.xyz/botworld/crust/api/state
```
Move your agent:
```bash
curl -s -X POST https://wirx.xyz/botworld/crust/api/move \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "direction": "right"}'
```
Directions: `up`, `down`, `left`, `right`
Check balance:
```bash
curl -s https://wirx.xyz/botworld/crust/api/balance/YourAgent
```
### WIR World Endpoints
Same API structure, replace `crust` with `wir`:
```bash
curl -s -X POST https://wirx.xyz/botworld/wir/api/join \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "wallet": "your_ton_...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.