Send USDC for Openclaw

Enable your AI agent to send USDC to any Ethereum address or ENS name on the Base network instantly.

0xrag
v0.1.0
Feb 12, 2026
1
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install send-usdc

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install send-usdc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Send USDC?

The Send USDC skill for Openclaw Skills empowers developers and AI agents to handle blockchain financial transactions with ease. By leveraging the awal CLI, this skill facilitates secure USDC transfers to standard 0x addresses or human-readable ENS names like vitalik.eth. It is specifically optimized for the Base network, providing a low-cost and high-speed solution for automated payouts, tipping, and peer-to-peer transfers within an AI-driven workflow.

Send USDC Use Cases

  • Automating payroll or micro-payments via AI agents.\n- Sending tips or donations to ENS names during chat interactions.\n- Transferring USDC between corporate or personal wallets on the Base network.\n- Integrating financial capabilities into Openclaw Skills for decentralized applications.

How Send USDC Works

  1. The AI agent checks the current wallet status and authentication state using the status command.\n2. If authenticated, the agent verifies the available USDC balance to ensure sufficient funds.\n3. The agent parses the recipient (0x address or ENS name) and the amount (decimal or atomic units).\n4. It executes the transfer via the npx awal@latest send command, automatically resolving ENS names to hex addresses if necessary.\n5. The transaction result is returned, optionally in structured JSON format for further programmatic processing.

Send USDC Setup

Check your current authentication status:\n\nbash\nnpx awal@latest status\n\n\nIf not authenticated, use the authenticate-wallet skill or run:\n\nbash\nnpx awal@latest auth login <email>\n\n\nTo send a payment, use the following syntax:\n\nbash\nnpx awal@latest send <amount> <recipient> --chain base\n

Send USDC Data Schema & Taxonomy

| Argument | Description |\n|---|---|\n| amount | Value to send: '$1.00', '1.00', or atomic units (1000000 = $1). |\n| recipient | Ethereum 0x address or .eth ENS name. |\n| --chain | The target blockchain network (defaults to base). |\n| --json | Flag to return transaction data in structured JSON. |

Send USDC Advanced Features

  • Automatic ENS resolution to translate human-readable names to blockchain addresses.\n- Support for atomic units (1,000,000 = $1 USDC) for precision-sensitive transactions.\n- Seamless integration with the broader ecosystem of Openclaw Skills.\n- JSON output mode for parsing transaction hashes and status in automated pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*