This handles the full stack of getting users into your app with wallets attached: they can sign in via MetaMask, Phantom, email, or social login, and every user gets a wallet-enabled account without you wiring up separate auth and wallet systems. It also drops in an AI chat surface that inherits the session, so you can add conversational support or account insights without re-authenticating. The React components are plug and play (EmblemAuthProvider, ConnectButton, HustleChat), and there's a vanilla SDK if you're not in React. It also includes Reflexive, which embeds Claude inside running apps for live debugging and introspection across Node, Python, Go, and Rust. Use this when you want one integration that covers login, wallet provisioning, and AI tooling instead of stitching together three separate libraries.
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-ai