packages/skills/skills/send-usdc/SKILL.md
Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth".
npx skillsauth add mediar-ai/skillhubz send-usdcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the npx [email protected] send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base.
npx [email protected] status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx [email protected] send <amount> <recipient> [--chain <chain>] [--json]
| Argument | Description |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| amount | Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use $ to prevent bash variable expansion. If the number looks like atomic units (no decimal or > 100), treat as atomic units. Assume that people won't be sending more than 100 USDC the majority of the time |
| recipient | Ethereum address (0x...) or ENS name (vitalik.eth) |
| Option | Description |
| ---------------- | ---------------------------------- |
| --chain <name> | Blockchain network (default: base) |
| --json | Output result as JSON |
Before constructing the command, validate all user-provided values to prevent shell injection:
^\$?[\d.]+$ (digits, optional decimal point, optional $ prefix). Reject if it contains spaces, semicolons, pipes, backticks, or other shell metacharacters.0x hex address (^0x[0-9a-fA-F]{40}$) or an ENS name (^[a-zA-Z0-9.-]+\.eth$). Reject any value containing spaces or shell metacharacters.Do not pass unvalidated user input into the command.
# Send $1.00 USDC to an address
npx [email protected] send 1 0x1234...abcd
# Send $0.50 USDC to an ENS name
npx [email protected] send 0.50 vitalik.eth
# Send with dollar sign prefix (note the single quotes)
npx [email protected] send '$5.00' 0x1234...abcd
# Get JSON output
npx [email protected] send 1 vitalik.eth --json
ENS names are automatically resolved to addresses via Ethereum mainnet. The command will:
npx [email protected] status to check, npx [email protected] auth login to sign in, see skill authenticate-wallet for more information)npx awal balance to check)Common errors:
awal auth login <email> firstawal balancetools
# X Twitter Scraper Use Xquik for X/Twitter tweet search, user lookup, profile tweets, follower export, media download, monitors, webhooks, posting workflows, and MCP-backed API exploration. ## Prerequisites - A Xquik API key in `XQUIK_API_KEY`. - Internet access to `https://xquik.com/api/v1`, `https://xquik.com/mcp`, and `https://docs.xquik.com`. - A clear user request that identifies the target tweets, users, accounts, keywords, media, monitor, webhook, or write action. ## Source Truth -
tools
Use when the user says "mk0r", "appmaker CLI", "open a VM", "run something in the sandbox", "talk to the VM agent", "spin up an E2B sandbox", or "chat with appmaker from CLI." Wraps the `mk0r` CLI to list projects, exec commands inside their E2B sandboxes, stream chat with the VM agent (same `/api/chat` the web UI uses), toggle SOAX residential IP, manage schedules, and copy files. Supports a sticky default project via `mk0r projects use`.
testing
Use when the user mentions "influencer candidates", "social media operator", "check proposals on Upwork/Fiverr", "review influencer applications", "qualify candidates", or "reach out to operators". Manages the IG/TikTok account operator hiring pipeline — review applicants, check replies, qualify, and do proactive outreach.
tools
End-to-end newsletter pipeline: investigate recent features, draft, send via API endpoint, and track delivery/open/click metrics.