openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Indigo Staking

Query and manage INDY token staking positions on Indigo Protocol.

数据与表格

作者:Angelos Kappos @adacapo21

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 113 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw:Error

Package:adacapo21/indigo-staking

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw:Error

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Indigo Staking」。简介:Query and manage INDY token staking positions on Indigo Protocol.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adacapo21/indigo-staking/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: indigo-staking
description: "Query and manage INDY token staking positions on Indigo Protocol."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
  author: indigoprotocol
  version: '0.1.0'
---

# 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