🎯

send-usdc

🎯Skill

from coinbase/agentic-wallet-skills

VibeIndex|
What it does
|

Skill for sending USDC to any Ethereum address or ENS name on Base using the awal CLI, supporting dollar amounts, atomic units, and ENS resolution.

Overview

A Claude Code skill from Coinbase that enables sending USDC to any Ethereum address or ENS name on the Base blockchain. It provides a simple command interface through the awal CLI for transferring funds, with automatic ENS name resolution and support for multiple amount formats including dollar amounts and atomic units.

Key Features

  • Simple Transfer Command - Send USDC with a single command specifying amount and recipient address or ENS name
  • ENS Name Resolution - Automatically resolves ENS names (e.g., vitalik.eth) to Ethereum addresses via mainnet, displaying both the name and resolved address
  • Flexible Amount Formats - Accepts dollar amounts ($1.00), decimal amounts (1.00), or atomic units (1000000 = $1), with smart detection of the format
  • Base Blockchain Default - Operates on the Base network by default for fast, low-cost USDC transfers with optional chain selection
  • JSON Output Support - Optional --json flag for programmatic integration and automated workflows

Who is this for?

This skill is designed for developers and AI agents that need to send USDC payments programmatically during Claude Code sessions. It is particularly useful for developers building agent-to-agent payment flows, tipping systems, or any application that requires sending cryptocurrency from within a coding environment.

πŸ“¦

Same repository

coinbase/agentic-wallet-skills(10 items)

send-usdc

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add coinbase/agentic-wallet-skills --skill send-usdc
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add coinbase/agentic-wallet-skills --skill send-usdc
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/send-usdc/SKILL.md

SKILL.md

1,414Installs
-
AddedFeb 10, 2026

More from this repository9

🎯
trade🎯Skill

Executes cryptocurrency trades on Coinbase by analyzing market conditions, calculating optimal entry/exit points, and managing transaction parameters

🎯
x402🎯Skill

Generates secure, gas-optimized transaction payloads for complex blockchain interactions with advanced encoding and validation techniques.

🎯
pay-for-service🎯Skill

Enables secure cryptocurrency payments for digital services by generating transaction details, calculating fees, and executing transfers on blockchain networks.

🎯
monetize-service🎯Skill

Skill for building and deploying paid APIs that other agents can pay to use via the x402 HTTP-native payment protocol, with automatic USDC payments on Base and service discovery through the x402 Bazaar.

🎯
search-for-service🎯Skill

Quickly locate and evaluate blockchain services, protocols, and platforms based on specific user requirements and technical criteria.

🎯
authenticate-wallet🎯Skill

Skill for authenticating with the agentic payments wallet using a two-step email OTP process via the awal CLI, serving as a prerequisite for sending, trading, or funding operations.

🎯
fund🎯Skill

Skill for adding USDC funds to the agentic wallet via Coinbase Onramp, supporting Apple Pay, debit cards, bank transfers, and Coinbase account funding methods.

🎯
query-onchain-data🎯Skill

Skill for querying onchain data (events, transactions, blocks, transfers) on Base using the CDP SQL API via x402, with CoinbaseQL syntax based on ClickHouse and indexed field requirements for performance.

🎯
query-blockchain-data🎯Skill

Skill