The 'use-usdc' skill enables users to manage USDC transactions, including balance checks, transfers, and approvals. It is designed for developers and users interacting with Circle's stablecoin across various blockchain ecosystems.
$ npx skills add https://github.com/circlefin/skills --skill use-usdcThe use-usdc skill provides developers with direct USDC transaction management across EVM chains and Solana. It enables balance checks, token transfers, spending approvals, and transaction verification—essential operations for building stablecoin applications. This skill is designed for developers integrating Circle's USDC into applications requiring reliable, on-chain payment operations. By abstracting common USDC workflows, it accelerates development of payment systems, wallets, and DeFi applications.
Install via the command: `$ npx skills add https://github.com/circlefin/skills --skill use-usdc`
Check USDC balances on EVM chains
Transfer USDC to different addresses
Approve USDC for smart contract interactions
Verify USDC transaction transfers
$ npx skills add https://github.com/circlefin/skills --skill use-usdcgit clone https://github.com/circlefin/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need help managing USDC transactions on the [BLOCKCHAIN NETWORK] blockchain. Please check the USDC balance for wallet address [WALLET_ADDRESS], then transfer [AMOUNT] USDC to [RECIPIENT_ADDRESS] with memo '[MEMO_TEXT]'. Ensure the transaction is successful and provide the transaction hash.
**USDC Transaction Summary** **1. Balance Check** - Wallet Address: `0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb` - Current USDC Balance: **1,250.00 USDC** **2. Transfer Details** - Amount: **500.00 USDC** - Recipient: `0xAe2D4617c862309A3d75A0fFB358c7a1B544539c` - Memo: `Invoice #INV-2024-0542` **3. Transaction Status** - Status: **Confirmed** ✅ - Transaction Hash: `0x1a2b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef123456789` - Block Explorer Link: [View on Etherscan](https://etherscan.io/tx/0x1a2b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef123456789) **4. Remaining Balance** - New USDC Balance: **750.00 USDC** *Tip: Always verify the recipient address before sending USDC to avoid irreversible transactions.*
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan