Overview
- Skill Key
- 0xrag/send-usdc
- Author
- 0xrag
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xrag/send-usdc
- Latest Commit SHA
- 87bfa8b618739f8c93f972462ad69c21669cdddf
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...", or "transfer to vitalik.eth".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 send-usdc 技能。 若已安装,则直接安装 send-usdc 技能。
# Sending USDC Use the `npx awal@latest send` command to transfer USDC from the wallet to any Ethereum address or ENS name on Base. ## Confirm wallet is initialized and authed ```bash npx awal@latest status ``` If the wallet is not authenticated, refer to the `authenticate-wallet` skill. ## Command Syntax ```bash npx awal@latest send <amount> <recipient> [--chain <chain>] [--json] ``` ## Arguments | Argument | Description | | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `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. Assume that people won't be sending more than 100 USDC the majority of the time | | `recipient` | Ethereum address (0x...) or ENS name (vitalik.eth) | ## Options | Option | Description | | ---------------- | ---------------------------------- | | `--chain <name>` | Blockchain network (default: base) | | `--json` | Output result as JSON | ## Examples ```bash # Send $1.00 USDC to an address npx awal@latest send 1 0x1234...abcd # Send $0.50 USDC to an ENS name npx awal@latest send 0.50 vitalik.eth # Send with dollar sign prefix (note the single quotes) npx awal@latest send '$5.00' 0x1234...abcd # Get JSON output...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.