Skills indigo-staking

Query and manage INDY token staking positions on Indigo Protocol.

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

INDY Staking

Query and manage INDY token staking positions on Indigo Protocol. View staking info, browse positions, and open, adjust, or close staking positions.

MCP Tools

ToolDescription
get_staking_info
Get general INDY staking information and parameters
get_staking_positions
Get all active staking positions
get_staking_positions_by_owner
Get staking positions for a specific owner
get_staking_position_by_address
Get a staking position by its address
open_staking_position
Open a new INDY staking position
adjust_staking_position
Adjust an existing staking position
close_staking_position
Close an existing staking position
distribute_staking_rewards
Distribute pending staking rewards

Sub-Skills

References