What problem does it solve? AI agents and developers frequently produce outdated or incorrect Privy integration code, hitting silent failures like HTTPS-only WebCrypto requirements, blocked EVM wallet creation after Solana-first setup, and access token versus identity token confusion. This Skill provides verified, current guidance for the Privy embedded wallet and authentication SDK. ## Core Features & Use Cases - React SDK Integration: Set up PrivyProvider, usePrivy, useWallets, and useEmbeddedWallet hooks with correct configuration for 15+ auth methods including email, Google, passkeys, and Farcaster. - Server-Side JWT Verification: Protect Express API routes using @privy-io/server-auth with correct access token verification and identity token handling. - Smart Wallet Integration: Enable Safe-based smart wallets with gas sponsorship and ZeroDev Kernel account abstraction. - Use Case: Build a Next.js dApp where users sign in with Google or email, receive a non-custodial embedded wallet automatically, and send sponsored transactions on Base without paying gas. ## Quick Start Use the privy skill to set up a Next.js app with email and Google login that auto-creates an embedded wallet for every user.