MoltiumV2
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.
Why use this skill?
Deploy the full MoltiumV2 toolkit easily with the MoltiumV2 bootstrap skill. A secure, RPC-first environment for advanced OpenClaw agent automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cariciman/moltiumv2-liteWhat This Skill Does
MoltiumV2 is a lightweight bootstrap skill designed specifically for the OpenClaw agent ecosystem. Its primary function is to serve as a high-efficiency gateway to the complete MoltiumV2 toolkit. Because OpenClaw often imposes strict upload limits on skill packages, MoltiumV2 uses a 'lite-bootstrap' strategy. Instead of including the entire complex codebase directly in the Clawhub, it delivers a clean, text-only infrastructure that manages the secure download and deployment of the full MoltiumV2 runtime environment from the official source, https://moltium.fun. By running the included bootstrap script, the agent handles the extraction, dependency resolution, and initial environment configuration, ensuring that your local installation is always synchronized with the most recent version of the toolkit.
Installation
To integrate MoltiumV2 into your OpenClaw environment, execute the following command in your terminal within the appropriate directory:
clawhub install openclaw/skills/skills/cariciman/moltiumv2-lite
Once the repository is synced, navigate to the newly created folder and initialize the environment by running:
node scripts/bootstrap.mjs
The script will automatically detect your environment, install necessary npm dependencies, generate a fresh wallet for your transactions, and run a health check (doctor) to verify that your system is fully prepared for operations. You may customize the installation path using the MOLTIUMV2_DIR environment variable.
Use Cases
MoltiumV2 is intended for developers and power users who need a robust, RPC-first local agent toolkit. It is ideal for users who perform frequent on-chain interactions and require a reliable automated environment that prioritizes speed and security. Whether you are automating portfolio monitoring, running advanced trading strategies, or simply interacting with protocols supported by the Moltium ecosystem, this skill provides the underlying framework required to execute these tasks with high reliability and low latency.
Example Prompts
- 'Run the MoltiumV2 bootstrap process and confirm my local toolkit environment is healthy.'
- 'Check the current status of my wallet address in the MoltiumV2 directory and run a diagnostic check.'
- 'Execute a simulated trade using the MoltiumV2 toolkit to ensure my configurations are correct before going live.'
Tips & Limitations
Always prioritize using the --simulate flag when testing new configurations or interacting with smart contracts for the first time. This safety measure prevents accidental loss of funds due to misconfigured RPC calls. Remember that this skill only downloads the binaries; ensure your system has Node.js and npm installed before attempting the bootstrap process. Never share your private keys or seed phrases. If you encounter errors during initialization, rerun ctl.mjs doctor to get a detailed diagnostic report.
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-lite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
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.
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.