技能详情(站内镜像,无评论)
作者:Angelos Kappos @adacapo21
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 116 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw:Error
Package:adacapo21/indigo-cdp
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw:Error
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Indigo Loan」。简介:Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adacapo21/indigo-cdp/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: indigo-cdp
description: "Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
author: indigoprotocol
version: '0.1.0'
---
# Indigo CDP & Loan Management
Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.
## Prerequisites
- `@indigoprotocol/indigo-mcp` server running
## MCP Tools
- `open_cdp` — Open a new CDP
- `deposit_cdp` — Deposit collateral into a CDP
- `withdraw_cdp` — Withdraw collateral from a CDP
- `close_cdp` — Close a CDP and reclaim collateral
- `mint_cdp` — Mint iAssets against a CDP
- `burn_cdp` — Burn iAssets to reduce CDP debt
- `analyze_cdp_health` — Check CDP health and liquidation risk
- `liquidate_cdp` — Liquidate an unhealthy CDP
- `redeem_cdp` — Redeem iAssets against a CDP
- `freeze_cdp` — Freeze a CDP
- `merge_cdps` — Merge multiple CDPs into one
- `leverage_cdp` — Open a leveraged CDP position via ROB
- `get_all_cdps` — List all CDPs
- `get_cdps_by_owner` — List CDPs by owner
- `get_cdps_by_address` — List CDPs by address
## Sub-skills
- [CDP Basics](sub-skills/cdp-basics.md) — Open, deposit, withdraw, close
- [Mint & Burn](sub-skills/cdp-mint-burn.md) — Mint and burn iAssets
- [CDP Health](sub-skills/cdp-health.md) — Analyze health, liquidation risk
- [Liquidation](sub-skills/cdp-liquidation.md) — Liquidate, redeem, freeze, merge
- [Leverage](sub-skills/cdp-leverage.md) — Leveraged CDP via ROB
## References
- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [CDP Concepts](references/concepts.md) — Collateral ratios, liquidation, iAssets, and more