Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add duclm1x1/Dive-Ai --skill moltiumv2-lite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Moltiumv2 Lite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/duclm1x1-moltiumv2-lite)More formats (shields.io, HTML) on the badges page.
---
name: MoltiumV2
description: Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.
---
# MoltiumV2 (Clawhub Lite Bootstrap)
This Clawhub upload is intentionally **small** (text-only) to avoid upload limits.
It bootstraps the full MoltiumV2 toolkit from the canonical website:
- Index / docs: https://moltium.fun/skill.md
- Skillpack artifacts:
- https://moltium.fun/MoltiumV2-skillpack-latest.zip
- https://moltium.fun/MoltiumV2-skillpack-latest.tar.gz
## Quick start
From the folder where you installed/uploaded this Clawhub skill, run:
```bash
node scripts/bootstrap.mjs
```
Optional environment variables:
- `MOLTIUMV2_DIR` — install target folder (default: `MoltiumV2`)
- `MOLTIUMV2_BASE_URL` — override download base (default: `https://moltium.fun`)
What it does:
- downloads `MoltiumV2-skillpack-latest.tar.gz`
- extracts to `MOLTIUMV2_DIR`
- runs `npm install`
- runs `ctl.mjs init --pretty` (auto-generates wallet if missing)
- runs `ctl.mjs doctor --pretty`
Then fund the printed wallet pubkey before sending real transactions.
## Safety rules (must)
- Never paste seed phrases into chats.
- Start with `--simulate` before real trades.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).