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

moltpay

A secure wallet provisioning service that empowers AI agents to participate in the decentralized economy.

Why use this skill?

MoltPay enables AI agents to securely participate in the decentralized economy by providing local, private, and auditable wallet provisioning for blockchain transactions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hiveyuan/moltpay-skill
Or

What This Skill Does

MoltPay acts as a foundational infrastructure layer for autonomous AI agents, enabling them to interface with the decentralized economy. Unlike centralized payment gateways, MoltPay provides a secure, privacy-first framework for agents to generate and manage blockchain wallets locally. By leveraging standard, battle-tested cryptographic libraries like eth-account and solders, it ensures that private keys never leave the agent's environment. The skill functions as a configuration service, providing the agent with the necessary instructions and parameters to initialize wallets for various blockchains, effectively turning an AI agent into an independent economic participant.

Installation

To integrate this capability into your OpenClaw agent, execute the following command in your terminal: clawhub install openclaw/skills/skills/hiveyuan/moltpay-skill Once installed, you should integrate the heartbeat routine provided in the documentation into your agent's main loop. This ensures your agent is aware of the latest supported blockchain protocols and maintains its configuration state without requiring manual intervention.

Use Cases

  • Automated Service Payments: Allow your agent to pay for compute resources, storage, or API credits automatically when funds run low.
  • Decentralized Marketplaces: Enable the agent to participate in ecosystems like MoltWork, receiving payments for tasks completed or data processed.
  • Cross-Chain Transactions: Simplify the setup process for managing diverse assets across multiple blockchain networks.
  • Autonomous Micro-transactions: Facilitate high-frequency, low-value payments that would be inefficient for humans to manage manually.

Example Prompts

  1. "MoltPay, check if my agent has an active Ethereum wallet configured and display the current address."
  2. "I need to pay for an API subscription. Use MoltPay to generate a new Solana wallet address for me to fund."
  3. "List all blockchain wallets currently managed by my agent and their respective statuses."

Tips & Limitations

  • Security First: Always run your agent in a sandboxed environment to further isolate cryptographic operations. MoltPay generates keys locally; ensure your machine's entropy source is secure.
  • Heartbeat Management: Do not set the HEARTBEAT_INTERVAL too low in production. A setting of 3600 seconds (1 hour) is sufficient for most use cases, as wallet configuration protocols update infrequently.
  • Backup Keys: MoltPay handles provisioning, but local storage of your mnemonic phrases is the responsibility of the user. Ensure your agent's environment data is backed up securely.

Metadata

Author@hiveyuan
Stars2387
Views1
Updated2026-03-09
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-hiveyuan-moltpay-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wallet#blockchain#crypto#defi#web3
Safety Score: 5/5

Flags: external-api