← 返回 Skills 市场
marciano147

KaspaCom LFG MCP

作者 marciano147 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kaspacom-lfg-mcp
功能描述
Use KaspaCom LFG Launchpad through the KaspaCom DeFi MCP/CLI for launch discovery and launch-token trading on IGRA and Kasplex. Trigger on active launch look...
使用说明 (SKILL.md)

KaspaCom LFG MCP

Focused skill for KaspaCom LFG Launchpad via MCP/CLI.

Install

npm i -g @kaspacom/defi-mcp

Read-only examples

kaspacom-defi getActiveLaunches --network kasplex
kaspacom-defi getProtocolInfo --network kasplex

Transaction examples

kaspacom-defi buyLaunchToken --token 0xTOKEN --amountIn 100 --network kasplex
kaspacom-defi sellLaunchToken --token 0xTOKEN --amountIn 1000000 --network kasplex

Best for

  • Active launch discovery
  • Bonding curve token access
  • Launchpad buy/sell flows
  • AI-agent launchpad integrations
安全使用建议
Before installing or using this skill: (1) Verify the npm package @kaspacom/defi-mcp exists on the public registry and inspect its source repository (look for README, owner, recent commits, and absence of suspicious install scripts). (2) Do NOT run buy/sell commands until you know how the CLI signs transactions — ask the author which environment variables or wallet files are required and where private keys are stored or prompted for. (3) Prefer testing read-only commands first and run any install in an isolated environment or container. (4) If you must provide keys, use a limited-purpose account with minimal funds and hardware-backed keys where possible. (5) Additional information that would change this assessment: a published package homepage/repo, a manifest showing required env vars (e.g., PRIVATE_KEY, RPC_URL), or explicit instructions on safe key handling and network endpoints.
功能分析
Type: OpenClaw Skill Name: kaspacom-lfg-mcp Version: 0.1.0 The skill bundle provides instructions for using the KaspaCom DeFi MCP/CLI to interact with the KaspaCom LFG Launchpad. It includes standard installation commands (npm i -g @kaspacom/defi-mcp) and typical CLI usage examples for blockchain token discovery and trading. No malicious logic, data exfiltration, or prompt injection attempts were identified in SKILL.md or _meta.json.
能力标签
crypto
能力评估
Purpose & Capability
The name/description match the SKILL.md examples (discovery and buy/sell on KaspaCom/Kasplex). However, the skill shows transaction commands that necessarily require signing keys or a wallet and RPC/provider configuration — none of which are declared in the skill's requirements or described in the instructions. That missing credential/config requirement is disproportionate to what the manifest lists and creates an incoherence.
Instruction Scope
The SKILL.md tells the agent to globally install an npm package and run CLI commands including buyLaunchToken/sellLaunchToken. These are potentially fund-moving actions. The instructions do not explain how to provide or protect private keys, which account will be used, or which RPC endpoints will be contacted. The scope is therefore incomplete and could lead to accidental transactions or credential exposure.
Install Mechanism
There is no formal install spec in the registry metadata, but SKILL.md recommends `npm i -g @kaspacom/defi-mcp`. Installing a global npm package is plausible for this purpose, but it is an external package (not tied to a vetted URL in the manifest) and npm packages can run install-time scripts. This increases risk slightly versus an instruction-only skill that never touches external packages.
Credentials
The skill declares no required environment variables or credentials, yet the runtime examples imply the need for account private keys, wallet access, and network/RPC configuration. Requiring no env vars is disproportionate and ambiguous; the skill should explicitly declare what secrets/config are necessary and where they are read from.
Persistence & Privilege
The skill does not request always:true, has no install spec that writes persistent files on its own in the registry metadata, and does not claim to modify other skills or system-wide agent settings. Autonomous invocation remains possible (default), but that is normal and not in itself an extra privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kaspacom-lfg-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kaspacom-lfg-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
Slug kaspacom-lfg-mcp
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

KaspaCom LFG MCP 是什么?

Use KaspaCom LFG Launchpad through the KaspaCom DeFi MCP/CLI for launch discovery and launch-token trading on IGRA and Kasplex. Trigger on active launch look... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 KaspaCom LFG MCP?

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

KaspaCom LFG MCP 是免费的吗?

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

KaspaCom LFG MCP 支持哪些平台?

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

谁开发了 KaspaCom LFG MCP?

由 marciano147(@marciano147)开发并维护,当前版本 v0.1.0。

💬 留言讨论