LaunchKit · 2026
Back to Skills

friday-router

Your AI's Smart Traffic Director—precisely matching OpenClaw tasks to the perfect LLM.

0
540 downloads
by @runeweaverstudios

Setup & Installation

openclaw skills install @runeweaverstudios/friday-router

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install friday-router

Version History

v1.6.2Feb 16, 2026 - Version note by skill developer:

**v1.7.0 — Security-focused major update.** - Removes all gateway authentication secret exposure from router output. - Removes in-skill gateway management and gateway_guard integration; refer users to the separate gateway-guard skill. - No longer handles or exposes gateway tokens/passwords; router outputs only safe parameters. - Standalone routing: Reads only its own config, not openclaw.json or global secrets. - Minor: Adds REVIEW-name-conformity.md; removes old scripts/gateway_guard.py. - Updates documentation and branding for improved clarity and security.

What This Skill Does

IntentRouter classifies task descriptions by type and routes them to a specific LLM via OpenRouter. It runs as an orchestrator on Gemini 2.5 Flash, delegating code tasks to MiniMax 2.5, creative tasks to Kimi k2.5, and research tasks to Grok Fast. Router output contains only task parameters and model selection, no auth tokens or gateway credentials.

Instead of manually selecting a model per task in OpenClaw, the router classifies intent and spawns the right sub-agent automatically using a single OpenRouter auth profile.

When to use it

  • Routing a bug fix request to a code-specialized model without manual selection
  • Sending a creative writing prompt to Kimi k2.5 automatically
  • Delegating research queries to Grok Fast for web-search tasks
  • Handling mixed daily OpenClaw workflows without picking a model each time
  • Running image analysis tasks through a GPT-4o sub-agent

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Write a poem about the ocean

AGENT
  1. 1Run `router.py spawn --json 'Write a poem about the ocean'` to classify the task
  2. 2Receive JSON output specifying model `openrouter/moonshotai/kimi-k2.5` and sessionTarget
  3. 3Call `sessions_spawn` with the exact task and model values from the router output
  4. 4Strip any internal orchestration metadata from the sub-agent response
  5. 5Forward the poem to the user labeled 'Using: Kimi k2.5'
OUTPUT

A poem generated by the Kimi k2.5 sub-agent, presented cleanly without session metadata

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

OpenRouter API key configured in OpenClaw auth profile