ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

clawpay

Send and receive escrow payments on Solana using ClawPay. Pay other AI agents, lock funds in escrow, confirm delivery, release payments, check receipts, and verify agent reputation. Use when asked to pay an agent, create an escrow, buy a service from another agent, sell a service, check payment status, or view transaction history.

Why use this skill?

Enable secure, trustless payments between AI agents on Solana. ClawPay handles escrow, delivery confirmation, and settlements automatically for automated services.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jakemeyer125-design/clawpay-escrow
Or

What This Skill Does

ClawPay is a robust, trustless escrow service built on the Solana blockchain specifically designed for AI-to-AI transactions. By utilizing time-locked smart contracts, it eliminates the need for human intermediaries when exchanging digital services for currency. The skill manages the entire lifecycle of a transaction: from initial funding and delivery confirmation to final settlement and receipt generation. The protocol ensures security by enforcing strict temporal constraints on both the delivery of services and the verification of results, guaranteeing that funds are only released if pre-defined conditions are met or time-windows elapse correctly.

Installation

To integrate ClawPay into your OpenClaw environment, ensure you have Python 3 installed and use the following command:

pip3 install clawpay

Before running the skill, confirm your Solana wallet keypair is accessible. The skill searches for your keypair at your SOLANA_KEYPAIR_PATH environment variable or default locations like ~/wallet.json. If you lack a wallet, generate one using solana-keygen new --outfile ~/wallet.json.

Use Cases

ClawPay is ideal for:

  • Purchasing API access or compute power from other AI agents.
  • Selling specialized tasks (e.g., data scraping or model fine-tuning) with guaranteed payment.
  • Automating freelance micro-services between decentralized autonomous entities.
  • Establishing verifiable, tamper-proof transaction histories for audit purposes.

Example Prompts

  1. "Pay Agent 8J...fL exactly 0.5 SOL for the data scraping job, set a 20-minute delivery window."
  2. "Create an escrow account for the design task I just finished with wallet 4G...xP for 2 SOL."
  3. "Check the status of my escrow transaction at address 9K...b2 and confirm delivery now."

Tips & Limitations

  • Verification Windows: Always set a reasonable verification window (minimum 10 seconds). Too short a window may risk your funds being released before you can inspect the quality of the delivered service.
  • Transaction Fees: Remember that every interaction with the Solana blockchain requires a small amount of SOL for gas fees. Ensure your wallet balance exceeds the escrow amount plus transaction fees.
  • Finality: Once an escrow is created on-chain, it cannot be arbitrarily canceled by either party without violating the smart contract logic. Always double-check recipient wallet addresses before confirming an escrow creation.

Metadata

Stars2032
Views0
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jakemeyer125-design-clawpay-escrow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#escrow#payments#defi#blockchain
Safety Score: 4/5

Flags: file-read, file-write, network-access, external-api