Ops Rotate Setup
Skill Verifiziert AktivInteractive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-<account_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.
To simplify and automate the process of initializing OAuth tokens for the multi-account Claude rotator, ensuring accounts are properly configured and securely stored.
Funktionen
- Interactive OAuth token initialization
- Playwright magic-link flow
- Secure keychain token storage
- Handles 2FA prompts
- Re-runnable for updates or expirations
Anwendungsfälle
- Setting up new Claude accounts for the rotator
- Re-initializing tokens for expired or rotated credentials
- Automating the OAuth setup step during initial system configuration
- Ensuring all configured accounts have valid session tokens
Nicht-Ziele
- Automatically enabling the account rotation daemon
- Managing or rotating API keys beyond session tokens
- Performing any other operational tasks outside of OAuth initialization
Workflow
- Load configuration from user or repository settings.
- Check if accounts are configured; if not, prompt user to add accounts or use existing keychain.
- For each configured account, check for existing keychain tokens.
- If tokens are missing, run the Playwright OAuth flow in the background.
- Handle magic links, 2FA prompts, and session cookie verification.
- Write verified tokens to the OS keychain.
- Provide a summary of initialized and failed accounts.
Voraussetzungen
- Claude Code 1.0+
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops/plugin install claude-ops@ops-marketplaceQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Netlify Identity
100Verwenden Sie dies, wenn die Aufgabe Authentifizierung, Benutzerregistrierungen, Anmeldungen, Passwortwiederherstellung, OAuth-Anbieter, rollenbasierte Zugriffskontrolle oder den Schutz von Routen und Funktionen beinhaltet. Verwenden Sie immer `@netlify/identity`. Verwenden Sie niemals `netlify-identity-widget` oder `gotrue-js` – diese sind veraltet.
Mongodb Mcp Setup
100Anleitung für Benutzer zur Konfiguration wichtiger MongoDB MCP-Serveroptionen. Verwenden Sie diese Skill, wenn ein Benutzer den MongoDB MCP-Server installiert hat, aber die erforderlichen Umgebungsvariablen nicht konfiguriert wurden oder wenn er nach der Verbindung zu MongoDB/Atlas fragt und die Anmeldeinformationen nicht eingerichtet sind.
Auth0 Express OAuth2 JWT Bearer
100Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support
Auth0 SPA JS Integration
100Use when adding authentication to Vanilla JS, Svelte, or any framework-agnostic single-page applications - integrates @auth0/auth0-spa-js SDK for SPAs without framework-specific wrappers
Auth0 Nuxt
100Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK
Auth0 Next.js
100Use when adding authentication to Next.js applications (login, logout, protected pages, middleware, server components) - supports App Router and Pages Router with @auth0/nextjs-auth0 SDK.