caam

Solid

Use when switching AI coding CLI accounts quickly to recover from subscription rate limits or OAuth friction.

AI & Automation 389 stars 40 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- TOC: Quick Start | THE EXACT PROMPT | Smart Rotation | TUI | Isolated Profiles | References --> # CAAM — Coding Agent Account Manager > **Core Problem:** You hit rate limits on your $200/mo Claude Max subscription. Browser OAuth takes 30-60 seconds. CAAM swaps accounts in ~50ms. ## Quick Start ```bash # Install curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_account_manager/main/install.sh?$(date +%s)" | bash # Backup current account caam backup claude alice@gmail.com # Clear, login with another account, backup that too caam clear claude claude # /login with bob@gmail.com caam backup claude bob@gmail.com # Switch instantly forever caam activate claude alice@gmail.com # ~50ms caam activate claude bob@gmail.com # ~50ms ``` --- ## THE EXACT PROMPT — Daily Commands ### Check Status ```bash caam status ``` Shows active profile for each tool based on content hash matching. ### Instant Switch ```bash caam activate claude bob@gmail.com ``` Restores auth files from vault. ~50ms, no browser. ### Smart Auto-Switch ```bash caam activate claude --auto ``` Rotation algorithm picks best profile based on health, recency, cooldowns. ### Mark Rate Limited ```bash caam cooldown set claude ``` Marks current profile for 60min. Rotation skips it. ### Zero-Friction Aliases ```bash # Add to .bashrc/.zshrc alias claude='caam run claude --' alias codex='caam run codex --' alias gemini='caam run gemini --' # Now these auto-failover on rat...

Details

Author
boshu2
Repository
boshu2/agentops
Created
7 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category