openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Indigo DEX

Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.

数据与表格

作者:Angelos Kappos @adacapo21

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:adacapo21/indigo-dex

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's instructions mostly match a Cardano DEX query tool, but it omits how Blockfrost credentials (and other runtime bindings) are provided and it allows filesystem-read tools that aren't justified — these mismatches warrant caution.

目的

The skill's name/description and all sub-files consistently describe DEX queries (SteelSwap, Iris, Blockfrost). However, the skill relies on Blockfrost for wallet balances (and on external DEX endpoints) yet declares no environment variables or credential requirements. Also the SKILL.md metadata lists allowed-tools: Read, Glob, Grep — filesystem access is not obviously required for read-only queries and is disproportionate to the stated purpos…

说明范围

The runtime instructions are scoped to listing tokens, getting estimates, fetching pools, and querying balances via named MCP tools. They do not instruct the agent to read system files or secrets. However, the allowed-tools metadata (Read, Glob, Grep) gives the agent the ability to read local files — a capability not used in the written workflows. The SKILL.md also references Blockfrost calls without specifying where the API key comes from; th…

安装机制

There is no install spec and no code files — this is an instruction-only skill. That minimizes install-time risk (nothing is downloaded or written to disk). The scanner had no code to analyze.

证书

The skill declares no required environment variables or primary credential, yet its workflows explicitly call Blockfrost (which requires an API key) and external DEX services. The absence of declared credentials is a mismatch: either the platform injects these secrets via MCP tool bindings (not stated), or the skill will fail / implicitly require users to supply credentials in other ways. This lack of explicit credential requirements is dispro…

持久

The skill is not always-enabled and is user-invocable (normal). It does not request persistent presence or system-wide config changes. The only notable privilege is the allowed-tools list (Read/Glob/Grep) which permits file reads if the platform honors that list — that should be reviewed, but the skill itself does not demand persistent privileges.

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: indigo-dex
description: "Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
  author: indigoprotocol
  version: '0.1.0'
---

# DEX Integration

Skill for interacting with decentralized exchanges on Cardano through the Indigo Protocol ecosystem. Query available tokens, get swap estimates via SteelSwap, explore Iris liquidity pools, and check wallet balances via Blockfrost.

## MCP Tools

- `get_steelswap_tokens` — List all tokens available for swapping on SteelSwap
- `get_steelswap_estimate` — Get a swap estimate (price, slippage, route) for a token pair on SteelSwap
- `get_iris_liquidity_pools` — Retrieve liquidity pool data from Iris
- `get_blockfrost_balances` — Get wallet token balances via Blockfrost

## Sub-Skills

- [SteelSwap](sub-skills/steelswap.md) — Token listing and swap estimates
- [Iris Pools](sub-skills/iris-pools.md) — Liquidity pool data from Iris
- [Balances](sub-skills/balances.md) — Wallet balances via Blockfrost

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [DEX Concepts](references/concepts.md) — SteelSwap, Iris, Blockfrost, price impact, routing

## Example Prompts

- "What tokens are available to swap on SteelSwap?"
- "Get a swap estimate for 100 ADA to iUSD on SteelSwap"
- "Show me the current Iris liquidity pools"
- "What are the token balances for this wallet address?"