← Back to Skills Marketplace
Launch a Token
by
blockiosaurus
· GitHub ↗
· v0.1.0
1597
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mplx-genesis
Description
Launch tokens on Solana using Metaplex Genesis protocol
Usage Guidance
This skill's instructions will cause the agent to use a Solana wallet keypair to sign transactions, pay for Arweave uploads, and create liquidity pools — actions that spend your SOL and depend on a private key file. The registry metadata does not declare any required credentials, yet the SKILL.md references SOLANA_KEYPAIR_PATH and the default keypair path (~/.config/solana/id.json). Before installing or invoking this skill: (1) do not provide your primary or high-value wallet — use a dedicated, funded test wallet with minimal SOL; (2) confirm how the agent will be prompted to access the keyfile (should require explicit user consent at each use); (3) remove or avoid setting SOLANA_KEYPAIR_PATH with any sensitive key while experimenting; (4) prefer a skill that explicitly declares required env vars/credentials and documents how it handles keys; (5) because the source/homepage is unknown, exercise extra caution — verify the author or request the skill's code/instructions be made auditable before trusting it with any real funds.
Capability Analysis
Type: OpenClaw Skill
Name: mplx-genesis
Version: 0.1.0
The skill bundle is classified as benign. The `SKILL.md` file transparently describes a high-risk operation: launching tokens on Solana, which inherently requires access to a Solana keypair and involves spending SOL for transaction fees and liquidity pool creation. The instructions clearly outline the necessary configurations, including `keypairPath` and `SOLANA_KEYPAIR_PATH`, which are essential for the skill's stated purpose. There is no evidence of prompt injection attempting to subvert the agent, exfiltrate data, establish persistence, or perform actions beyond the legitimate scope of token launching.
Capability Assessment
Purpose & Capability
The name/description and the SKILL.md consistently describe launching tokens via Metaplex Genesis (creating launches, buckets, finalizing, Raydium pool). The declared required config path (plugins.entries.genesis.enabled) is plausible for a plugin toggle, but otherwise the claimed purpose aligns with the instructions.
Instruction Scope
The runtime instructions explicitly require access to a Solana keypair (via plugin config keypairPath, SOLANA_KEYPAIR_PATH environment variable, or default ~/.config/solana/id.json). They instruct the agent to sign transactions, upload metadata to Arweave (Irys), and pay fees from that wallet. Those are powerful actions (spending SOL, writing data externally) and the SKILL.md gives the agent direct authority to use the keypair path — but the skill metadata did not declare any required environment variables or explicitly describe how credential access will be requested/approved at runtime.
Install Mechanism
No install spec and no code files — low disk footprint and nothing is downloaded or written by an installer. The security surface is entirely the instruction set (SKILL.md).
Credentials
Although the skill uses a private key to sign transactions, requires.env lists none and primary credential is none. The SKILL.md references SOLANA_KEYPAIR_PATH and a default keypair file ( ~/.config/solana/id.json ) — both are sensitive and should have been declared. The skill therefore requests/assumes access to secrets (private key file) without declaring or justifying that in the registry metadata.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. It does assume plugin configuration (plugins.entries.genesis.enabled) but does not request permanent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mplx-genesis - After installation, invoke the skill by name or use
/mplx-genesis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release with core Metaplex Genesis launch features:
- Enables users to launch tokens on Solana using the Metaplex Genesis protocol.
- Supports LaunchPool (fair token distribution), Unlocked Buckets, and Raydium liquidity pool graduation.
- Step-by-step guidance for creating launches, configuring allocation splits, and finalizing token launches.
- Provides thorough documentation on lifecycle, configuration, wallet setup, and important usage notes.
Metadata
Frequently Asked Questions
What is Launch a Token?
Launch tokens on Solana using Metaplex Genesis protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 1597 downloads so far.
How do I install Launch a Token?
Run "/install mplx-genesis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Launch a Token free?
Yes, Launch a Token is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Launch a Token support?
Launch a Token is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Launch a Token?
It is built and maintained by blockiosaurus (@blockiosaurus); the current version is v0.1.0.
More Skills