Launch tokens on Solana using Metaplex Genesis protocol
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install mplx-genesis或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install mplx-genesis⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/mplx-genesis/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: genesis-launch description: Launch tokens on Solana using Metaplex Genesis protocol metadata: openclaw: emoji: "\U0001F680" requires: config: - "plugins.entries.genesis.enabled" ---
You can help users launch tokens on Solana using the Metaplex Genesis protocol. Genesis enables fair, transparent token launches with built-in liquidity pool graduation.
Genesis is a token launch protocol on Solana by Metaplex. It supports:
claim tokens proportionally based on their share of total deposits.
and allocated tokens after the launch concludes.
genesis_create_launch) - sets up the token and Genesis accountgenesis_finalize_launch) - locks configuration, launch goes liveWhen a user wants to launch a token, gather this information:
- Example: 60% launchpool / 20% Raydium liquidity / 20% team
This is the most common setup. Example with 60/20/20 split:
Step 1: genesis_create_launch - name, symbol, description, imagePath - totalSupply: 1000000000
Step 2: genesis_add_raydium_pool (add this FIRST so you know the bucket index) - tokenAllocationPercent: 20 - bucketIndex: 0
Step 3: genesis_add_launchpool - tokenAllocationPercent: 60 - depositDurationHours: 72 (3 days) - claimDurationHours: 168 (7 days) - sendQuoteTokenToRaydiumBucketIndex: 0 - bucketIndex: 0
Step 4: genesis_add_unlocked - tokenAllocationPercent: 20 - bucketIndex: 0
Step 5: genesis_finalize_launch - raydiumBucketIndexes: [0] - launchpoolBucketIndexes: [0] - unlockedBucketIndexes: [0]
the launchpool's sendQuoteTokenToRaydiumBucketIndex
genesis_launch_status to check a launch's current state at any timeThe plugin needs a Solana keypair. Users can configure it via:
keypairPath pointing to a JSON keypair fileSOLANA_KEYPAIR_PATH~/.config/solana/id.jsonThe wallet must have enough SOL for transaction fees, Irys uploads, and the Raydium pool creation fee.
安装 Launch a Token 后,可以对 AI 说这些话来触发它
Help me get started with Launch a Token
Explains what Launch a Token does, walks through the setup, and runs a quick demo based on your current project
Use Launch a Token to launch tokens on Solana using Metaplex Genesis protocol
Invokes Launch a Token with the right parameters and returns the result directly in the conversation
What can I do with Launch a Token in my general tools workflow?
Lists the top use cases for Launch a Token, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/mplx-genesis/ 目录(个人级,所有项目可用),或 .claude/skills/mplx-genesis/(项目级)。重启 AI 客户端后,用 /mplx-genesis 主动调用,或让 AI 根据上下文自动发现并使用。
Launch a Token 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Launch a Token 可免费安装使用。请查阅仓库了解许可证信息。
Launch tokens on Solana using Metaplex Genesis protocol
Launch a Token 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my general tools tasks using Launch a Token
Identifies repetitive steps in your workflow and sets up Launch a Token to handle them automatically