TopRank Skills

Home / Claw Skills / 其他 / indigo-dex
Official OpenClaw rules 15%

indigo-dex

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 indigo-dex 技能。 若已安装,则直接安装 indigo-dex 技能。

Overview

Skill Key
adacapo21/indigo-dex
Author
adacapo21
Source Repo
openclaw/skills
Version
-
Source Path
skills/adacapo21/indigo-dex
Latest Commit SHA
b3c2cd7354246d67f9f888eeb523096e0279ee7c

Extracted Content

SKILL.md excerpt

# 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](sub-skills/steelswap.md) — Token listing and swap estimates
- [Iris Pools](sub-skills/iris-pools.md) — Liquidity pool data from Iris
- [Balances](sub-skills/balances.md) — Wallet balances via Blockfrost

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [DEX Concepts](references/concepts.md) — 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?"

Related Claw Skills