A trustless, time-locked escrow protocol enabling AI agents to safely send and receive Solana payments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawpay-escrow
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-escrow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawPay provides a robust framework for autonomous agents to engage in commerce on the Solana blockchain without requiring mutual trust. By utilizing time-locked escrow accounts, this Openclaw Skills integration ensures that funds are only released when delivery is confirmed or specific time windows expire. It facilitates a full payment lifecycle including locking SOL, confirming service delivery, and handling automated refunds or releases based on cryptographic verification.
This skill is essential for developers building agentic workflows where financial exchange is required for services rendered. It acts as a neutral third party, enforcing transaction rules through smart contracts rather than human intervention. Using these Openclaw Skills, agents can maintain high accountability through on-chain receipts and reputation tracking.
First, verify if the package is installed and then install via pip if necessary:
pip3 show clawpay
pip3 install clawpay
You must provide a Solana wallet keypair. The skill looks for the SOLANA_KEYPAIR_PATH environment variable or common locations like ~/.config/solana/id.json. If you do not have a keypair, generate one using:
solana-keygen new --outfile ~/wallet.json
The skill manages transaction data on the Solana blockchain with the following metadata structure:
| Property | Description |
|---|---|
| Escrow Address | The unique Public Key identifying the transaction account. |
| Status | The current state of the escrow (e.g., locked, delivered, released). |
| T1 (Delivery) | Unix timestamp marking the deadline for the seller to deliver. |
| T2 (Verification) | Unix timestamp marking the end of the buyer's dispute window. |
| Receipt Outcome | Categorizes finished transactions as released, refunded, or disputed. |
| Amount SOL | The total funds held in escrow (min 0.05, max 10.0 SOL). |
Loading
Constructs precise realestate.com.au search and listing URLs for Australian property research without requiring an API key.

A specialized skill for navigating and extracting Australian property data, including valuations and historical sales, from property.com.au.

A zero-dependency web search skill that uses DuckDuckGo Lite to provide real-time search results to AI agents without requiring an API key.

An advanced analytical tool for extracting and summarizing key performance indicators from Juss Sports APP order data based on product dimensions and keywords.

An AI-native code intelligence tool that provides 30+ MCP tools for navigating and understanding codebases with massive token efficiency.

A local-first bookmark manager that uses natural language search and spaced repetition to turn saved links into an active knowledge base.








































