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-channels

Browse and discover skills at skills.sh. Full source: u3-vudy/skills.

Skill index#

SkillUse when
vudy-authOnboarding, OTP login, sessions, API keys, profile/team context
vudy-walletsList/register wallets, defaults, portfolio, allowances, gas sponsor
vudy-requestPayment requests, pay links, invoices, requestPaid webhooks
vudy-sendToken sends to addresses or Vudy tags, sponsored txs
vudy-otcOTC / P2P requests, offers, escrow, proofs
vudy-channelsMulti-provider discovery → quote → execute (Unlimit, PAQ, OTC create)
  1. vudy-auth — environments and auth patterns (required foundation)
  2. vudy-wallets — when balances, allowances, or external wallets matter
  3. Product skill for the feature you are building (vudy-request, vudy-send, vudy-otc, or vudy-channels)