← All skills
Tencent SkillHub · Developer Tools

Auto Router

Routage automatique vers le modèle optimal selon le type de question (local gratuit vs API payant)

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Routage automatique vers le modèle optimal selon le type de question (local gratuit vs API payant)

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, router-integration.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • router-integration.sh Scripts