A zero-configuration tool for generating EIP-681 compliant Ethereum payment links and QR codes across multiple EVM chains.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install eth-payment
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install eth-payment using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The eth-payment skill is a high-utility developer tool designed to streamline the creation of standardized Ethereum payment requests. By utilizing Openclaw Skills, users can instantly generate EIP-681 compliant links that interface seamlessly with MetaMask and other major mobile wallets. This skill eliminates the need for complex server-side logic or third-party API keys, providing a privacy-focused, local-first approach to web3 payments.
Whether you are building a checkout flow, setting up a donation portal, or sending a simple invoice, this addition to your Openclaw Skills provides a reliable way to handle ETH and ERC-20 transactions across various networks. It supports popular ecosystems including Base, Ethereum, Arbitrum, Optimism, and Polygon out of the box.
To start using this capability within your Openclaw Skills environment, you can run the following commands to generate payment requests immediately.
# Create a basic ETH payment link on the Base network
eth-payment create --to 0xYourAddress --amount 0.1
# Create a USDC payment request with a generated QR code image
eth-payment create --to 0xYourAddress --amount 100 --token USDC --qr payment.png
# Specify a different network such as Ethereum Mainnet
eth-payment create --to 0xYourAddress --amount 10 --token USDC --network ethereum --qr qr.png
The eth-payment skill organizes its network and token data in a structured format to ensure compatibility across different EVM chains.
| Component | Description |
|---|---|
config/chains.json |
The central registry for Chain IDs, native tokens, and ERC-20 contract addresses. |
create --json |
Provides a structured JSON object containing link, transaction, and network metadata. |
chains |
A list of all supported blockchain environments and their associated metadata. |
The JSON output for a payment request includes detailed fields such as chain_id, recipient, links (EIP-681 and MetaMask), and raw transaction hex data.
Loading
An automated compliance and ethics auditing engine designed to help AI agents make safe and legal decisions in complex scenarios.

A comprehensive local security and privacy auditing tool for protecting digital assets and sensitive credentials.

A specialized skill for managing, organizing, and querying Raindrop.io bookmarks and collections via AI agents.

A high-speed AI image generation skill for Openclaw powered by Google's Gemini 3.1 Flash model via the Evolink API.

A sophisticated Python CLI skill for conducting persistent, context-aware conversations and multi-agent room interactions with Nomi AI companions.

A comprehensive framework for building and deploying high-performance, multilingual static sites to Cloudflare using Astro and Markdown.








































