Wallet Funding Skill for Openclaw

A specialized skill for adding USDC to your wallet via Coinbase Onramp with support for multiple payment methods.

0xrag
v0.1.0
Feb 12, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fund

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fund using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Wallet Funding Skill?

The fund skill is a core component of the Openclaw Skills ecosystem, designed to bridge the gap between traditional finance and decentralized wallets. It provides a streamlined interface for users to deposit USDC directly onto the Base network, ensuring that AI agents have the necessary liquidity to execute on-chain transactions, trades, or gas payments.

By integrating Coinbase Onramp, this skill allows for a secure and regulated funding process. It abstracts the complexity of cryptocurrency exchanges, allowing users to top up their balances using familiar payment rails like Apple Pay, debit cards, or standard ACH bank transfers, all while remaining within the developer-friendly workflow of Openclaw Skills.

Wallet Funding Skill Use Cases

  • Depositing funds when a wallet has an insufficient balance for a trade or send operation.
  • Onramping fiat currency directly to a specific wallet address on the Base network.
  • Enabling non-technical users to fund an AI agent using Apple Pay or debit cards.
  • Quickly retrieving a wallet's public address for direct USDC transfers from other wallets.

How Wallet Funding Skill Works

  1. The agent checks the wallet authentication status to ensure the session is active.
  2. The fund command triggers the wallet companion UI to open on the user's machine.
  3. The user selects a preset or custom USDC amount and chooses a preferred payment method.
  4. The transaction is securely processed through Coinbase Pay in a external browser window.
  5. Once confirmed, the USDC is automatically deposited into the wallet on the Base network.
  6. The skill allows for an immediate balance check to verify the arrival of new funds.

Wallet Funding Skill Setup

To use this skill within the Openclaw Skills environment, ensure your wallet is authenticated first:

npx awal@latest status

To initiate the funding process and open the user interface:

npx awal@latest show

To view your wallet address for manual deposits:

npx awal@latest address

Wallet Funding Skill Data Schema & Taxonomy

Component Description Format
Amount The fiat value to convert to USDC USD ($10, $20, $50, or Custom)
Payment Source The financial instrument used for the deposit Apple Pay, Coinbase Account, Debit Card, ACH
Destination The target blockchain network Base Network (Layer 2)
Asset The specific token being deposited USDC
Status The real-time state of the funding request Initialized, Pending, Confirmed

Wallet Funding Skill Advanced Features

  • Multi-channel payment support including instant Apple Pay and debit card processing.
  • Native integration with the Openclaw Skills framework for automated balance monitoring and low-fund triggers.
  • Direct access to regulated Coinbase Onramp infrastructure for secure and compliant transactions.
  • Fallback mechanisms providing raw wallet addresses for external peer-to-peer funding.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*