← All skills
Tencent SkillHub Β· AI

OpenClaw Model Router Skill

Deterministic model routing for OpenClaw with prefix routing (@codex/@mini), timezone-aware schedule switching, verify-after-switch, rollback, lock protectio...

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

Deterministic model routing for OpenClaw with prefix routing (@codex/@mini), timezone-aware schedule switching, verify-after-switch, rollback, lock protectio...

⬇ 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
CHANGELOG.md, README.md, SKILL.md, assets/logo.svg, docs/runbook.md, docs/scheduler-notes.md

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

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.1

Documentation

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

OpenClaw Model Router Skill

Deterministic model routing with a closed-loop production switch pipeline.

Why use this skill

Explicit user intent routing (@codex, @mini) Time-window model policy (router.schedule.json) Safe switch flow with verification and rollback Concurrency lock to prevent race conditions Structured audit logs for operations and incident review

Core capabilities

Prefix routing @codex β†’ openai-codex/gpt-5.3-codex @mini β†’ minimax/MiniMax-M2.5 Aliases: @c, @m Scheduler routing Rule-based windows by day/time/priority Timezone-aware resolution (router.schedule.json.timezone) Supports overnight windows (e.g. 18:00 β†’ 09:00) Production switch loop schedule apply / schedule end Auth gate (auth.requiredEnv[]) Switch + readback verify Failure classification (auth_expired, rate_limit, provider_drift, unknown) Optional rollback (safety.rollbackOnFailure) Lock file (safety.lockPath) to avoid concurrent switching Audit logs (router.log.jsonl + rotation)

Quick commands

# Validate config node src/cli.js validate # Route inspection node src/cli.js route "@codex implement this" --json # Scheduler node src/cli.js schedule validate node src/cli.js schedule resolve --at "2026-03-02T10:00:00+01:00" --json node src/cli.js schedule apply --json node src/cli.js schedule end --id workday_codex --json

Key config files

router.config.json (prefix map, retry, auth, safety, logging, controller) router.schedule.json (timezone + rules)

Reliability checklist

Deterministic mapping Idempotent switching behavior Execute only after switch verification Observable success/failure events Recoverability on failure paths

Tests

node --test

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Assets
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • docs/runbook.md Docs
  • docs/scheduler-notes.md Docs
  • README.md Docs
  • assets/logo.svg Assets