A payment delivery skill enabling AI agents and humans to exchange value via secure crypto payment requests and result delivery.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawpay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A comprehensive interface for managing Apache CloudStack infrastructure via the CloudMonkey (cmk) CLI tool.

A military-grade adversarial analysis engine that deploys 32 parallel agents to stress-test content and validate ideas through rigorous competition.

A digital implementation of the traditional Chinese Liu Yao divination method for generating and interpreting hexagrams.

A specialized tool for generating traditional Chinese Bazi charts and 10-step Great Luck cycles based on birth data.

A lightweight framework for AI agents to develop authentic personality traits and behavioral observations over time without forced journaling.

Search and fetch articles from xAI's AI-generated encyclopedia, Grokipedia.








































