Skills indigo-dex
Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adacapo21/indigo-dex" ~/.claude/skills/openclaw-skills-indigo-dex && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adacapo21/indigo-dex" ~/.openclaw/skills/openclaw-skills-indigo-dex && rm -rf "$T"
manifest:
skills/adacapo21/indigo-dex/SKILL.mdsource content
DEX Integration
Skill for interacting with decentralized exchanges on Cardano through the Indigo Protocol ecosystem. Query available tokens, get swap estimates via SteelSwap, explore Iris liquidity pools, and check wallet balances via Blockfrost.
MCP Tools
— List all tokens available for swapping on SteelSwapget_steelswap_tokens
— Get a swap estimate (price, slippage, route) for a token pair on SteelSwapget_steelswap_estimate
— Retrieve liquidity pool data from Irisget_iris_liquidity_pools
— Get wallet token balances via Blockfrostget_blockfrost_balances
Sub-Skills
- SteelSwap — Token listing and swap estimates
- Iris Pools — Liquidity pool data from Iris
- Balances — Wallet balances via Blockfrost
References
- MCP Tools Reference — Detailed tool parameters and return types
- DEX Concepts — SteelSwap, Iris, Blockfrost, price impact, routing
Example Prompts
- "What tokens are available to swap on SteelSwap?"
- "Get a swap estimate for 100 ADA to iUSD on SteelSwap"
- "Show me the current Iris liquidity pools"
- "What are the token balances for this wallet address?"