C2switcher banner
can1357 can1357

C2switcher

Development community

Description

Manage multiple Claude Code accounts with usage tracking & load balancing.

Installation

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

README

C2Switcher

Manage multiple Claude Code accounts with usage tracking, load balancing, and a KDE Plasma widget

C2Switcher is a practical CLI tool for juggling multiple Claude Code accounts. It tracks usage, automatically selects the best account based on availability, and includes a neat Plasma widget for at-a-glance monitoring.

Features

![KDE Plasmoid Widget](rsrc/plasmoid.png)

_Live usage monitoring with color-coded badges and one-click account switching_

  • Multi-account management - Store and switch between multiple Claude Code accounts
  • Usage tracking - Monitor 5-hour, 7-day, and Sonnet usage limits with color-coded indicators
  • Smart load balancing - Automatically picks the optimal account based on usage and active sessions
  • Session tracking - See which accounts are actively being used and where
  • KDE Plasma widget - Monitor all accounts from your panel
  • Usage caching - Respects rate limits with 5-minute cache
  • Wrapper script - c2claude command for seamless account switching

Disclaimer

_This tool uses undocumented OAuth API endpoints to fetch usage data and authenticate accounts. While Anthropic allows users to create multiple accounts (confirmed by multiple people who asked Anthropic Staff, including me), this implementation relies on reverse-engineered API endpoints that may change without notice._

_If Anthropic would prefer this tool not exist, please reach out and I'll gladly take it down. I'm very compliant like that :)_

Quick Start

One-line Installation

curl -fsSL https://raw.githubusercontent.com/can1357/c2switcher/master/setup.sh | bash

Or download and run interactively:

git clone https://github.com/can1357/c2switcher.git
cd c2switcher
./setup.sh

The interactive installer will ask what you want to install:

  • CLI tools only
  • CLI tools + KDE Plasmoid
  • Plasmoid only (if CLI already installed)

Alternative: Manual Installation