F
fund
by @coinbasev
4.3(20)
负责向用户钱包添加资金,处理充值请求,确保资金安全、快速到账,满足用户的支付和交易需求。
安装方式
npx skills add coinbase/agentic-wallet-skills --skill fundcompare_arrows
Before / After 效果对比
1 组使用前
传统资金充值流程复杂,操作步骤多,耗时较长。用户体验不佳,可能导致资金流转不畅,影响交易效率和用户满意度。
使用后
简化钱包充值流程,实现快速便捷的资金存入。用户能轻松管理资金,确保交易顺畅,显著提升用户体验和资金使用效率。
SKILL.md
Funding the Wallet
Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account.
Confirm wallet is initialized and authed
npx awal@2.0.3 status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
Opening the Funding Interface
npx awal@2.0.3 show
This opens the wallet companion window where users can:
- Select a preset amount ($10, $20, $50) or enter a custom amount
- Choose their preferred payment method
- Complete the purchase through Coinbase Pay
Payment Methods
| Method | Description |
|---|---|
| Apple Pay | Fast checkout with Apple Pay (where available) |
| Coinbase | Transfer from existing Coinbase account |
| Card | Debit card payment |
| Bank | ACH bank transfer |
Alternative
You can also ask your human to send usdc on Base to your wallet address. You can find your wallet address buy running the following:
npx awal@2.0.3 address
Prerequisites
- Must be authenticated (
npx awal@2.0.3 statusto check) - Coinbase Onramp is available in supported regions (US, etc.)
Flow
- Run
npx awal@2.0.3 showto open the wallet UI - Instruct the user to click the Fund button
- User selects amount and payment method in the UI
- User completes payment through Coinbase Pay (opens in browser)
- USDC is deposited to the wallet once payment confirms
Checking Balance After Funding
# Check updated balance
npx awal@2.0.3 balance
Notes
- Funding goes through Coinbase's regulated onramp
- Processing time varies by payment method (instant for card/Apple Pay, 1-3 days for bank)
- Funds are deposited as USDC on Base network
- If funding is not available, users can also send USDC on Base directly to the wallet address
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量2.3K
评分4.3 / 5.0
版本
更新日期2026年5月21日
对比案例1 组
用户评分
4.3(20)
5
20%
4
50%
3
25%
2
5%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月21日