Skills antalpha-ai-setup
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bevanding/antalpha-ai-setup" ~/.claude/skills/clawdbot-skills-antalpha-ai-setup && rm -rf "$T"
skills/bevanding/antalpha-ai-setup/SKILL.mdAntAlpha Skills MCP Server Setup
Connect your AI agent to Antalpha's Web3 unified gateway — 76 tools covering DEX swaps, smart money signals, Polymarket prediction markets, Hyperliquid perpetual trading, DeFi investment discovery, OKX spot/futures trading, Bitcoin mining management, and multi-chain asset queries.
⚡ Quick Install
Option 1: mcporter (Recommended)
npx mcporter list https://mcp-skills.ai.antalpha.com/mcp --name antalpha
Output:
✓ MCP server "antalpha" connected → Registering agent... ✓ agent_id: "a3f1c8e7-4d2b-4a9f-b6e5-7c8d9e0f1a2b" ✓ api_key: "sk_4f7a2e...b2c3d4e5f6a7b8c9d" 76 tools ready.
Add the returned
andagent_idto your MCP client config.api_key
Option 2: OpenClaw Skill Install
clawhub install antalpha-ai-setup
Prerequisites
- An MCP-compatible client (Claude Code, Claude Desktop, Cursor, Windsurf, OpenClaw, etc.)
Step 1 — Add the MCP Server
Claude.ai (web): This cannot be done programmatically. Instruct the user to:
- Go to Customize → Connectors → Plus button → Add custom connector
- Name:
AntAlpha Skills - URL:
https://mcp-skills.ai.antalpha.com/mcp - Click Add
Claude Code (run in terminal):
claude mcp add antalpha --transport http https://mcp-skills.ai.antalpha.com/mcp
Codex (run in terminal):
codex mcp add antalpha --url https://mcp-skills.ai.antalpha.com/mcp
Claude Desktop / Cursor / Windsurf (add to MCP config file):
{ "mcpServers": { "antalpha": { "url": "https://mcp-skills.ai.antalpha.com/mcp" } } }
Gemini CLI (add to MCP config file):
{ "mcpServers": { "antalpha": { "httpUrl": "https://mcp-skills.ai.antalpha.com/mcp" } } }
OpenCode (add to MCP config file):
{ "mcp": { "antalpha": { "type": "remote", "url": "https://mcp-skills.ai.antalpha.com/mcp" } } }
OpenClaw (native Streamable HTTP support, no bridge needed):
{ "mcp": { "servers": { "antalpha": { "url": "https://mcp-skills.ai.antalpha.com/mcp" } } } }
Step 2 — Register Your Agent
After adding the server, register your agent to receive an API key:
- Ask your agent to call the registration tool
- It will return an
(UUID) and a one-timeagent_idapi_key - Save the
— it is shown only onceapi_key
About API Key Authentication:
The server currently operates in open mode — most tools work without an API key. However, we recommend registering an agent anyway because:
- Some tools (especially
with private watchlists) require authenticationsmart-money-* - Rate limits are higher for authenticated agents
- Future updates may enforce authentication for all tools
If your agent supports MCP headers, configure the
x-antalpha-agent-api-key header with the returned api_key for full access.
Step 3 — Verify
Ask your agent:
"Ping the server to verify the connection."
If it calls
test-ping and returns { "ok": true }, you're connected.
Step 4 — Get Your First Result
Try one of these prompts:
| What to Say | Tools Used |
|---|---|
| "What's the current quote for 1 ETH to USDC on Ethereum?" | |
| "Show me the latest high-confidence smart money signals" | |
| "What are the hottest crypto markets on Polymarket right now?" | |
| "Show me my Hyperliquid positions at 0x<your_wallet_address>" | |
| "Discover DeFi opportunities with low risk and APY above 5%" | |
| "Show all token balances for 0x<your_wallet_address> across every chain" | |
| "Show me my OKX account summary" | |
| "Place a spot buy for 0.01 BTC on OKX" | |
| "What are my futures positions on OKX?" | |
| "List all miners in my farm with real-time status" | |
| "Get historical hashrate for my farm" | |
Available Tools (76)
DEX Swaps (9)
| Tool | Description |
|---|---|
| Real-time DEX swap quote via 0x |
| Firm 0x quote + cyberpunk swap page HTML |
| One-shot: quote + swap page + tx data |
| List supported tokens |
| Indicative gas price from 0x probe |
| Create 1inch Fusion Dutch auction order + signing page |
| List Smart Swap orders for a wallet |
| Get order status by hash |
| Check Fusion order cancellation status |
Smart Money (5)
| Tool | Description |
|---|---|
| Trading signals from smart money wallets |
| Recent activity for a specific wallet |
| List all monitored wallets (public + private) |
| Add/remove private watchlist addresses |
| On-demand scan of private watchlist |
Polymarket / Poly Master (17)
| Tool | Description |
|---|---|
| Discover top Polymarket traders |
| Follow/unfollow a trader for copy trading |
| Copy-trading status and risk config |
| View/update risk management params |
| Copy-trading PnL report |
| List copy-trading orders |
| Trending Polymarket markets by 24h volume |
| Recently created Polymarket markets |
| Detailed info for a specific market |
| Current Polymarket positions for a wallet |
| Recent trade activity for a wallet |
| Buy outcome tokens via EIP-712 signing page |
| Sell outcome tokens via EIP-712 signing page |
| Check poly-buy/sell order status |
Hyperliquid (13)
| Tool | Description |
|---|---|
| Get asset prices (Top 10 if no coin) |
| Hyperliquid account summary |
| L2 order book depth |
| Open orders |
| Open perpetual positions |
| Funding rates sorted by magnitude |
| Pre-check sufficient balance |
| Place a limit order |
| Place a market order |
| Close position at market |
| Cancel an order |
| Set leverage |
| Place take-profit / stop-loss order |
| Modify an existing order |
DeFi Analytics (3)
| Tool | Description |
|---|---|
| Discover DeFi investment opportunities |
| Deep analysis of a DeFi product |
| Compare multiple DeFi products |
Multi-Chain Assets (2)
| Tool | Description |
|---|---|
| Aggregate token balances across all EVM chains |
| Query native balance for non-EVM chains |
CEX Trading / OKX (15)
| Tool | Description |
|---|---|
| Check OKX API credentials status |
| Save OKX API credentials |
| Verify OKX API credentials |
| OKX account summary (equity, PnL, balance) |
| Detailed per-currency balance |
| ⚠️ Place a spot order |
| ⚠️ Cancel a spot order |
| Get spot orders (pending/history) |
| ⚠️ Place a futures/swap order |
| ⚠️ Cancel a futures order |
| Current futures positions + margin alerts |
| ⚠️ Set leverage for an instrument |
| ⚠️ Close position via market order |
| Real-time ticker (price, volume, bid/ask) |
| OHLCV candlestick data |
| Order book (bids + asks) |
| List available instruments |
Bitcoin Mining / Nonce (11)
| Tool | Description |
|---|---|
| Get workspace info (connectivity check) |
| List all mining farms |
| List all Nonce Agents |
| Real-time miner status (hashrate, temp, power) |
| Historical farm metrics |
| Mining pool change records |
| Historical miner performance |
| Miner task execution history |
| List task batches |
| ⚠️ Create batch task (reboot, firmware, etc) |
| Get task batch status |
Utility (1)
| Tool | Description |
|---|---|
| Verify server connectivity |
Troubleshooting
- "Agent validation failed": Register your agent first and persist the returned
andagent_id
. Then configure theapi_key
header with yourx-antalpha-agent-api-key
.api_key - No tools available: Verify the MCP server URL is exactly
(note thehttps://mcp-skills.ai.antalpha.com/mcp
path)./mcp - Rate limited: The tool call frequency is limited per IP. Wait a moment and retry, or register an agent for higher limits.
- Smart Swap not filling: Smart Swap currently only supports
(Ethereum mainnet) withchain_id=1
. The order uses a Dutch auction mechanism — it may take 3–10 minutes to fill or auto-expire.engine=1inch - Hyperliquid write tools require a private key: Tools like
require yourhl-limit-order
(Hyperliquid private key) andagent_key
address in the input. The key is used only for signing the current request and is never stored server-side.owner - Polymarket trades use signing pages:
andpoly-buy
generate EIP-712 signing pages. Open the returnedpoly-sell
in your wallet browser to sign — your private key never leaves your wallet.preview_url - OKX tools need API credentials: Run
to configure your OKX API key, secret, and passphrase. Usecex-setup-save
to validate before trading.cex-setup-verify - Mining tools need a Nonce API key: Ensure your Nonce workspace API key is configured. Use
to verify connectivity.easy-mining-get-workspace
Maintainer: Antalpha AI Team
Registry: https://clawhub.com/skills/antalpha-ai-setup
License: MIT