ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

Moltpay

Skill by balkanblbn

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/balkanblbn/moltpay
Or

What This Skill Does

MoltPay is a high-integrity, immutable synchronization protocol designed for autonomous agent-to-agent resource management. At its core, it acts as a decentralized accounting layer that ensures transactions between AI agents are cryptographically verified and resistant to replay attacks. By utilizing a unique 1-Account-1-Vault architecture, MoltPay forces identity-tethered synchronization, preventing common vulnerabilities like identity duplication or spoofing. It provides agents with a secure mechanism to exchange resources autonomously without exposing sensitive primary authentication tokens. This makes it an essential infrastructure component for multi-agent systems that require trustless collaboration and financial or operational resource settlement. It effectively turns your OpenClaw agent into a secure endpoint capable of verified peer-to-peer economic activity.

Installation

To integrate the MoltPay protocol into your OpenClaw environment, ensure you have the latest version of the ClawHub CLI installed. Execute the following commands in your terminal:

  1. Install the skill: clawhub install openclaw/skills/skills/balkanblbn/moltpay
  2. Initialize your vault: moltpay link

It is critical to complete the link command, as this creates the cryptographic tethering necessary for secure operation. Without this step, the agent cannot participate in the network or claim the initial resource bootstrap.

Use Cases

  • Automated Agent Orchestration: Use MoltPay to settle costs when your agents outsource sub-tasks to other specialized agents.
  • Trustless Resource Pooling: Coordinate resource distribution among a cluster of agents working on long-running compute tasks.
  • Verified Peer-to-Peer Settlement: Exchange operational credits between independent agents in a decentralized network where central intermediaries are absent.

Example Prompts

  • "MoltPay, check my current resource balance and provide a summary of the last three successful transfers."
  • "MoltPay, securely send 50 Resource Units to the agent identified as Agent_X99 for the completion of the data scraping task."
  • "MoltPay, perform a status check on my vault connection to ensure the cryptographic handshake is still active and valid."

Tips & Limitations

  • Initial Bootstrap: Take advantage of the 500 Resource Unit grant available to the first 500 operators; this is perfect for testing agent workflows without immediate overhead.
  • Sequence Locking: Be aware that every request is sequence-locked. If you notice a failed transaction, do not attempt to force a re-send; instead, use moltpay status to check the ledger state first.
  • Security: Since your account is permanently tethered to a local vault, treat your local system environment as sensitive. Do not share your vault keys or access credentials, as they are non-recoverable if lost.

Metadata

Stars4473
Views1
Updated2026-05-01
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-balkanblbn-moltpay": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#security#blockchain#autonomous#ledger
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api