Loading...
Loading...
Sign in to the wallet. Use when you or the user want to log in, sign in, connect, or set up the wallet, or when any wallet operation fails with authentication or "not signed in" errors. This skill is a prerequisite before sending, trading, or funding.
npx skill4agent add coinbase/agentic-wallet-skills authenticate-walletnpx awal statusnpx awalnpx awal@latest auth login <email>flowIdnpx awal@latest auth verify <flowId> <otp>flowIdnpx awal@latest status# Check current status
npx awal@latest status
# Start login (sends OTP to email)
npx awal@latest auth login user@example.com
# Output: flowId: abc123...
# After user receives code, verify
npx awal@latest auth verify abc123 123456
# Confirm authentication
npx awal@latest status| Command | Purpose |
|---|---|
| Check server health and auth status |
| Send OTP code to email, returns flowId |
| Complete authentication with OTP code |
| Get USDC wallet balance |
| Get wallet address |
| Open the wallet companion window |
--jsonnpx awal@latest status --json
npx awal@latest auth login user@example.com --json
npx awal@latest auth verify <flowId> <otp> --json