{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/auto-router",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-router",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "router-integration.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/auto-router",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Auto-Router Skill",
        "body": "Route automatiquement chaque message vers le modèle le plus adapté et économique."
      },
      {
        "title": "Principe",
        "body": "🤖 Analyse intelligente → Choix automatique → Exécution optimale\n\nType 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"
      },
      {
        "title": "Activation manuelle",
        "body": "# Test d'un message\nnode /Users/thibaut/clawd/auto-router.js \"Comment écrire une fonction Python ?\""
      },
      {
        "title": "Intégration Clawdbot",
        "body": "Le skill analyse automatiquement tes messages et route vers le modèle optimal."
      },
      {
        "title": "Exemples de routage",
        "body": "# Question simple → Local gratuit\n\"Salut ça va ?\" → Llama 3.2 3B\n\n# Code → Local gratuit  \n\"Comment faire une boucle en Python ?\" → Qwen Coder 7B\n\n# Business → API modéré\n\"Quelle stratégie marketing adopter ?\" → Claude Sonnet 4\n\n# Très complexe → API premium\n\"Analyse macro-économique globale avec 20 variables\" → Claude Opus 4.5"
      },
      {
        "title": "Économies",
        "body": "~85% de réduction sur les coûts d'IA\nQuestions simples/code = 100% gratuit (local)\nAnalyses business = modèle économique (Sonnet)\nRecherche avancée = modèle premium (Opus, justifié)"
      },
      {
        "title": "Configuration",
        "body": "Modèles disponibles dans /Users/thibaut/clawd/auto-router.js :\n\nconst MODELS = {\n  'llama3.2:3b': { type: 'local', cost: 0 },\n  'qwen2.5:7b': { type: 'local', cost: 0 }, \n  'qwen2.5-coder:7b': { type: 'local', cost: 0 },\n  'claude-sonnet-4': { type: 'api', cost: 1 },\n  'claude-opus-4.5': { type: 'api', cost: 3 }\n};"
      },
      {
        "title": "Notes",
        "body": "Premier lancement des modèles locaux = plus lent (chargement)\nModèles locaux restent chargés en mémoire après usage\nTimeouts configurables par modèle\nRègles de routage ajustables selon tes besoins"
      }
    ],
    "body": "Auto-Router Skill\n\nRoute automatiquement chaque message vers le modèle le plus adapté et économique.\n\nPrincipe\n\n🤖 Analyse intelligente → Choix automatique → Exécution optimale\n\nType de question\tModèle choisi\tCoût\nQuestions simples\tLlama 3.2 3B (local)\t🆓 Gratuit\nUsage général\tQwen 2.5 7B (local)\t🆓 Gratuit\nCode/technique\tQwen Coder 7B (local)\t🆓 Gratuit\nBusiness/analyse\tClaude Sonnet 4 (API)\t💰 Modéré\nTrès complexe\tClaude Opus 4.5 (API)\t💰💰💰 Premium\nUtilisation\nActivation manuelle\n# Test d'un message\nnode /Users/thibaut/clawd/auto-router.js \"Comment écrire une fonction Python ?\"\n\nIntégration Clawdbot\n\nLe skill analyse automatiquement tes messages et route vers le modèle optimal.\n\nExemples de routage\n# Question simple → Local gratuit\n\"Salut ça va ?\" → Llama 3.2 3B\n\n# Code → Local gratuit  \n\"Comment faire une boucle en Python ?\" → Qwen Coder 7B\n\n# Business → API modéré\n\"Quelle stratégie marketing adopter ?\" → Claude Sonnet 4\n\n# Très complexe → API premium\n\"Analyse macro-économique globale avec 20 variables\" → Claude Opus 4.5\n\nÉconomies\n~85% de réduction sur les coûts d'IA\nQuestions simples/code = 100% gratuit (local)\nAnalyses business = modèle économique (Sonnet)\nRecherche avancée = modèle premium (Opus, justifié)\nConfiguration\n\nModèles disponibles dans /Users/thibaut/clawd/auto-router.js :\n\nconst MODELS = {\n  'llama3.2:3b': { type: 'local', cost: 0 },\n  'qwen2.5:7b': { type: 'local', cost: 0 }, \n  'qwen2.5-coder:7b': { type: 'local', cost: 0 },\n  'claude-sonnet-4': { type: 'api', cost: 1 },\n  'claude-opus-4.5': { type: 'api', cost: 3 }\n};\n\nNotes\nPremier lancement des modèles locaux = plus lent (chargement)\nModèles locaux restent chargés en mémoire après usage\nTimeouts configurables par modèle\nRègles de routage ajustables selon tes besoins"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/thibautnext/auto-router",
    "publisherUrl": "https://clawhub.ai/thibautnext/auto-router",
    "owner": "thibautnext",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}