From three-ws-core
Adds money to a wallet via Coinbase Onramp (USDC). Use when wallet balance is insufficient or user needs to top up, deposit, or onramp.
How this skill is triggered — by the user, by Claude, or both
Slash command
/three-ws-core:fundThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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 [email protected] status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx [email protected] 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 [email protected] address
npx [email protected] status to check)npx [email protected] show to open the wallet UI# Check updated balance
npx [email protected] balance
npx claudepluginhub nirholas/three.ws --plugin three-ws-coreFunds a Circle agent wallet with USDC via the `circle` CLI, covering fiat on-ramp, crypto transfer, and Gateway deposits for Nanopayments. Use when the user needs to add USDC, top up a low balance, or deposit into Gateway.
Queries ETH/USDC balances on Base for any address and returns funding steps, minimum recommendations, and bridge info. Use to verify agent wallet funds. Costs $0.01 USDC via x402.
Interact with a local AgentLayer wallet runtime: check balances, transfer tokens, swap, DeFi operations, or x402 payments. Prefers wallet tools over shell commands and previews writes before execution.