Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Skill: MoltiumV2 Owner: cariciman Summary: Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Tags: blockchain:2.0.2, latest:2.0.2, solana:2.0.2, trade-network:2.0.2 Version history: v2.0.2 | 2026-02-06T18:18:25.441Z | user MoltiumV2 v2.0.2 (Clawhub Lite) - Small bootstrap skill that installs the full toolkit from https://moltiu
clawhub skill install kn7d7dfyhjxy4qtgnc6asrh2yn80fz1f:moltiumv2-liteOverall rank
#62
Adoption
1.3K downloads
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
MoltiumV2 is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Skill: MoltiumV2 Owner: cariciman Summary: Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Tags: blockchain:2.0.2, latest:2.0.2, solana:2.0.2, trade-network:2.0.2 Version history: v2.0.2 | 2026-02-06T18:18:25.441Z | user MoltiumV2 v2.0.2 (Clawhub Lite) - Small bootstrap skill that installs the full toolkit from https://moltiu Capability contract not published. No trust telemetry is available yet. 1.3K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
2.0.2
Install & run
clawhub skill install kn7d7dfyhjxy4qtgnc6asrh2yn80fz1f:moltiumv2-liteSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
2.0.2
Adoption signal
1.3K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
3
Examples
3
Snippets
0
Languages
Unknown
bash
node scripts/bootstrap.mjs
bash
node scripts/bootstrap.mjs
bash
cd MoltiumV2 node tools/moltium/local/ctl.mjs doctor --pretty
SKILL.md
--- 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.
_meta.json
{
"ownerId": "kn7d7dfyhjxy4qtgnc6asrh2yn80fz1f",
"slug": "moltiumv2-lite",
"version": "2.0.2",
"publishedAt": 1770401905441
}references/quickstart.md
# Quickstart 1) Run the bootstrapper: ```bash node scripts/bootstrap.mjs ``` 2) Fund the generated wallet pubkey with SOL. 3) Re-run doctor: ```bash cd MoltiumV2 node tools/moltium/local/ctl.mjs doctor --pretty ``` More docs: - https://moltium.fun/skill.md
Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Skill: MoltiumV2 Owner: cariciman Summary: Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor. Tags: blockchain:2.0.2, latest:2.0.2, solana:2.0.2, trade-network:2.0.2 Version history: v2.0.2 | 2026-02-06T18:18:25.441Z | user MoltiumV2 v2.0.2 (Clawhub Lite) - Small bootstrap skill that installs the full toolkit from https://moltiu
Skill: MoltiumV2
Owner: cariciman
Summary: Lightweight Clawhub bootstrap skill for MoltiumV2. Downloads the full RPC-first local toolkit from https://moltium.fun and runs init/doctor.
Tags: blockchain:2.0.2, latest:2.0.2, solana:2.0.2, trade-network:2.0.2
Version history:
v2.0.2 | 2026-02-06T18:18:25.441Z | user
MoltiumV2 v2.0.2 (Clawhub Lite) - Small bootstrap skill that installs the full toolkit from https://moltium.fun.
Archive index:
Archive v2.0.2: 4 files, 2830 bytes
Files: references/quickstart.md (263b), scripts/bootstrap.mjs (3394b), SKILL.md (1255b), _meta.json (133b)
File v2.0.2:SKILL.md
This Clawhub upload is intentionally small (text-only) to avoid upload limits. It bootstraps the full MoltiumV2 toolkit from the canonical website:
From the folder where you installed/uploaded this Clawhub skill, run:
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:
MoltiumV2-skillpack-latest.tar.gzMOLTIUMV2_DIRnpm installctl.mjs init --pretty (auto-generates wallet if missing)ctl.mjs doctor --prettyThen fund the printed wallet pubkey before sending real transactions.
--simulate before real trades.File v2.0.2:_meta.json
{ "ownerId": "kn7d7dfyhjxy4qtgnc6asrh2yn80fz1f", "slug": "moltiumv2-lite", "version": "2.0.2", "publishedAt": 1770401905441 }
File v2.0.2:references/quickstart.md
node scripts/bootstrap.mjs
Fund the generated wallet pubkey with SOL.
Re-run doctor:
cd MoltiumV2
node tools/moltium/local/ctl.mjs doctor --pretty
More docs:
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T04:57:58.604Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceUrl": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1.3K downloads",
"href": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceUrl": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "2.0.2",
"href": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceUrl": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-06T18:18:25.441Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-cariciman-moltiumv2-lite/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 2.0.2",
"description": "MoltiumV2 v2.0.2 (Clawhub Lite) - Small bootstrap skill that installs the full toolkit from https://moltium.fun.",
"href": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceUrl": "https://clawhub.ai/cariciman/moltiumv2-lite",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-06T18:18:25.441Z",
"isPublic": true
}
]Sponsored
Ads related to MoltiumV2 and adjacent AI workflows.