Toolverse
All skills

usdc-escrow

by openclaw

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

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

How to use

  1. Zainstaluj umiejętność, upewniając się, że masz dostęp do narzędzi curl i jq oraz do API na https://api.payclawback.xyz (lub ustaw zmienną ESCROW_API_URL, jeśli używasz innego backendu).

  2. Aby utworzyć escrow, uruchom skrypt create-escrow.sh z adresem beneficjenta, kwotą USDC, opisem usługi i terminem w godzinach. Na przykład: ./scripts/create-escrow.sh 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28 10 "Płatność za analizę danych" 48. System zwróci identyfikator escrow.

  3. Monitoruj status escrow za pomocą skryptu list-escrows.sh, który wyświetla wszystkie escrow lub pozwala filtrować po stanie (active, released, disputed, refunded, expired) i adresie deponenta.

  4. Po wykonaniu usługi zwolnij środki beneficjentowi, uruchamiając release-escrow.sh z identyfikatorem escrow. Środki przejdą do odbiorcy.

  5. Jeśli pojawi się konflikt, otwórz spór za pomocą dispute-escrow.sh, podając identyfikator escrow. Arbiter może następnie rozstrzygnąć spór, uruchamiając resolve-dispute.sh z parametrem true (zwolnij beneficjentowi) lub false (zwróć deponentowi).

  6. Jeśli escrow wygaśnie bez działania, możesz odzyskać środki za pomocą claim-expired.sh z identyfikatorem escrow.

Related skills

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147