skishore23

Clauden — Development skill for Claude Code

Development community

Automatic Multi-account Claude OAuth rotating proxy.

How to install Clauden

This entry records only its repository, not the path inside it, so there is no exact command to give. Open skishore23/clauden and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Clauden does

Automatic Multi-account Claude OAuth rotating proxy.

Alternatives in Development

  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
  • Claude Balancer — A load balancer proxy for multiple Claude OAuth accounts with automatic failover, request tracking, and web da 910 ★

README

claudeN

**Multi-account Claude OAuth rotating proxy — never hit a rate limit again**

*Log in to several Claude subscriptions · point Claude Code at the proxy · it rotates accounts automatically when one is rate-limited*


What it does

`clauden` is a tiny, single-binary proxy that sits between Claude Code (or any Anthropic-compatible client) and `api.anthropic.com`. You log in to multiple Claude **subscription** accounts via OAuth; the proxy forwards requests using the active account's token and **transparently switches accounts** the moment one returns a rate-limit (`429`), credit (`402`), or overloaded (`529`) error.

  • OAuth subscriptions — stacks your Claude Max/Pro logins (no per-token API billing)
  • Automatic rotation — cools down a limited account and retries on the next, mid-request
  • Proactive quota awareness — reads Anthropic's anthropic-ratelimit-unified-* headers and switches away from an account at ≥95% utilization before it 429s
  • Load-balancing strategiesround-robin, least-used, or session-sticky (pins a conversation to one account to preserve Anthropic's prompt cache → cheaper + faster)
  • Auto token refresh — refreshes OAuth tokens ~5 min before expiry
  • True streaming — SSE responses pipe straight through
  • Single static binary — no Node, no runtime, ~3.5 MB, ~10 MB RAM
  Claude Code ──▶ clauden (:3131) ──▶ api.anthropic.com
                     │ picks active account, injects Bearer token
                     │ on 429/402/529 → cooldown + rotate + retry
                     ▼
              ~/.claudeN/config.json   (accounts + state)

Install

**Requires [Rust](https://rustup.rs) (1.86+).**

One-liner (recommended)

cargo install --git https://github.com/skishore23/clauden

This builds and installs the `clauden` binary into `~/.cargo/bin` (already on your PATH if you used rustup).

Install script

curl -fsSL https:/