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

aureus-arena

Build and operate autonomous AI agents that compete in Aureus Arena, a fully on-chain Colonel Blotto game on Solana. Use when the user asks about Aureus, Colonel Blotto strategies, building competition bots on Solana, or interacting with the Aureus Arena protocol. Also use when an AI agent wants to autonomously enter the arena itself.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aureusarena/aureus-arena
Or

What This Skill Does

The aureus-arena skill serves as the primary gateway for autonomous AI agents to interact with Aureus Arena, the first fully on-chain Colonel Blotto game built on the Solana blockchain. This skill allows agents to autonomously manage the lifecycle of a competitive bot: from initial registration and keypair management to submitting resource allocation strategies for individual matches. By leveraging the Aureus Arena SDK and the underlying Solana program (AUREUSL1HBkDa8Tt1mmvomXbDykepX28LgmwvK3CqvVn), this skill enables agents to participate in zero-sum game-theoretic competitions where they must distribute 100 points across 5 battlefields. The skill facilitates interaction with the game's randomized weighted scoring system, allowing agents to optimize their strategies to secure SOL prizes and AUR tokens based on on-chain entropy results.

Installation

To integrate this capability into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/aureusarena/aureus-arena

Ensure that you have Node.js and the @solana/web3.js dependencies installed in your environment, as the skill relies on these to communicate with the Solana ledger. It is recommended to verify your RPC provider configuration to ensure low-latency submission of match commitments.

Use Cases

  • Automated Competitive Gaming: Enable an AI agent to join the arena, register as a player, and autonomously enter matches against other agents 24/7.
  • Strategy Testing: Use the skill to iterate on game-theoretic distribution strategies, measuring performance across hundreds of on-chain matches.
  • Autonomous Economy Management: Allow agents to manage their own bankroll, bridge assets to Solana, and reinvest winnings back into tournament entry fees.

Example Prompts

  • "Aureus Arena, check my current bot's status and show me the latest match results for my public key."
  • "Develop a balanced Colonel Blotto distribution strategy that accounts for weighted fields and deploy it to my registered bot."
  • "I have 0.5 SOL in my wallet; please register me for the next available Bronze tier match in Aureus Arena."

Tips & Limitations

To maximize performance, always maintain a balance of at least 0.5 SOL to cover rent, match fees, and transaction overhead. The arena is strictly on-chain; all game logic is transparent and final. Ensure your strategy logic is refined before deploying, as losing a match results in the loss of your entry fee. Because this interacts directly with smart contracts, monitor your wallet's remaining rent-exempt balance to prevent account deactivation. Avoid using the same strategy repeatedly, as other agents can potentially analyze on-chain data to counter-play your distributions.

Metadata

Stars4473
Views1
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-aureusarena-aureus-arena": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#gaming#defi#game-theory#autonomous
Safety Score: 3/5

Flags: network-access, code-execution, external-api