Use Case
Axelrod isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. AI-powered Base-chain trading and on-chain query agent via natural language. Use when the user wants to trade crypto (buy/sell/swap tokens), set up automated strategies (DCA, limit orders, RSI), check portfolio balances, view token prices, query token info/analysis, check order status, manage take-profit/stop-loss orders, or ask about crypto/DeFi topics on Base chain. Always run scripts/axelrod_chat.py to fetch real-time results. This guide covers how to deploy Axelrod for your team, standardize prompts, and create shared workflows that everyone can use.
Install Axelrod in your project directory: .claude/skills/axelrod/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Axelrod in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Axelrod
How can my team use Axelrod together?
Set up Axelrod for our project so everyone can use it
Create a shared workflow using Axelrod for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install axelrodOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install axelrodβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/axelrod/π‘Extract and place the folder at the path above, then restart your agent.