Routes LLM requests to the cheapest capable model across 8 providers (Anthropic, Google, OpenAI, DeepSeek, xAI, Moonshot, Mistral, Ollama) and 25+ models. Scores prompts on 8 dimensions in under 1ms, supports three routing modes (eco, standard, gigachad), and logs all decisions for cost tracking.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawd-throttle或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawd-throttle⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawd-throttle/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawd-throttle description: Routes LLM requests to the cheapest capable model across 8 providers (Anthropic, Google, OpenAI, DeepSeek, xAI, Moonshot, Mistral, Ollama) and 25+ models. Scores prompts on 8 dimensions in under 1ms, supports three routing modes (eco, standard, gigachad), and logs all decisions for cost tracking. homepage: https://github.com/liekzejaws/clawd-throttle metadata: {"clawdbot":{"emoji":"\uD83C\uDFCE\uFE0F","requires":{"bins":["node"],"env":["ANTHROPIC_API_KEY","GOOGLE_AI_API_KEY"],"optionalEnv":["XAI_API_KEY","OPENAI_API_KEY","DEEPSEEK_API_KEY","MOONSHOT_API_KEY","MISTRAL_API_KEY"]},"install":[{"id":"clawd-throttle","kind":"node","script":"scripts/setup.ps1","label":"Setup Clawd Throttle (API keys + routing mode)"}]}} ---
Route every LLM request to the cheapest model that can handle it. Stop paying Opus prices for "hello" and "summarize this."
Supports 8 providers and 25+ models: Anthropic (Claude), Google (Gemini), OpenAI (GPT / o-series), xAI (Grok), DeepSeek, Moonshot (Kimi), Mistral, and Ollama (local).
reasoning markers, simplicity indicators, multi-step patterns, question count, system prompt complexity, conversation depth) in under 1 millisecond
model based on your active mode and configured providers
| Mode | Simple | Standard | Complex | |------|--------|----------|---------| | eco | Grok 4.1 Fast | Gemini Flash | Haiku | | standard | Grok 4.1 Fast | Haiku | Sonnet | | gigachad | Haiku | Sonnet | Opus 4.6 |
Each cell shows the first-choice model. The router tries a preference list and falls through to the next available provider if the first is not configured.
| Command | What It Does | |---------|-------------| | route_request | Send a prompt and get a response from the cheapest capable model | | classify_prompt | Analyze prompt complexity without making an LLM call | | get_routing_stats | View cost savings and model distribution stats | | get_config | View current configuration (keys redacted) | | set_mode | Change routing mode at runtime | | get_recent_routing_log | Inspect recent routing decisions |
/opus, /sonnet, /haiku, /flash, or /grok-fast to force a specific model- Anthropic: https://console.anthropic.com/settings/keys - Google AI: https://aistudio.google.com/app/apikey - xAI: https://console.x.ai - OpenAI: https://platform.openai.com/api-keys - DeepSeek: https://platform.deepseek.com - Moonshot: https://platform.moonshot.cn - Mistral: https://console.mistral.ai
``` npm run setup ```
安装 Clawd Throttle 后,可以对 AI 说这些话来触发它
Help me get started with Clawd Throttle
Explains what Clawd Throttle does, walks through the setup, and runs a quick demo based on your current project
Use Clawd Throttle to routes LLM requests to the cheapest capable model across 8 provider...
Invokes Clawd Throttle with the right parameters and returns the result directly in the conversation
What can I do with Clawd Throttle in my marketing & growth workflow?
Lists the top use cases for Clawd Throttle, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawd-throttle/ 目录(个人级,所有项目可用),或 .claude/skills/clawd-throttle/(项目级)。重启 AI 客户端后,用 /clawd-throttle 主动调用,或让 AI 根据上下文自动发现并使用。
Clawd Throttle 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawd Throttle 可免费安装使用。请查阅仓库了解许可证信息。
Routes LLM requests to the cheapest capable model across 8 providers (Anthropic, Google, OpenAI, DeepSeek, xAI, Moonshot, Mistral, Ollama) and 25+ models. Scores prompts on 8 dimensions in under 1ms, supports three routing modes (eco, standard, gigachad), and logs all decisions for cost tracking.
Clawd Throttle 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Clawd Throttle
Identifies repetitive steps in your workflow and sets up Clawd Throttle to handle them automatically