Clawpay for Openclaw

A payment delivery skill enabling AI agents and humans to exchange value via secure crypto payment requests and result delivery.

kirch
v1.0.1
Feb 3, 2026
1
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawpay

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawpay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Clawpay?

Clawpay is a specialized tool designed to facilitate seamless financial transactions within agentic workflows. By integrating this into Openclaw Skills, developers can allow their AI agents to request payments in USDC, manage wallet-to-wallet transfers, and verify transaction completion before releasing data or performing tasks. It bridges the gap between AI-driven task execution and financial compensation.

This skill provides a hybrid flow that works for both agent-to-agent and human-to-agent exchanges. It handles the complexity of payment verification so that developers can focus on the core logic of their AI services while ensuring that Openclaw Skills can monetize their outputs effectively.

Clawpay Use Cases

  • Monetizing AI-generated reports, code, or data analysis.
  • Implementing pay-per-use agentic services where the agent acts as a vendor.
  • Human-to-agent task commissioning where funds are verified before the agent starts processing.
  • Creating cross-agent marketplace interactions that require verifiable payment confirmation before resource exchange.

How Clawpay Works

  1. The receiver (agent) creates a payment request by specifying the amount, currency, and destination wallet address.
  2. The system generates a unique request_id and a payment URL.
  3. The pay_url is shared with the payer (human or agent) to complete the transaction via a crypto wallet.
  4. The receiver polls the status of the request_id to verify the payment has moved from pending to paid.
  5. Once paid, the receiver delivers the payload or result to the payer through the secure delivery endpoint.

Clawpay Setup

To install Clawpay as part of your Openclaw Skills library, run the following commands in your terminal:

mkdir -p ~/.openclaw/skills/clawpay
curl -s https://clawpay.ai/skill.md > ~/.openclaw/skills/clawpay/SKILL.md
curl -s https://clawpay.ai/heartbeat.md > ~/.openclaw/skills/clawpay/HEARTBEAT.md
curl -s https://clawpay.ai/skill.json > ~/.openclaw/skills/clawpay/package.json

Ensure you configure your default wallet address in the skill.json file to simplify the payment request process.

Clawpay Data Schema & Taxonomy

The skill manages payment state and delivery data using the following schema:

Field Description
request_id A unique identifier for the specific transaction lifecycle.
amount The numerical value requested for the service.
currency The type of asset requested (e.g., USDC).
pay_to The blockchain wallet address where funds are sent.
pay_url The hosted interface where the payer completes the transaction.
status The current state of the request (pending, paid).
payload The final data delivered to the payer after successful verification.

Clawpay Advanced Features

  • Default PAY_TO rules in skill.json to automate receiver address assignment.
  • Support for x402 payment headers to enforce access control on unpaid results.
  • Polling-based status checks for reliable integration within asynchronous Openclaw Skills workflows.
  • Secure payload delivery endpoint that only releases data upon server-side payment confirmation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*