·send-usdc

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", "tip someone", "send USDC".

3Installs·0Trend·@agnicpay

Installation

$npx skills add https://github.com/agnicpay/agnic-wallet-skills --skill send-usdc

How to Install send-usdc

Quickly install send-usdc AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/agnicpay/agnic-wallet-skills --skill send-usdc
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: agnicpay/agnic-wallet-skills.

SKILL.md

View raw

Use the npx agnic@latest send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base.

If the wallet is not authenticated, refer to the authenticate-wallet skill.

| amount | Amount to send: '$1.00', 1.00, or atomic units (1000000 = $1). Always single-quote amounts that use $ to prevent bash variable expansion. If the number looks like atomic units (no decimal or > 100), treat as atomic units. | | recipient | Ethereum address (0x...) or ENS name (vitalik.eth) |

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", "tip someone", "send USDC". Source: agnicpay/agnic-wallet-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/agnicpay/agnic-wallet-skills --skill send-usdc
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from agnicpay/agnic-wallet-skills

Quick answers

What is send-usdc?

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", "tip someone", "send USDC". Source: agnicpay/agnic-wallet-skills.

How do I install send-usdc?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agnicpay/agnic-wallet-skills --skill send-usdc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/agnicpay/agnic-wallet-skills