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.md
source 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

  • get_steelswap_tokens
    — List all tokens available for swapping on SteelSwap
  • get_steelswap_estimate
    — Get a swap estimate (price, slippage, route) for a token pair on SteelSwap
  • get_iris_liquidity_pools
    — Retrieve liquidity pool data from Iris
  • get_blockfrost_balances
    — Get wallet token balances via Blockfrost

Sub-Skills

  • SteelSwap — Token listing and swap estimates
  • Iris Pools — Liquidity pool data from Iris
  • Balances — Wallet balances via Blockfrost

References

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?"