auth-provider

Installation
SKILL.md

Auth Provider Skill

Foundation skill that manages OAuth tokens and API keys for all other skills in the OpenClaw ecosystem. Provides secure encrypted storage, automatic token refresh, PKCE OAuth flow, and health monitoring.

Features

  • OAuth 2.0 with PKCE: Secure authorization flow for Google, QuickBooks, and Slack
  • API Key Management: Store and manage API credentials for Binance and other services
  • Encrypted Storage: AES-256 encrypted credentials in SQLite database
  • Auto-refresh: Automatic token refresh before expiration
  • Multi-profile: Support multiple accounts per provider
  • Health Checks: Validate credential status and expiration

Supported Providers

Provider Type Environment Variables
Google OAuth 2.0 GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
Binance API Key None (configured per-profile)
Related skills
Installs
6
Repository
ticruz38/skills
First Seen
Feb 20, 2026