authenticate-wallet

Installation
SKILL.md

Wallet Authentication

Manage the authentication session for the fibx CLI. Supports two methods: email OTP (via Privy server wallets) and private key import (local wallet).

Prerequisites

  • No active session required — this skill creates one

Rules

  1. For email login, NEVER ask the user for a private key.
  2. For private key import, warn the user: "Your private key will be encrypted with AES-256-GCM and stored locally. The encryption key is auto-generated per machine. Shall I proceed?"
  3. You MUST complete auth login before auth verify. They are sequential steps.
  4. After successful auth verify or auth import, ALWAYS run npx fibx@latest status to confirm the session is active.
  5. NEVER store or log private keys, OTP codes, or session tokens in conversation history.

Commands

Email OTP Login (2-step)

Related skills
Installs
19
First Seen
Feb 14, 2026