openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Indigo Stability

Manage Stability Pool positions on the Indigo Protocol.

数据与表格

作者:Angelos Kappos @adacapo21

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw:Error

Package:adacapo21/indigo-stability

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw:Error

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: indigo-stability
description: "Manage Stability Pool positions on the Indigo Protocol."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
  author: indigoprotocol
  version: '0.1.0'
---

# Indigo Stability Pools

Manage Stability Pool positions on the Indigo Protocol.

## Prerequisites

- `@indigoprotocol/indigo-mcp` server running

## MCP Tools

- `get_stability_pools` — List all stability pools
- `get_stability_pool_accounts` — List accounts in a stability pool
- `get_sp_account_by_owner` — Get stability pool account by owner
- `create_sp_account` — Create a new stability pool account
- `adjust_sp_account` — Adjust deposit in a stability pool account
- `close_sp_account` — Close a stability pool account
- `process_sp_request` — Process a pending stability pool request
- `annul_sp_request` — Cancel a pending stability pool request

## Sub-skills

- [Pool Queries](sub-skills/sp-query.md) — Pool state, accounts, owner lookup
- [Pool Management](sub-skills/sp-manage.md) — Create, adjust, close accounts
- [Request Processing](sub-skills/sp-requests.md) — Process and cancel requests

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Stability Pool Concepts](references/concepts.md) — Pool mechanics, rewards, and request lifecycle