← 返回 Skills 市场
adacapo21

Indigo DEX

作者 Angelos Kappos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install indigo-dex
功能描述
Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.
使用说明 (SKILL.md)

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 — Token listing and swap estimates
  • Iris Pools — Liquidity pool data from Iris
  • Balances — Wallet balances via Blockfrost

References

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?"
安全使用建议
This skill appears to be a read-only DEX explorer, but there are important gaps you should clarify before installing: (1) Blockfrost requires an API key — ask how/where that key is provided and whether it will be stored/used only for read-only queries (use a scoped, read-only key). (2) Confirm what the platform MCP tools (get_blockfrost_balances, get_steelswap_estimate, etc.) actually do and which network endpoints they call; verify they don't perform transactions or require signing keys. (3) Remove or restrict allowed-tools (Read/Glob/Grep) if you do not want the skill to be able to read local files; otherwise the agent could access files on the host. (4) Never paste private keys, seed phrases, or wallet signing material into prompts; this skill appears intended for balance and estimate queries only. If the publisher or platform can confirm where credentials come from and that only read-only, rate-limited Blockfrost keys are used, the remaining issues are likely benign.
功能分析
Type: OpenClaw Skill Name: indigo-dex Version: 1.0.0 The skill bundle provides a legitimate interface for interacting with Cardano decentralized exchanges (SteelSwap, Iris) and querying wallet balances via Blockfrost. The tools defined (e.g., get_steelswap_estimate, get_blockfrost_balances) are read-only in nature and align perfectly with the stated purpose of the skill. No evidence of malicious intent, data exfiltration, or prompt injection was found across the documentation and tool definitions.
能力评估
Purpose & Capability
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 purpose unless the platform's MCP tools need local config files. These omissions/inconsistencies reduce confidence that the declared requirements match actual runtime needs.
Instruction Scope
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; that is an important missing detail in the instruction surface.
Install Mechanism
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.
Credentials
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 disproportionate and unclear.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install indigo-dex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /indigo-dex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of indigo-dex skill for Cardano decentralized exchange integration. - Provides tools to list tokens and get swap estimates on SteelSwap. - Allows retrieval of liquidity pool data from Iris. - Enables checking wallet token balances via Blockfrost. - Includes references and example prompts for easy onboarding.
元数据
Slug indigo-dex
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Indigo DEX 是什么?

Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Indigo DEX?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install indigo-dex」即可一键安装,无需额外配置。

Indigo DEX 是免费的吗?

是的,Indigo DEX 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Indigo DEX 支持哪些平台?

Indigo DEX 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Indigo DEX?

由 Angelos Kappos(@adacapo21)开发并维护,当前版本 v1.0.0。

💬 留言讨论