> For the complete documentation index, see [llms.txt](https://docs.reveel.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveel.id/use-cases/ai-agent-frameworks/openclaw-skill.md).

# 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.

* [openclaw.revapay.ai](https://openclaw.revapay.ai/)
* [openclaw-skill](https://github.com/r3vl/openclaw-skill)

#### 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

{% code overflow="wrap" %}

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

{% endcode %}

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

#### Example interactions

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><p><strong>Send funds</strong></p><p></p><p>"Send 0.01 USDT on BNB to @alice" → agent routes and executes the transfer, returning a transaction link</p></td></tr><tr><td><p><strong>Claim a Pay(ID) name</strong></p><p></p><p>"I want to claim a PayID name" → "redd47" → agent claims the name and confirms</p></td></tr><tr><td><p><strong>Check balance</strong></p><p></p><p>"What's my balance?" → agent returns balances across all connected chains and tokens</p></td></tr></tbody></table>

#### 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.reveel.id/use-cases/ai-agent-frameworks/openclaw-skill.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
