Installation

clawhub install runeweaverstudios/friday-router

Summary

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.

SKILL.md

Quick overview

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.

Common tasks

  • 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

Install paths

Primary command


openclaw install runeweaverstudios/friday-router

ClawHub installer


npx clawhub@latest install runeweaverstudios/friday-router

OpenClaw CLI


openclaw skills install runeweaverstudios/friday-router

Direct OpenClaw install


openclaw install runeweaverstudios/friday-router

Skill metadata

  • Category: Coding Agents & IDEs
  • Language: Markdown
  • Version: 1.6.2
  • Security status: Benign

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/runeweaverstudios/friday-router

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.