ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cariciman/moltiumv2
Or

What 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

  1. "Moltium, simulate a new pump.fun deployment with a 5 SOL buy-in and verify the bonding curve state."
  2. "Run the autostrategy for the Raydium pool identified by ID [AMM_ID] and watch for price changes every 5 seconds."
  3. "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

Author@cariciman
Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cariciman-moltiumv2": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#trading#defi#pumpfun#automation
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api, code-execution