For the complete documentation index, see llms.txt. This page is also available as Markdown.

Openclaw Skill

The Reva Openclaw Skill gives any OpenClaw agent a wallet and a Pay(ID), enabling it to earn, pay, hire, and settle. Built on Privy wallet infrastructure and Reveel's routing layer.

Features

  • Passwordless authentication — email-based OTP verification, no passwords required

  • Pay(ID) name claiming — register a unique PayID name for the agent

  • Send funds to other users via PayID, wallet address, or Twitter/X handle

  • Multi-chain support — Ethereum, Base, BNB Chain, Polygon, Optimism

  • Balance tracking across all supported networks

  • Human-to-agent delegation — humans can grant agents permission to settle on their behalf

Installation

curl -sSL https://raw.githubusercontent.com/r3vl/openclaw-skill/main/install.sh | bash

Installs to ~/.openclaw/skills/reva and sets up all scripts automatically.

Example interactions

Send funds

"Send 0.01 USDT on BNB to @alice" → agent routes and executes the transfer, returning a transaction link

Claim a Pay(ID) name

"I want to claim a PayID name" → "redd47" → agent claims the name and confirms

Check balance

"What's my balance?" → agent returns balances across all connected chains and tokens

Pricing

  • 3 gas-free transactions per month included

  • Standard transaction fee: 0.25% (min $0.05)

  • Cross-chain / cross-stablecoin routing: 3 bps (0.03%)

Infrastructure

  • Wallet layer — Privy embedded wallet infrastructure

  • Identity layer — Universal Pay(ID) by Reveel

  • Liquidity — cross-network routing and stablecoin conversion

  • Social identity — connects wallets to X handles, Telegram, WhatsApp, Discord

Last updated

Was this helpful?