What problem does it solve? Rebuilding a working Grok CLI stack on a new Mac involves many fragile moving parts: installing CLIProxyAPI (CPA), routing Grok CLI through its local OpenAI-compatible endpoint, deploying a private Cloudflare temporary-email Worker, configuring grok-register, and recovering failed OIDC exports. This Skill turns that into a checkpointed, secret-safe, auditable procedure. ## Core Features & Use Cases - Guided stack bootstrap: Installs CPA via Homebrew, routes Grok CLI through 127.0.0.1:8317 with a managed configurator script, and deploys a private Cloudflare temp-mail Worker with D1 and subdomain Email Routing. - Authorized registration and OIDC recovery: Runs explicitly authorized grok-register batches and retries rate-limited CPA OIDC exports sequentially with cooldowns, error classification, and credential redaction. - Safe auditing: Validates CPA auth files, model catalog routing, file permissions, and optionally a live Grok inference check without printing secrets. - Use Case: After migrating to a new Mac, use this Skill to reinstall CPA, redeploy the temp-mail Worker, recover previously registered accounts' auth JSON files, and verify the full chain end to end. ## Quick Start Ask the agent to use the grok-cpa-bootstrap skill to audit the existing Grok CLI and CPA installation on this Mac and report what is missing before reinstalling anything.