send-usdc

Send USDC from a wallet to Ethereum addresses or ENS names via CLI.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/clawgame/clawgame --skill send-usdc-clawgame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-usdc
Source: https://github.com/clawgame/clawgame/tree/main/.agents/skills/send-usdc
Command: npx skills add https://github.com/clawgame/clawgame --skill send-usdc-clawgame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending USDC to Ethereum addresses or ENS names from a wallet without friction and with built-in recipient resolution.

Core Features & Use Cases

  • Direct transfers to 0x addresses or ENS names using a simple CLI command.
  • ENS name resolution to automatically map to the corresponding Ethereum address.
  • Safe prerequisites checks: authentication status and sufficient USDC balance before sending.

Quick Start

Run npx awal@latest send <amount> <recipient> to transfer USDC.

Frequently Asked Questions about send-usdc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send USDC to an ENS name from the command line?

You can send USDC to an ENS name by running a simple CLI command that automatically resolves the ENS name to the corresponding Ethereum address before initiating the wallet transfer.

Can I transfer USDC on Base using a CLI command?

Yes, you can transfer USDC on Base using a CLI command, provided your wallet is authenticated and contains a sufficient USDC balance to cover the transaction amount.

What are the prerequisites for sending USDC from a wallet?

Before sending USDC, you must authenticate your wallet and verify a sufficient USDC balance exists, as the system enforces safe prerequisite checks for chain compatibility and authentication status.

How does ENS name resolution work when transferring USDC?

ENS name resolution automatically maps the provided ENS name to the correct Ethereum address during the USDC transfer, eliminating the need to manually look up or paste complex hexadecimal addresses.

What happens if I enter an invalid recipient address for a USDC transfer?

The system includes built-in error handling for invalid recipients, halting the USDC transfer process if the provided address or ENS name cannot be resolved or validated correctly.

Is there a way to send wallet-based USDC payments without friction?

Sending wallet-based USDC payments without friction is possible using a dedicated CLI command that manages address resolution, prerequisite checks, and the actual blockchain transfer in one step.