1---2name: usd13description: USD1 WLF Transfer Skill4---5# USD1 WLF Transfer Skill67## Description8Allows an agent to securely transfer USD1 (USDC on Wormhole) from one wallet to another using Wormhole Liquidity Facility (WLF).910## Capabilities11- Check sender wallet balance (optional)12- Transfer a specified amount of USD1 to a recipient address13- Return transaction hash and status14- Uses Testnet by default for safety1516## Input Parameters17- amount: number (required) - amount of USD1 to send (e.g. 1.0)18- toAddress: string (required) - recipient wallet address (e.g. 0x123...)19- chain: string (optional, default: Solana) - source chain20- privateKey: string (secure, required) - sender wallet private key2122## Output23- transactionHash: string24- status: "success" or "failed"25- message: string (details or error)2627## Security Notes28- Never hardcode private keys29- Use secure agent input for keys30- Testnet only until production3132## Example Usage33/skill usd1-wlf-transfer amount=1.0 toAddress=0xabc123... chain=Solana34
Run npx skillmds@latest add kernel8901/usd1 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
USD1 WLF Transfer Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kernel8901 (@kernel8901) published this skill. Their other Agent Skills are listed on their SkillMD profile.