ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

Usd1

Skill by asgherali

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asgherali/usd1
Or

What This Skill Does

The Usd1 WLF Transfer skill provides a robust and secure bridge for OpenClaw agents to perform cross-chain transfers of USD1 (USDC via Wormhole) using the Wormhole Liquidity Facility (WLF). Designed for efficiency and security, this skill abstracts the complexities of liquidity management and cross-chain messaging into a single, straightforward action. Whether you are managing treasury distributions, automating payroll, or rebalancing crypto assets between wallets, this skill ensures that transactions are executed with precision. By integrating WLF, the skill provides a reliable path for value transfer, returning transaction hashes and verification statuses directly to your agent’s workspace.

Installation

To integrate this skill into your agent’s ecosystem, use the official installation command via the OpenClaw CLI: clawhub install openclaw/skills/skills/asgherali/usd1

Ensure that you have your development environment configured to support secure input handling to manage sensitive keys effectively. We recommend using environment variables or dedicated secret management systems when invoking this skill.

Use Cases

This skill is ideal for financial agents, decentralized autonomous organization (DAO) treasury managers, and automated trading bots. Use it to:

  • Automate recurring payment schedules for USDC-based compensation.
  • Execute emergency asset movements between hot and cold wallets.
  • Streamline cross-chain liquidity provisioning without manual intervention.
  • Programmatic management of cross-chain DeFi positions where USDC settlement is required.

Example Prompts

  1. "Please transfer 50.0 USD1 from my Solana wallet to the recipient address 0x71C7656E6cb83B479da4D0c35474a9a081553c7d using the WLF bridge."
  2. "Execute a transfer of 100 USD1 to 0xAbc123... on the Solana chain using my configured private key."
  3. "Send 5.5 USD1 to my savings wallet at 0x98765... and confirm the transaction hash once completed."

Tips & Limitations

  • Security First: Never expose your private key in plain text. Always pull it from an environment-protected source.
  • Environment: By default, this skill is configured for the Testnet environment to prevent accidental loss of real capital. Only toggle to production environments after thorough validation of your agent's transaction logic.
  • Dependency: The performance of the transaction is subject to Wormhole network traffic and blockchain congestion. Always verify the status output field to confirm execution before triggering secondary actions.

Metadata

Author@asgherali
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asgherali-usd1": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#finance#blockchain#wormhole#web3
Safety Score: 2/5

Flags: network-access, external-api, code-execution