Skills indigo-assets

Query real-time prices and data for Indigo Protocol iAssets, ADA, and INDY tokens.

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-assets" ~/.claude/skills/openclaw-skills-indigo-assets && 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-assets" ~/.openclaw/skills/openclaw-skills-indigo-assets && rm -rf "$T"
manifest: skills/adacapo21/indigo-assets/SKILL.md
source content

iAsset Prices & Data

Query real-time prices and data for Indigo Protocol iAssets (iUSD, iBTC, iETH, iSOL), ADA, and INDY tokens.

MCP Tools

ToolDescription
get_assets
Get all Indigo iAssets with prices and interest data
get_asset
Get details for a specific iAsset (iUSD, iBTC, iETH, iSOL)
get_asset_price
Get the current price for a specific iAsset
get_ada_price
Get the current ADA price in USD
get_indy_price
Get the current INDY token price in ADA and USD

Sub-Skills

References