{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-model-router-skill",
    "name": "OpenClaw Model Router Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/VulcanusALex/openclaw-model-router-skill",
    "canonicalUrl": "https://clawhub.ai/VulcanusALex/openclaw-model-router-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-model-router-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-model-router-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "assets/logo.svg",
      "docs/runbook.md",
      "docs/scheduler-notes.md"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/openclaw-model-router-skill"
    },
    "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/openclaw-model-router-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Model Router Skill",
        "body": "Deterministic model routing with a closed-loop production switch pipeline."
      },
      {
        "title": "Why use this skill",
        "body": "Explicit user intent routing (@codex, @mini)\nTime-window model policy (router.schedule.json)\nSafe switch flow with verification and rollback\nConcurrency lock to prevent race conditions\nStructured audit logs for operations and incident review"
      },
      {
        "title": "Core capabilities",
        "body": "Prefix routing\n\n@codex → openai-codex/gpt-5.3-codex\n@mini → minimax/MiniMax-M2.5\nAliases: @c, @m\n\nScheduler routing\n\nRule-based windows by day/time/priority\nTimezone-aware resolution (router.schedule.json.timezone)\nSupports overnight windows (e.g. 18:00 → 09:00)\n\nProduction switch loop\n\nschedule apply / schedule end\nAuth gate (auth.requiredEnv[])\nSwitch + readback verify\nFailure classification (auth_expired, rate_limit, provider_drift, unknown)\nOptional rollback (safety.rollbackOnFailure)\nLock file (safety.lockPath) to avoid concurrent switching\nAudit logs (router.log.jsonl + rotation)"
      },
      {
        "title": "Quick commands",
        "body": "# Validate config\nnode src/cli.js validate\n\n# Route inspection\nnode src/cli.js route \"@codex implement this\" --json\n\n# Scheduler\nnode src/cli.js schedule validate\nnode src/cli.js schedule resolve --at \"2026-03-02T10:00:00+01:00\" --json\nnode src/cli.js schedule apply --json\nnode src/cli.js schedule end --id workday_codex --json"
      },
      {
        "title": "Key config files",
        "body": "router.config.json (prefix map, retry, auth, safety, logging, controller)\nrouter.schedule.json (timezone + rules)"
      },
      {
        "title": "Reliability checklist",
        "body": "Deterministic mapping\nIdempotent switching behavior\nExecute only after switch verification\nObservable success/failure events\nRecoverability on failure paths"
      },
      {
        "title": "Tests",
        "body": "node --test"
      }
    ],
    "body": "OpenClaw Model Router Skill\n\nDeterministic model routing with a closed-loop production switch pipeline.\n\nWhy use this skill\nExplicit user intent routing (@codex, @mini)\nTime-window model policy (router.schedule.json)\nSafe switch flow with verification and rollback\nConcurrency lock to prevent race conditions\nStructured audit logs for operations and incident review\nCore capabilities\nPrefix routing\n@codex → openai-codex/gpt-5.3-codex\n@mini → minimax/MiniMax-M2.5\nAliases: @c, @m\nScheduler routing\nRule-based windows by day/time/priority\nTimezone-aware resolution (router.schedule.json.timezone)\nSupports overnight windows (e.g. 18:00 → 09:00)\nProduction switch loop\nschedule apply / schedule end\nAuth gate (auth.requiredEnv[])\nSwitch + readback verify\nFailure classification (auth_expired, rate_limit, provider_drift, unknown)\nOptional rollback (safety.rollbackOnFailure)\nLock file (safety.lockPath) to avoid concurrent switching\nAudit logs (router.log.jsonl + rotation)\nQuick commands\n# Validate config\nnode src/cli.js validate\n\n# Route inspection\nnode src/cli.js route \"@codex implement this\" --json\n\n# Scheduler\nnode src/cli.js schedule validate\nnode src/cli.js schedule resolve --at \"2026-03-02T10:00:00+01:00\" --json\nnode src/cli.js schedule apply --json\nnode src/cli.js schedule end --id workday_codex --json\n\nKey config files\nrouter.config.json (prefix map, retry, auth, safety, logging, controller)\nrouter.schedule.json (timezone + rules)\nReliability checklist\nDeterministic mapping\nIdempotent switching behavior\nExecute only after switch verification\nObservable success/failure events\nRecoverability on failure paths\nTests\nnode --test"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/VulcanusALex/openclaw-model-router-skill",
    "publisherUrl": "https://clawhub.ai/VulcanusALex/openclaw-model-router-skill",
    "owner": "VulcanusALex",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-model-router-skill",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-model-router-skill/agent.md"
  }
}