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".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install send-usdc或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install send-usdc⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/send-usdc/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: send-usdc description: 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". user-invocable: true disable-model-invocation: false allowed-tools: ["Bash(npx awal@latest status)", "Bash(npx awal@latest send )", "Bash(npx awal@latest balance*)"] ---
Use the npx awal@latest send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base.
npx awal@latest status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx awal@latest send <amount> <recipient> [--chain <chain>] [--json]
| 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) |
| Option | Description | | ---------------- | ---------------------------------- | | --chain | Blockchain network (default: base) | | --json | Output result as JSON |
# 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
npx awal@latest send 1 vitalik.eth --json
ENS names are automatically resolved to addresses via Ethereum mainnet. The command will:
npx awal@latest awal status to check, npx awal@latest awal auth login to sign in, see skill authenticate-wallet for more information)npx awal balance to check)Common errors:
awal auth login firstawal balance安装 Send Usdc 后,可以对 AI 说这些话来触发它
Help me get started with Send Usdc
Explains what Send Usdc does, walks through the setup, and runs a quick demo based on your current project
Use Send Usdc to send USDC to an Ethereum address or ENS name
Invokes Send Usdc with the right parameters and returns the result directly in the conversation
What can I do with Send Usdc in my finance & investment workflow?
Lists the top use cases for Send Usdc, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/send-usdc/ 目录(个人级,所有项目可用),或 .claude/skills/send-usdc/(项目级)。重启 AI 客户端后,用 /send-usdc 主动调用,或让 AI 根据上下文自动发现并使用。
Send Usdc 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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...", or "transfer to vitalik.eth".
Send Usdc 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Send Usdc
Identifies repetitive steps in your workflow and sets up Send Usdc to handle them automatically