← 返回 Skills 市场
KaspaCom DEX MCP
作者
marciano147
· GitHub ↗
· v0.1.0
· MIT-0
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kaspacom-dex-mcp
功能描述
Use KaspaCom DEX through the KaspaCom DeFi MCP/CLI for pair discovery, token pricing, swaps, and liquidity management on IGRA and Kasplex. Trigger on request...
使用说明 (SKILL.md)
KaspaCom DEX MCP
Focused skill for KaspaCom DEX via MCP/CLI.
Install
npm i -g @kaspacom/defi-mcp
Read-only examples
kaspacom-defi getPairs --network igra
kaspacom-defi getTokenPrice --token WKAS --quoteToken USDC --network kasplex
Transaction examples
kaspacom-defi swap --tokenIn USDC --tokenOut WKAS --amountIn 100 --network igra
kaspacom-defi addLiquidity --tokenA WKAS --tokenB USDC --amountA 100 --amountB 42 --network igra
kaspacom-defi removeLiquidity --tokenA WKAS --tokenB USDC --lpAmount 10 --network igra
Best for
- Pair lookup
- Price checks
- Swaps
- LP management
- Agent-driven DEX access on Kaspa L2s
安全使用建议
Do not install or run this CLI blindly. Verify the npm package publisher and repository (inspect the package source on npm/GitHub) before installing; prefer installing in a sandbox or container rather than globally; confirm how the CLI obtains private keys or RPC endpoints (explicit env vars, hardware wallet, or WalletConnect are preferable over automatic local key access). If you plan to allow transactions, use a dedicated wallet with minimal funds and explicit, documented key handling. Require the skill to document exactly which files/paths and environment variables it will access; without that, treat the skill as risky for making on-chain transactions. If you only need read-only features, restrict the agent to those commands and avoid providing signing credentials.
功能分析
Type: OpenClaw Skill
Name: kaspacom-dex-mcp
Version: 0.1.0
The skill bundle provides instructions for an AI agent to interact with the KaspaCom DEX using the '@kaspacom/defi-mcp' npm package. It includes standard commands for token swaps, price checks, and liquidity management on the Kaspa network. No evidence of malicious intent, data exfiltration, or prompt injection was found in the SKILL.md or metadata files.
能力标签
能力评估
Purpose & Capability
Name and description align with installing and using a Kaspa DEX CLI (@kaspacom/defi-mcp) for pair discovery, pricing, swaps and liquidity management — requiring a CLI package is reasonable for this purpose. However, the SKILL.md does not declare or document any credential, RPC, or wallet requirements that are necessary for transaction commands, which is an omission.
Instruction Scope
SKILL.md tells the agent to globally install an npm CLI and shows both read-only and transaction examples (swap, add/remove liquidity). The runtime instructions do not describe how to provide signing keys, which files/paths the CLI will access, whether it will prompt for passwords, or whether it will contact external endpoints beyond Kaspa L2s. Transaction examples imply the skill will cause on-chain changes, but there is no guardrail or explicit credential handling described.
Install Mechanism
Installation is via 'npm i -g @kaspacom/defi-mcp' (public npm). Using npm is expected for a JS CLI but carries moderate risk: the package publisher and repository are not provided, and a global install can affect system PATH. No direct downloads or arbitrary URLs are recommended, which lowers the install risk compared to arbitrary archives, but you should validate the package source before installing.
Credentials
The skill declares no required environment variables or credentials, yet it includes transaction operations that must be signed. This mismatch is concerning: the CLI will likely require a private key, wallet file, or RPC credentials, but the skill gives no instructions on where these are stored or how to restrict them. That could lead to the CLI/agent accessing local wallet files or environment secrets unexpectedly.
Persistence & Privilege
The skill is not forced-always and is user-invocable, which is appropriate. Autonomous model invocation is allowed by default; combined with transaction-capable commands and the missing credential guidance, this increases the risk that the agent could perform transactions if it obtains signing ability. It does not request persistent system-wide configuration explicitly.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kaspacom-dex-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/kaspacom-dex-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
常见问题
KaspaCom DEX MCP 是什么?
Use KaspaCom DEX through the KaspaCom DeFi MCP/CLI for pair discovery, token pricing, swaps, and liquidity management on IGRA and Kasplex. Trigger on request... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 KaspaCom DEX MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kaspacom-dex-mcp」即可一键安装,无需额外配置。
KaspaCom DEX MCP 是免费的吗?
是的,KaspaCom DEX MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
KaspaCom DEX MCP 支持哪些平台?
KaspaCom DEX MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 KaspaCom DEX MCP?
由 marciano147(@marciano147)开发并维护,当前版本 v0.1.0。
推荐 Skills