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.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install moltmoon-agentcrypto-sdk
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
A sophisticated text-to-image pipeline that intelligently routes requests through multiple free-quota providers with automatic token rotation and prompt enhancement.

A streamlined utility to query and display USDC balances from a Fluora wallet on the Base Mainnet.

An AI-powered habit formation coach that helps users define, track, and visualize up to five personal or professional goals through intelligent coaching and data-driven feedback.

A technical utility that fixes PowerPoint font embedding failures in PDF exports by applying a subtle transparency patch to text elements.

A strategic framework designed to help organizations outpace market changes through continuous adaptation, lean operations, and data-driven experimentation.

A comprehensive framework for world-class internal and external communication across eight critical domains.








































