Add money to the wallet. Use when you or the user want to fund, deposit, top up, load, buy USDC, add funds, onramp, or get USDC. Also use when the wallet has insufficient balance for a send or trade operation, or when someone asks "how do I get USDC?"
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install fund或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install fund⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/fund/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: fund description: Add money to the wallet. Use when you or the user want to fund, deposit, top up, load, buy USDC, add funds, onramp, or get USDC. Also use when the wallet has insufficient balance for a send or trade operation, or when someone asks "how do I get USDC?" user-invocable: true disable-model-invocation: false allowed-tools: ["Bash(npx awal@latest status)", "Bash(npx awal@latest show)", "Bash(npx awal@latest address)", "Bash(npx awal@latest balance)"] ---
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.
npx awal@latest status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx awal@latest show
This opens the wallet companion window where users can:
| 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 |
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@latest address
npx awal@latest status to check)npx awal@latest show to open the wallet UI# Check updated balance
npx awal@latest balance
安装 Fund 后,可以对 AI 说这些话来触发它
Help me get started with Fund
Explains what Fund does, walks through the setup, and runs a quick demo based on your current project
Use Fund to add money to the wallet
Invokes Fund with the right parameters and returns the result directly in the conversation
What can I do with Fund in my finance & investment workflow?
Lists the top use cases for Fund, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/fund/ 目录(个人级,所有项目可用),或 .claude/skills/fund/(项目级)。重启 AI 客户端后,用 /fund 主动调用,或让 AI 根据上下文自动发现并使用。
Fund 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Fund 可免费安装使用。请查阅仓库了解许可证信息。
Add money to the wallet. Use when you or the user want to fund, deposit, top up, load, buy USDC, add funds, onramp, or get USDC. Also use when the wallet has insufficient balance for a send or trade operation, or when someone asks "how do I get USDC?"
Fund 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Fund
Identifies repetitive steps in your workflow and sets up Fund to handle them automatically