# Send Clawd Throttle to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawd-throttle",
    "name": "Clawd Throttle",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/liekzejaws/clawd-throttle",
    "canonicalUrl": "https://clawhub.ai/liekzejaws/clawd-throttle",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawd-throttle",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawd-throttle",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "data/classifier-weights.json",
      "data/model-catalog.json",
      "data/routing-table.json",
      "package.json"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawd-throttle",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-04-30T12:35:42.809Z",
      "expiresAt": "2026-05-01T00:35:42.809Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawd-throttle",
        "error": "Timed out after 5000ms",
        "slug": "clawd-throttle"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/liekzejaws/clawd-throttle"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawd-throttle",
    "downloadUrl": "https://openagent3.xyz/downloads/clawd-throttle",
    "agentUrl": "https://openagent3.xyz/skills/clawd-throttle/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawd-throttle/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawd-throttle/agent.md"
  }
}
```
## Documentation

### Clawd Throttle

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).

### How It Works

Your prompt arrives
The classifier scores it on 8 dimensions (token count, code presence,
reasoning markers, simplicity indicators, multi-step patterns, question
count, system prompt complexity, conversation depth) in under 1 millisecond
The router maps the resulting tier (simple / standard / complex) to a
model based on your active mode and configured providers
The request is proxied to the correct API
The routing decision and cost are logged to a local JSONL file

### Routing Modes

ModeSimpleStandardComplexecoGrok 4.1 FastGemini FlashHaikustandardGrok 4.1 FastHaikuSonnetgigachadHaikuSonnetOpus 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.

### Available Commands

CommandWhat It Doesroute_requestSend a prompt and get a response from the cheapest capable modelclassify_promptAnalyze prompt complexity without making an LLM callget_routing_statsView cost savings and model distribution statsget_configView current configuration (keys redacted)set_modeChange routing mode at runtimeget_recent_routing_logInspect recent routing decisions

### Overrides

Heartbeats and summaries always route to the cheapest model
Type /opus, /sonnet, /haiku, /flash, or /grok-fast to force a specific model
Sub-agent calls automatically step down one tier from their parent

### Setup

Get at least one API key (Anthropic or Google required; others optional):

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


Run the setup script:
npm run setup


Choose your routing mode (eco / standard / gigachad)

### Privacy

Prompt content is never stored. Only a SHA-256 hash is logged.
All data stays local in ~/.config/clawd-throttle/
API keys stored in your local config file
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: liekzejaws
- Version: 2.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-04-30T12:35:42.809Z
- Expires at: 2026-05-01T00:35:42.809Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/clawd-throttle)
- [Send to Agent page](https://openagent3.xyz/skills/clawd-throttle/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawd-throttle/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawd-throttle/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawd-throttle)