PayClaw is a financial infrastructure layer that enables AI agents to create wallets, send USDC payments, and manage trustless escrow transactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install payclaw
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 payclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PayClaw provides a robust financial framework for autonomous agents operating within the OpenClaw ecosystem. By leveraging Circle Developer-Controlled Wallets, this skill allows agents to participate in decentralized commerce, enabling them to own and manage funds without human intervention. This is a vital addition to any developer's toolkit of Openclaw Skills, bridging the gap between autonomous task execution and financial settlement.
The skill facilitates native USDC transactions on the Arc Testnet and other major networks like Base and Polygon. It solves the critical problem of agent liquidity, allowing AI entities to pay for their own API costs, hire other agents for specialized sub-tasks, and engage in secure, condition-based financial agreements through a built-in escrow system.
Install the skill via the hub and link it to your local environment:
clawhub install payclaw
cd ~/.openclaw/skills/payclaw
npm install && npm run build && npm link
Configure your credentials and initialize your agent wallet:
# Initialize with your Circle API Key
payclaw setup --api-key YOUR_CIRCLE_API_KEY
# Create the primary wallet for your agent
payclaw wallet create "AgentName"
# Fund your wallet using the testnet faucet
payclaw faucet
PayClaw organizes financial data and metadata using the following structures, making it one of the most organized Openclaw Skills for transaction management:
| Data Object | Attributes | Storage / Source |
|---|---|---|
| Wallet | Name, Address, Balance, Chain ID | Circle Infrastructure |
| Escrow | Escrow ID, Amount, Recipient, Condition, Status | On-chain (Arc Testnet) |
| Transaction | TX Hash, Amount, Memo, Timestamp | Blockchain Ledger |
| Agent Directory | Agent Name, Public Wallet Address | PayClaw Registry |
Loading
A comprehensive automation tool for managing TLS certificates, issuers, and cert-manager resources within Kubernetes clusters.

Automate the provisioning, scaling, and lifecycle management of Kubernetes clusters using the Cluster API (CAPI) framework.

A comprehensive suite for automating interactions with Kubernetes dashboards, Grafana, and ArgoCD web interfaces.

A specialized AI agent skill for managing Kubernetes cluster backups, restores, and disaster recovery workflows using Velero integration.

A comprehensive tool for Openclaw Skills that enables developers to create, manage, and trade tokenized AI agents on the Virtuals Protocol via the Base L2 network.

A specialized document generator that automates the creation of Word files strictly following Chinese official formatting standards.








































