Skip to main content
Back to registry

send-usdc

coinbase/agentic-wallet-skills

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

Installs1
Install command
npx skills add https://github.com/coinbase/agentic-wallet-skills --skill send-usdc
Security audits
Gen Agent Trust HubFAIL
SocketWARN
SnykWARN
About this skill
Use the npx awal@2.0.3 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. Before constructing the command, validate all user-provided values to prevent shell injection: Do not pass unvalidated user input into the command. ENS names are automatically resolved to addresses via Ethereum mainnet. The command will: Common errors: - amount : Must match ^\$?[\d.]+$ (digits, optional decimal point, optional $ prefix). Reject if it contains spaces, semicolons, pipes, backticks, or other shell metacharacters. - recipient : Must be a valid 0x hex address ( ^0x[0-9a-fA-F]{40}$ ) or an ENS name ( ^[a-zA-Z0-9.-]+\.eth$ ). Reject any value containing spaces or shell metacharacters.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does send-usdc do?

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

Is send-usdc good?

send-usdc does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does send-usdc work with?

send-usdc currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to send-usdc?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install send-usdc?

npx skills add https://github.com/coinbase/agentic-wallet-skills --skill send-usdc

Related skills

More from coinbase/agentic-wallet-skills

Related skills

Alternatives in Software Engineering