ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

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

What 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

  1. 'Run the MoltiumV2 bootstrap process and confirm my local toolkit environment is healthy.'
  2. 'Check the current status of my wallet address in the MoltiumV2 directory and run a diagnostic check.'
  3. '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

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-lite": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#moltium#bootstrap#rpc#defi#toolkit
Safety Score: 3/5

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