Claude Code profile switcher and launcher.
# Copy to your PATH
cp ccuse ~/.local/bin/ccuse
chmod +x ~/.local/bin/ccuse# Quick start with MiniMax
ccuse cm
# Quick start with Kimi
ccuse ck
# Quick start with GLM
ccuse cg
# Quick start with Claude
ccuse cc
# Switch global profile
ccuse minimax
ccuse kimi
ccuse glm
ccuse claude
# Apply profile locally (current directory only)
ccuse local minimax
# Other commands
ccuse list # List profiles
ccuse show # Show current config
ccuse init-minimax # Create MiniMax profile
ccuse init-kimi # Create Kimi profile
ccuse init-glm # Create GLM profileProfiles are stored in ~/.claude/profiles/ as JSON files.
MIT