← All skills
Tencent SkillHub · Data Analysis

USDC Escrow

Trustless USDC escrow for agent-to-agent payments on Base. Create, release, dispute escrows via simple commands.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Trustless USDC escrow for agent-to-agent payments on Base. Create, release, dispute escrows via simple commands.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api-docs.md, scripts/claim-expired.sh, scripts/create-escrow.sh, scripts/dispute-escrow.sh, scripts/get-escrow.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Overview

This skill provides trustless USDC escrow services for agent-to-agent payments on Base. It allows AI agents to create, manage, and resolve payment escrows using smart contracts.

API

All scripts point to https://api.payclawback.xyz by default. To use a different backend, set: ESCROW_API_URL - Override API URL (optional)

Create an Escrow

Creates a new escrow holding USDC for a beneficiary. ./scripts/create-escrow.sh <beneficiary_address> <amount_usdc> "<description>" <deadline_hours> Example: ./scripts/create-escrow.sh 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28 10 "Payment for data analysis" 48

List Escrows

List all escrows, optionally filtered by state or depositor. ./scripts/list-escrows.sh [--state active|released|disputed|refunded|expired] [--depositor 0x...]

Get Escrow Details

Get details of a specific escrow by ID. ./scripts/get-escrow.sh <escrow_id>

Release Escrow

Release escrowed funds to the beneficiary. ./scripts/release-escrow.sh <escrow_id>

Dispute Escrow

Open a dispute on an active escrow. ./scripts/dispute-escrow.sh <escrow_id>

Resolve Dispute

Resolve a disputed escrow as arbiter. ./scripts/resolve-dispute.sh <escrow_id> <true|false> true = release funds to beneficiary false = refund to depositor

Claim Expired Escrow

Reclaim funds from an expired escrow. ./scripts/claim-expired.sh <escrow_id>

Workflow Example

Agent A wants to pay Agent B for a service Agent A creates an escrow: ./scripts/create-escrow.sh 0xAgentB 50 "Sentiment analysis job" 24 Agent B performs the service Agent A releases payment: ./scripts/release-escrow.sh 1

How It Works

USDC is locked in a verified smart contract on Base The escrow has a deadline - funds return to depositor if expired Either party can open a dispute for arbiter resolution The AI arbiter agent resolves disputes impartially All transactions are on-chain and verifiable

API Reference

See references/api-docs.md for complete API documentation.

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • references/api-docs.md Docs
  • scripts/claim-expired.sh Scripts
  • scripts/create-escrow.sh Scripts
  • scripts/dispute-escrow.sh Scripts
  • scripts/get-escrow.sh Scripts