Back to skills

authenticate-wallet

security

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 sendin

Setup & Installation

npx skills add https://github.com/coinbase/authenticate-wallet --skill authenticate-wallet
or paste the link and ask your coding assistant to install it
https://github.com/coinbase/authenticate-wallet
View on GitHub

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

  • Working with authenticate wallet functionality
  • Implementing authenticate wallet features
  • Debugging authenticate wallet related issues