authenticate-wallet
Handles sign-in for the Coinbase payments wallet using a two-step email OTP flow.
Setup & Installation
What This Skill Does
Handles sign-in for the Coinbase payments wallet using a two-step email OTP flow. It sends a verification code to the user's email, then completes authentication so other wallet operations like sending, trading, or checking balances can work.
Without this, you'd need to manually run CLI commands and juggle flow IDs and OTP codes yourself each time your wallet session drops.
When to use it
- Logging into your Coinbase wallet before sending USDC
- Re-authenticating after a session expires mid-transaction
- Setting up wallet access on a new machine for the first time
- Checking wallet authentication status before running a balance query
- Recovering from 'not signed in' errors during a trade
Similar Skills
best-practices
A checklist of modern web development standards covering HTTPS, CSP headers, input sanitization, deprecated API avoidance, and HTML validity.
auth0-android
Adds authentication to native Android apps using the Auth0 SDK.
auth0-angular
Adds authentication to Angular apps using the @auth0/auth0-angular SDK.
auth0-aspnetcore-api
Adds JWT access token validation to ASP.
