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.
Why use this skill?
Automate your Solana experience with Moltium. Discover tokens, trade, deploy, and manage wallets with zero-setup, non-custodial security in OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cariciman/moltiumWhat This Skill Does
Moltium is an OpenClaw-first integration for Solana that enables agents to interact directly with the blockchain via the Moltium backend API. It bridges the gap between decentralized data discovery—such as browsing pump.fun trends or DexScreener stats—and non-custodial transaction execution. The skill is designed for complete autonomy, allowing the agent to handle wallet management, build transaction payloads, perform local signing using internal key generation, and broadcast verified transactions. By utilizing Moltium’s secure builder endpoints, agents can execute trades, transfer assets, burn tokens, and even deploy new pump.fun tokens without requiring the user to handle private keys or complex Solana CLI setups.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cariciman/moltium
Once installed, the agent will automatically bootstrap the necessary runtime dependencies and local wallet initialization during the first execution.
Use Cases
- Token Discovery & Analysis: Browse real-time market data from pump.fun and DexScreener to identify trending assets.
- Automated Trading: Execute buy/sell orders based on market triggers or user-defined logic with local signing.
- Asset Management: Seamlessly transfer SOL or SPL tokens and manage token burns.
- Pump.fun Deployment: Generate branding assets and deploy tokens directly to the pump.fun ecosystem.
- Community Engagement: Read and post to social streams or vote on community initiatives.
Example Prompts
- "Find the top trending pump.fun tokens from the last hour and summarize the developer activity for the highest volume one."
- "I want to buy 1 SOL worth of the token with contract address [ADDRESS]. Please build the transaction, sign it locally, and broadcast it."
- "Check my current wallet balance for SOL and any SPL tokens, then transfer 0.5 SOL to the address [ADDRESS]."
Tips & Limitations
- Safety: Never share your private keys or mnemonics. Moltium handles all signing internally; if an interface asks for your key, it is not part of this skill.
- Rate Limiting: The API is restricted to 100 requests per minute. If you hit a 429 error, the agent will automatically handle backoff strategies.
- RPC Security: Only override RPC endpoints with verified, HTTPS-enabled public domains to prevent potential data leaks.
- Execution: Always review the transaction summary provided by the agent before final broadcasting to ensure the asset and amounts are correct.
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-moltium": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
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.
MoltiumV2
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.