๐ŸŽฏ

authenticate-wallet

๐ŸŽฏSkill

from coinbase/agentic-wallet-skills

VibeIndex|
What it does
|

Skill for authenticating with the agentic payments wallet using a two-step email OTP process via the awal CLI, serving as a prerequisite for sending, trading, or funding operations.

Overview

authenticate-wallet is a Claude Code skill from Coinbase's agentic wallet skills collection that handles wallet sign-in and authentication. It serves as the prerequisite step before any wallet operations like sending, trading, or funding, and should be invoked whenever authentication or "not signed in" errors occur during wallet interactions.

Key Features

  • Wallet authentication: Provides sign-in, login, and connection functionality for the Coinbase agentic wallet system.
  • Prerequisite for all wallet operations: Must be completed before sending, trading, or funding operations can proceed.
  • Error recovery: Automatically handles authentication failures and "not signed in" errors that occur during other wallet operations.
  • Status and balance checking: After authentication, can check wallet status, balance, and address information.
  • User-invocable: Can be triggered directly by users or automatically when authentication issues are detected.

Who is this for?

This skill is designed for developers and users working with Coinbase's agentic wallet system within Claude Code. It is essential for anyone building AI-assisted crypto workflows who needs reliable wallet authentication as a foundation for sending, trading, or managing digital assets.

๐Ÿ“ฆ

Same repository

coinbase/agentic-wallet-skills(10 items)

authenticate-wallet

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add coinbase/agentic-wallet-skills --skill authenticate-wallet
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add coinbase/agentic-wallet-skills --skill authenticate-wallet
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/authenticate-wallet/SKILL.md

SKILL.md

1,671Installs
-
AddedFeb 10, 2026

More from this repository9

๐ŸŽฏ
trade๐ŸŽฏSkill

Executes cryptocurrency trades on Coinbase by analyzing market conditions, calculating optimal entry/exit points, and managing transaction parameters

๐ŸŽฏ
x402๐ŸŽฏSkill

Generates secure, gas-optimized transaction payloads for complex blockchain interactions with advanced encoding and validation techniques.

๐ŸŽฏ
pay-for-service๐ŸŽฏSkill

Enables secure cryptocurrency payments for digital services by generating transaction details, calculating fees, and executing transfers on blockchain networks.

๐ŸŽฏ
monetize-service๐ŸŽฏSkill

Skill for building and deploying paid APIs that other agents can pay to use via the x402 HTTP-native payment protocol, with automatic USDC payments on Base and service discovery through the x402 Bazaar.

๐ŸŽฏ
send-usdc๐ŸŽฏSkill

Skill for sending USDC to any Ethereum address or ENS name on Base using the awal CLI, supporting dollar amounts, atomic units, and ENS resolution.

๐ŸŽฏ
search-for-service๐ŸŽฏSkill

Quickly locate and evaluate blockchain services, protocols, and platforms based on specific user requirements and technical criteria.

๐ŸŽฏ
fund๐ŸŽฏSkill

Skill for adding USDC funds to the agentic wallet via Coinbase Onramp, supporting Apple Pay, debit cards, bank transfers, and Coinbase account funding methods.

๐ŸŽฏ
query-onchain-data๐ŸŽฏSkill

Skill for querying onchain data (events, transactions, blocks, transfers) on Base using the CDP SQL API via x402, with CoinbaseQL syntax based on ClickHouse and indexed field requirements for performance.

๐ŸŽฏ
query-blockchain-data๐ŸŽฏSkill

Skill