A secure skill for AI agents to perform USD1 (USDC on Wormhole) transfers across wallets using the Wormhole Liquidity Facility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install usd1
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install usd1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The USD1 WLF Transfer Skill empowers AI agents to manage and execute financial transactions using the Wormhole Liquidity Facility (WLF). By integrating this capability, developers can build agents capable of transferring USD1 (USDC on Wormhole) between addresses with high efficiency and security. This is a vital component of the Openclaw Skills ecosystem, providing a standardized interface for cross-chain liquidity movements and financial autonomy for automated agents.
To utilize this skill, ensure your agent environment is configured to handle secure inputs. You can invoke the transfer via your Openclaw Skills interface using the following command structure:
/skill usd1-wlf-transfer amount=1.0 toAddress=0xYourAddress chain=Solana
Note: Ensure the privateKey is passed through a secure secret management layer and never hardcoded in your scripts.
The skill operates with a structured input and output schema to maintain compatibility across different agent frameworks within the Openclaw Skills ecosystem.
| Input Parameter | Type | Required | Description |
|---|---|---|---|
| amount | number | Yes | The quantity of USD1 to send (e.g., 1.0). |
| toAddress | string | Yes | The recipient wallet address. |
| chain | string | No | Source chain (Default: Solana). |
| privateKey | string | Yes | The secure private key for transaction signing. |
Response Schema:
transactionHash: The unique blockchain identifier for the transfer.status: A string indicating "success" or "failed".message: Technical details or error descriptions for debugging.Loading
A self-hosted long-term memory and cognition layer for OpenClaw agents utilizing 3-signal retrieval and knowledge graphs.

A comprehensive media processing toolset for automated video transcoding, editing, and manipulation via the command line.

A GraphQL-based skill for AI agents to query and manage personal reading libraries and book metadata from Hardcover.app.

A local, high-performance hybrid search and memory engine designed to eliminate API embedding costs for AI agents.

A specialized skill enabling AI agents to securely transfer USD1 stablecoins across chains using the Wormhole Liquidity Facility.

A logical reasoning skill that uses Socratic questioning to help users examine the foundations of their beliefs and identify cognitive biases.








































