What problem does it solve?
Switching and auditing AI coding tool configurations (Claude Code, Codex, Gemini CLI, OpenCode, OpenClaw, Hermes) normally requires opening the CC Switch desktop app; this Skill exposes the same database through a scriptable command-line interface that agents and developers can query and modify directly.
Core Features & Use Cases
- Provider Management: List, inspect, and switch the active AI provider per app with masked display of API tokens and secrets.
- Proxy, MCP, and Skills Control: Check local HTTP proxy status and ports, enable MCP servers, and list installed skills and repos.
- Usage and Session Analytics: View API usage statistics, cost logs, and browse AI conversation sessions with JSON output for programmatic consumption.
- Use Case: An agent runs
cli-anything-ccswitch --json providers set-current <id> --app claude to switch Claude Code to a different provider, then verifies the change with usage stats --days 7.
Quick Start
Ask the agent to list all configured providers for Claude Code in JSON format using the cli-anything-ccswitch command.