Swap Tokens banner
joshuamoreno1 joshuamoreno1

Swap Tokens

Development community

Description

--- name: swap-tokens description: Swap tokens on a DEX (Uniswap V3 or Aerodrome) on Base. Executes pre-approved swaps only. model: sonnet --- # Swap Tokens ## CRITICAL RULE: Use MCP tools, NOT scripts **NEVER create Node/Python/bash scripts to execute swaps.** Use EXCLUSIVELY the available MCP tools: - `blockchain.*` to read on-chain data - `prices.*` to get prices - `signer.check_policy` to validate against policy - `signer.sign_and_send` to sign and send transactions The signer MCP accept

Installation

Installs to ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-swap-tokens/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-swap-tokens && curl -fsSL https://raw.githubusercontent.com/joshuamoreno1/crypto-agent-fleet/HEAD/.claude/skills/swap-tokens.md -o ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-swap-tokens/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository