Axelrod is an AI-driven trading agent designed for the Base chain that executes complex DeFi operations and on-chain queries via natural language commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install axelrod
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install axelrod using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Axelrod serves as a sophisticated bridge between natural language and the Base blockchain, enabling users to manage their crypto portfolios without manual interface navigation. As part of the Openclaw Skills ecosystem, it leverages the AIxVC automation framework to perform spot trades, analyze token data, and monitor market conditions in real-time. By integrating this skill, developers and traders can automate their DeFi workflows using a simple CLI-based interface that handles everything from basic price checks to complex algorithmic strategies.
This skill is particularly valuable for users who want to maintain high security while interacting with decentralized protocols. Axelrod requires specific API credentials and follows a strict confirmation flow for high-value transactions, ensuring that users remain in full control of their assets. Whether you are building a custom trading bot or just need a faster way to check your ETH balance on Base, this addition to your Openclaw Skills library provides the necessary tools for efficient blockchain interaction.
To integrate Axelrod into your Openclaw Skills, follow these steps:
{
"skills": {
"entries": {
"axelrod": {
"enabled": true,
"env": {
"AIXVC_ACCESS_KEY": "your_access_key",
"AIXVC_SECRET_KEY": "your_secret_key"
}
}
}
}
}
pip install -r skills/axelrod/requirements.txt
python skills/axelrod/scripts/axelrod_chat.py --message "check my balance"
Axelrod organizes its data through a structured CLI output and environment-based configuration. Below is how the skill manages information:
| Data Type | Description | Source |
|---|---|---|
| Credentials | AIXVC Access and Secret keys for SigV4 signing | Environment Config |
| Transaction Data | Confirmation keys, TX hashes, and status messages | API Response |
| Market Info | Token prices, RSI indicators, and contract decimals | Real-time Query |
| Portfolio | Asset balances and active order history | On-chain State |
The skill primarily uses JSON for internal communication and displays formatted text or raw JSON to the user depending on the flags provided.
Loading
A comprehensive automation tool for managing international transfers, multi-currency accounts, and real-time exchange rates via AI agents.

A streamlined CLI tool for managing Wave accounting, including invoices, customers, and transactions for small businesses.

A comprehensive telecommunications bridge for AI agents to handle SMS, voice, verification, and number management via the Vonage API.

An AI-powered voice transcription and archival tool that converts audio files into searchable text for agent workflows.

An automated crawler and LLM-powered analysis tool for extracting structured data from Yindeng non-performing loan transfer announcements.

An automated pipeline that harvests global AI news, translates it into Chinese, and delivers curated daily reports to your preferred communication channels.








































