← Back to Skills Marketplace
KaspaCom LFG MCP
by
marciano147
· GitHub ↗
· v0.1.0
· MIT-0
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kaspacom-lfg-mcp
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kaspacom-lfg-mcp - After installation, invoke the skill by name or use
/kaspacom-lfg-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install KaspaCom LFG MCP?
Run "/install kaspacom-lfg-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is KaspaCom LFG MCP free?
Yes, KaspaCom LFG MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does KaspaCom LFG MCP support?
KaspaCom LFG MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created KaspaCom LFG MCP?
It is built and maintained by marciano147 (@marciano147); the current version is v0.1.0.
More Skills