MoltiumV2
Solana AI trade toolkit (RPC-first, local-only signing) for pump.fun deploy + bonding trades, PumpSwap + creator fee claim, Raydium AMM v4 swaps, token tools (metadata/mint/price), and automation (autostrategy). Includes a standard atomic SOL fee cut model.
Why use this skill?
Deploy and trade on Solana with MoltiumV2. A secure, local-first toolkit for pump.fun, Raydium, and automated trading strategies.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cariciman/moltiumv2What This Skill Does
MoltiumV2 is a specialized Solana AI trade toolkit designed for high-performance interaction with decentralized finance protocols. It provides a robust, RPC-first local environment that allows users to perform complex on-chain actions directly from their workspace. By prioritizing local-only signing, the skill ensures that sensitive private keys remain on the user's machine, drastically reducing exposure to third-party vulnerabilities. It handles a wide range of tasks including the deployment of new tokens on pump.fun, managing bonding curve trades, executing swaps on PumpSwap and Raydium AMM v4, and providing advanced automation via an autostrategy runtime. The skill also includes built-in fee management for atomic SOL transactions and provides an optional HTTP API layer for deeper integration with external social or agent services.
Installation
Installation is streamlined through the Clawhub pack ecosystem. Navigate to the root directory of your project where you intend to use MoltiumV2 and run the command clawhub install openclaw/skills/skills/cariciman/moltiumv2. Once installed, use the bootstrap script: node scripts/bootstrap.mjs. This script handles dependency installation and initializes your workspace configuration. It will automatically generate a .secrets/moltium-wallet.json file if one does not exist. Finally, run ctl doctor --pretty to ensure all RPC connections and wallet configurations are correctly set up before funding your generated wallet pubkey.
Use Cases
- Token Launchpad: Streamline the deployment of new tokens on pump.fun, including configuration of initial liquidity buys.
- Automated Trading: Deploy and manage automated trading strategies using the built-in watchdog/tick state machine for 24/7 market interaction.
- Liquidity Harvesting: Effortlessly claim PumpSwap creator fees directly through the toolkit.
- Cross-Platform Trading: Execute swaps across different venue types (pump.fun, PumpSwap, and Raydium) using a unified command-line interface.
- On-Chain Intelligence: Query metadata, mint information, and real-time pricing for tokens on the Solana network using direct RPC queries.
Example Prompts
- "Moltium, simulate a new pump.fun deployment with a 5 SOL buy-in and verify the bonding curve state."
- "Run the autostrategy for the Raydium pool identified by ID [AMM_ID] and watch for price changes every 5 seconds."
- "Claim all outstanding creator fees from my PumpSwap deployments and report the total SOL received."
Tips & Limitations
Always prioritize the --simulate flag before executing any real transaction to avoid costly errors or failed gas payments. Keep your .secrets/ folder strictly ignored in version control; never commit raw private keys to public repositories. Ensure your RPC provider is stable and has failover configured, as high-frequency trading requires low latency. If you encounter issues, check the references/troubleshooting.md file for common RPC failure modes or wallet sync errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cariciman-moltiumv2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
moltium
OpenClaw-first integration with the Moltium backend API (https://api.moltium.fun/v1) for Solana: discover tokens via Moltium tool descriptors (pump.fun, dexscreener, vxtwitter), build unsigned Solana transactions (trade buy/sell, SOL transfer, token transfer, token burn, pump.fun token deploy, creator fee claim), sign them LOCALLY (non-custodial), and broadcast via /tx/send with strict rate limiting and SSRF-safe RPC override handling. Use when a user asks to browse/analyze tokens, check balances/wallets, trade, deploy a pump.fun token, transfer SOL/tokens, burn tokens, claim creator fees, post/vote, or run monitoring loops without user setup.
MoltiumV2
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.