cc-fleet
Run third-party models as Claude Code workers and teams
All Skills in This Repository (3)
Pure Emerald Level Indicatorsworkflow
Orchestrate multi-phase task executions across cc-fleet subagents with JavaScript scripts.
subagent
Execute one-shot or batch tasks using provider subagents.
team
Manage long-lived provider LLM teammates within Claude Code workflows.
Frequently Asked Questions
FAQPage SchemaHow to install cc-fleet?โผ
Run `npx skills add ethanhq/cc-fleet --all -g -y` in your terminal to install all skills in this suite globally.
What does cc-fleet do?โผ
It lets third-party models like DeepSeek, GLM, Kimi, and Qwen run as real Claude Code workers, so you can delegate tasks to them as subagents, teammates, or workflow steps.
Do I need a Claude subscription to use cc-fleet?โผ
No. You need the Claude Code CLI installed, but provider workers run on their own API keys, and `ccf run` starts a full session on any configured provider.
Are my provider API keys safe with cc-fleet?โผ
Yes. Keys are resolved through a helper at runtime and never appear in environment variables, command arguments, logs, or shell history.
Can I mix different models in one workflow?โผ
Yes. A single workflow script can assign each step to a different provider, run them in parallel, and cap total spend in dollars or tokens.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core