Skills
Use Agent Skills to integrate Vudy with AI coding agents (Cursor, Claude Code, Codex, and similar tools). The pack teaches auth, wallets, and product flows so you can vibecode against the API with the right patterns.
Install#
# Install all skills
npx skills add u3-vudy/skills
# Cherry-pick modules
npx skills add u3-vudy/skills -s vudy-auth -s vudy-wallets -s vudy-request
npx skills add u3-vudy/skills -s vudy-send -s vudy-otc -s vudy-channelsBrowse and discover skills at skills.sh. Full source: u3-vudy/skills.
Skill index#
| Skill | Use when |
|---|---|
vudy-auth | Onboarding, OTP login, sessions, API keys, profile/team context |
vudy-wallets | List/register wallets, defaults, portfolio, allowances, gas sponsor |
vudy-request | Payment requests, pay links, invoices, requestPaid webhooks |
vudy-send | Token sends to addresses or Vudy tags, sponsored txs |
vudy-otc | OTC / P2P requests, offers, escrow, proofs |
vudy-channels | Multi-provider discovery → quote → execute (Unlimit, PAQ, OTC create) |
Recommended load order#
vudy-auth— environments and auth patterns (required foundation)vudy-wallets— when balances, allowances, or external wallets matter- Product skill for the feature you are building (
vudy-request,vudy-send,vudy-otc, orvudy-channels)