# Send Auto Router to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auto-router",
    "name": "Auto Router",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/thibautnext/auto-router",
    "canonicalUrl": "https://clawhub.ai/thibautnext/auto-router",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/auto-router",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-router",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "router-integration.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "auto-router",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:16:08.578Z",
      "expiresAt": "2026-05-07T06:16:08.578Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-router",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-router",
        "contentDisposition": "attachment; filename=\"auto-router-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "auto-router"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/auto-router"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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/auto-router",
    "downloadUrl": "https://openagent3.xyz/downloads/auto-router",
    "agentUrl": "https://openagent3.xyz/skills/auto-router/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-router/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-router/agent.md"
  }
}
```
## Documentation

### Auto-Router Skill

Route automatiquement chaque message vers le modèle le plus adapté et économique.

### Principe

🤖 Analyse intelligente → Choix automatique → Exécution optimale

Type de questionModèle choisiCoûtQuestions simplesLlama 3.2 3B (local)🆓 GratuitUsage généralQwen 2.5 7B (local)🆓 GratuitCode/techniqueQwen Coder 7B (local)🆓 GratuitBusiness/analyseClaude Sonnet 4 (API)💰 ModéréTrès complexeClaude Opus 4.5 (API)💰💰💰 Premium

### Activation manuelle

# Test d'un message
node /Users/thibaut/clawd/auto-router.js "Comment écrire une fonction Python ?"

### Intégration Clawdbot

Le skill analyse automatiquement tes messages et route vers le modèle optimal.

### Exemples de routage

# Question simple → Local gratuit
"Salut ça va ?" → Llama 3.2 3B

# Code → Local gratuit  
"Comment faire une boucle en Python ?" → Qwen Coder 7B

# Business → API modéré
"Quelle stratégie marketing adopter ?" → Claude Sonnet 4

# Très complexe → API premium
"Analyse macro-économique globale avec 20 variables" → Claude Opus 4.5

### Économies

~85% de réduction sur les coûts d'IA
Questions simples/code = 100% gratuit (local)
Analyses business = modèle économique (Sonnet)
Recherche avancée = modèle premium (Opus, justifié)

### Configuration

Modèles disponibles dans /Users/thibaut/clawd/auto-router.js :

const MODELS = {
  'llama3.2:3b': { type: 'local', cost: 0 },
  'qwen2.5:7b': { type: 'local', cost: 0 }, 
  'qwen2.5-coder:7b': { type: 'local', cost: 0 },
  'claude-sonnet-4': { type: 'api', cost: 1 },
  'claude-opus-4.5': { type: 'api', cost: 3 }
};

### Notes

Premier lancement des modèles locaux = plus lent (chargement)
Modèles locaux restent chargés en mémoire après usage
Timeouts configurables par modèle
Règles de routage ajustables selon tes besoins
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: thibautnext
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T06:16:08.578Z
- Expires at: 2026-05-07T06:16:08.578Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/auto-router)
- [Send to Agent page](https://openagent3.xyz/skills/auto-router/agent)
- [JSON manifest](https://openagent3.xyz/skills/auto-router/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/auto-router/agent.md)
- [Download page](https://openagent3.xyz/downloads/auto-router)