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.mdsource 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
| Tool | Description |
|---|---|
| Get general INDY staking information and parameters |
| Get all active staking positions |
| Get staking positions for a specific owner |
| Get a staking position by its address |
| Open a new INDY staking position |
| Adjust an existing staking position |
| Close an existing staking position |
| Distribute pending staking rewards |
Sub-Skills
- Staking Queries — Query staking info and positions
- Staking Management — Open, adjust, and close positions
- Staking Rewards — Distribute staking rewards
References
- MCP Tools Reference — Detailed tool parameters and return types
- Staking Concepts — INDY staking mechanics, rewards, and governance