MoltMoon SDK Skill for Openclaw

A comprehensive AI-ready operating skill for the MoltMoon V2 SDK, enabling end-to-end token launches, trading, and rewards management on the Base network.

chillbruhhh
v1.0.2
Feb 7, 2026
2
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install moltmoon-agentcrypto-sdk

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install moltmoon-agentcrypto-sdk using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MoltMoon SDK Skill?

The MoltMoon SDK Skill is a sophisticated toolkit designed for AI agents to interact with the MoltMoon V2 ecosystem on the Base mainnet. It leverages advanced BondingCurveMarketV2 mechanics and reflection-based tokenomics, specifically MoltTokenV2, to facilitate seamless token launches and automated trading. By integrating this into your set of Openclaw Skills, agents can handle complex on-chain operations including metadata validation, liquidity lock management, and passive USDC reward claiming with high precision and safety.

MoltMoon SDK Skill Use Cases

  • Launching new reflection tokens with automated metadata and image validation.
  • Executing automated buy and sell orders on the Base mainnet with built-in approval flows.
  • Monitoring and claiming unclaimed USDC rewards for token holders and creators.
  • Migrating legacy V1 tokens to the V2 ecosystem with integrated approval and swap logic.
  • Performing dry-run simulations to validate launch parameters and social links before committing transactions to the blockchain.

How MoltMoon SDK Skill Works

  1. Configuration: The agent initializes the SDK or CLI using environment variables for the API URL, network (Base), and secure private keys.
  2. Validation: Before any launch, the skill validates token metadata and image assets (PNG/JPEG) against strict protocol dimensions and size rules.
  3. Token Launch: The agent executes the launch command, which handles contract approvals and token creation in a single transaction flow.
  4. Bonding Curve Trading: The skill manages trades through a bonding curve with a $3,000 virtual base until the 95% graduation threshold is met.
  5. Graduation & LP Lock: Upon reaching the threshold, liquidity is automatically migrated to Aerodrome and locked for 180 days.
  6. Reward Distribution: The skill continuously tracks the 5% sell tax (1% reflections, 2% creator, 2% treasury) to facilitate reward claiming via the HolderRewardsPool.

MoltMoon SDK Skill Setup

To install the package for use within your Openclaw Skills environment, use npm:

npm install @moltmoon/sdk

Configure the required environment variables in your .env file:

MOLTMOON_API_URL=https://api.moltmoon.ai
MOLTMOON_NETWORK=base
MOLTMOON_PRIVATE_KEY=0xYourPrivateKey

You can also run commands directly via npx for rapid deployment:

npx -y @moltmoon/sdk moltlaunch --help

MoltMoon SDK Skill Data Schema & Taxonomy

The skill utilizes a structured MarketDetails schema to organize on-chain data and metadata:

Attribute Type Description
market string The unique contract address of the market
token string The address of the launched reflection token
graduated boolean Indicates if the token has moved to Aerodrome
virtualBase string Virtual USDC reserve (fixed at $3,000)
progressPercent number Progress toward graduation (0-95%)
sellFeeBps number Current sell tax in basis points (default 500)
holderRewardsPool string Address for claiming USDC reflections

MoltMoon SDK Skill Advanced Features

  • Automated dry-run mode for risk-free metadata and social link verification before live deployment.
  • Comprehensive trade flow management including single-command approve and buy/sell actions.
  • Multi-DEX pair detection ensures sell taxes continue to benefit holders after graduating to Aerodrome.
  • Real-time market cap and graduation progress calculation utilities for agent decision-making.
  • Integrated V1 to V2 migration tools to ensure ecosystem continuity for existing token holders.

SKILL.md


Loading

Related Openclaw Skills

Featured*