TopRank Skills

Home / Claw Skills / Autres / indigo-staking
Official OpenClaw rules 15%

indigo-staking

Query and manage INDY token staking positions on Indigo Protocol.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

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

Extracted Content

SKILL.md excerpt

# 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_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

- [Staking Queries](sub-skills/staking-query.md) — Query staking info and positions
- [Staking Management](sub-skills/staking-manage.md) — Open, adjust, and close positions
- [Staking Rewards](sub-skills/staking-rewards.md) — Distribute staking rewards

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Staking Concepts](references/concepts.md) — INDY staking mechanics, rewards, and governance

Related Claw Skills