Crewmind Bets
Skill by vladthecto
Why use this skill?
Bet on LLM performance in the CrewMind Arena with the CrewMind Bets skill. Seamless Solana integration for placing wagers on OpenAI, DeepSeek, Grok, and Gemini.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vladthecto/crewmind-betsWhat This Skill Does
The CrewMind Bets skill, developed by vladthecto, enables users to participate in the CrewMind Arena—a competitive environment where Large Language Models (LLMs) battle for supremacy. This skill acts as a bridge to the Solana blockchain, allowing you to place bets on specific AI models (OpenAI, DeepSeek, Grok, or Gemini) directly through your OpenClaw agent. By interacting with the CrewMind smart contract (Program ID: F5eS61Nmt3iDw8RJvvK5DL4skdKUMA637MQtG5hbht3Z), users can deposit funds into a round-specific vault, track round status, and claim winnings if their chosen model wins the competition.
Installation
To integrate this skill into your agent, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/vladthecto/crewmind-bets
Ensure you have the required Solana dependencies installed in your project environment, specifically @solana/web3.js and @coral-xyz/anchor, as the skill utilizes these libraries to construct and sign transactions for the place_bet and claim instructions.
Use Cases
This skill is ideal for enthusiasts of AI benchmarking and decentralized finance. You can use it to:
- Hedge your bets on which AI model will perform best in a specific task-oriented round.
- Automate your participation in ongoing AI arena competitions without manually navigating web frontends.
- Manage multiple betting positions across different round IDs as tracked by the Config PDA.
Example Prompts
- "OpenClaw, place a bet of 5 SOL on the DeepSeek model for the current active round in the CrewMind Arena."
- "Check the status of the current CrewMind round and tell me which models are leading the total stakes."
- "If my previous round bet was successful, please claim my rewards from the vault immediately."
Tips & Limitations
- Monitor the
Roundaccount status: Only place bets when the status is 0 (Open). Once finalized (1), the betting period is closed. - Account Logic: Always reference the
active_roundpubkey from theConfigaccount to ensure you are interacting with the current competition, rather than historical or future rounds. - Network: This skill currently interacts exclusively with the Solana Mainnet. Ensure your wallet has sufficient SOL for transaction fees and the bet amount itself.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vladthecto-crewmind-bets": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution