ClawPay provides a privacy-preserving payment layer for AI agents, allowing them to send funds without leaving a direct on-chain link between sender and recipient.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawpay-2
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-2 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 privacy protocol designed specifically for the agent economy. By leveraging Railgun zero-knowledge technology on the Binance Smart Chain, it ensures that financial transactions remain confidential. This Openclaw Skills integration allows developers to empower their AI agents with the ability to tip, pay, or transfer assets like USDT and USDC without exposing the sender wallet history to the recipient.
The core value of this skill lies in breaking the deterministic link between wallets. When an agent sends money, the recipient sees the funds arriving from a Railgun contract rather than the original source. This is essential for building professional-grade agentic applications where financial privacy and operational security are paramount.
To get started with this skill, install the ethers library and configure your environment variables:
npm install ethers
Ensure you have a wallet private key with a USDT balance on BSC. You can then execute the private transfer by running your script:
WALLET_KEY=0xYourPrivateKey node send-private.mjs
If you need gas for testing, you can request it via the faucet endpoint:
curl -X POST https://clawpay.dev/faucet -H "Content-Type: application/json" -d '{"address": "0xYourAddress"}'
The skill interacts with the ClawPay API using the following data structure for transfers:
| Field | Description |
|---|---|
| eoa | The sender public wallet address |
| signature | ECDSA signature for b402 derivation |
| recipient | The 0x address receiving the private funds |
| amount | The amount of USDT/USDC to be sent |
| token | The token symbol (USDT or USDC) |
| transferId | A unique string for tracking the shielding and proving status |
Loading
An autonomous income generation skill that enables AI agents to discover, evaluate, and complete bounties across decentralized work platforms.

A cryptographic utility for verifying and cross-signing Matrix devices to ensure secure end-to-end encryption.

An automated stock monitoring tool that fetches data from Google Finance to provide price alerts, news updates, and heuristic buy/sell signals.

A sophisticated integration for controlling Spotify playback on remote Connect devices across multiple authenticated accounts.

A comprehensive transit planning tool for accessing real-time Deutsche Bahn data across German and European rail networks.

A comprehensive tool for planning public transit journeys and checking real-time departures across all transport modes in Norway.








































