Skip to main content
Generaldvcrn

indigo-dex

Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--indigo-dex
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adacapo21--indigo-dex/skills/indigo-dex/SKILL.md -o .claude/skills/indigo-dex.md

Drops the SKILL.md into .claude/skills/indigo-dex.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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