🎯

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

850Installs
-
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