@BankrBot/siwa
SIWA (Sign-In With Agent) authentication for ERC-8004 registered agents. Authenticate AI agents with services using onchain identity.
Install
Add @BankrBot/siwa to Claude Code with the PolySkill CLI: polyskill add @BankrBot/siwa
Instructions
# SIWA SDK Sign-In With Agent (SIWA) lets AI agents authenticate with services using their ERC-8004 onchain identity. ## Install ```bash npm install @buildersgarden/siwa ``` ## Skills ### Agent-Side (Signing) Choose based on your wallet provider: - [Bankr](references/bankr-signer.md) — Bankr Agent API wallets ### Server-Side (Verification) - [Server-Side Verification](references/server-side.md) — Next.js, Express, Hono, Fastify ## SDK Modules | Import | Description | |--------|-------------| | `@buildersgarden/siwa` | Core: signSIWAMessage, verifySIWA, createSIWANonce | | `@buildersgarden/siw…
Keywords: authentication, siwa, erc-8004, agent, identity