moltbank
Manage treasury balances, payment drafts, approvals, and x402 actions through the MoltBank CLI or local MCP bridge.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/capuzr/moltbankMoltBank Skill For AI Agents
Use MoltBank for:
- authentication pairing
- treasury balance reads
- pending approval reads
- payment drafting
- x402 discovery and one-shot auto-pay actions
Preferred Execution Order
- If MCP tools are available, use MCP first.
- If MCP tools are unavailable, discover exact CLI contract first:
moltbank tools list --jsonmoltbank schema --jsonmoltbank schema <command> --json- or command
--help
- Execute CLI commands with
--json.
Hard Rule
Do not guess flags, argument names, or tool input shapes from memory.
Always discover exact usage on demand from MCP tool schemas or CLI schema/help.
When using moltbank schema --json, use command name for CLI execution. Do not execute id values (for example moltbank_*) as terminal commands.
When the user asks "what tools/functions can I use", run moltbank tools list --json and answer from that output.
Join / Bootstrap Sequence
When the user asks to "join MoltBank" or to follow setup instructions:
Runtime isolation rule:
- Do not use another runtime's skill manager (for example OpenClaw) to verify or install the skill for the current runtime. Each runtime is independent.
- Use only the current runtime's native skill mechanism:
- If current runtime is OpenClaw: run
openclaw skills list - If current runtime is skills.sh-compatible (for example Claude Code, Codex, Hermes, or Manus when
npx skillsis available): runnpx skills ls - If runtime capability is unclear, ask the user which runtime should be configured before running any skill-manager command.
- If current runtime is OpenClaw: run
- Treat the skill as installed only when the current runtime reports it as ready/active.
- If the skill is missing or not ready, and the user explicitly approves setup, use the current runtime's installer:
- OpenClaw example:
openclaw skills install moltbank, then confirm withopenclaw skills list(moltbankmust be✓ ready) - skills.sh example (including Claude Code, Codex, Hermes, or Manus when compatible):
npx skills add moltbankhq/moltbank-skill
- OpenClaw example:
- Check CLI availability with
moltbank --version. - If CLI is missing and the user explicitly approves setup, install the CLI:
npm install -g @moltbankhq/cli
- Continue auth flow (
moltbank auth begin --jsonthenmoltbank auth poll --jsonafter user approval). - Verify final state with
moltbank whoami --json. - If you run
moltbank doctor --jsonand it fails, report exact failing checks; do not claim "all good". - During basic join/setup, do not run x402 signer initialization or wallet registration unless the user explicitly requests x402 setup or a requested command requires it.
Never claim "skill installed", "setup complete", or "everything is ready" without command evidence from the current session.
Authentication (Chat-Driven Flow)
If credentials are missing or unauthorized, prefer completing login through chat guidance.
Use this recommended chat flow:
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-capuzr-moltbank": {
"enabled": true,
"auto_update": true
}
}
}