OpenClaw Smart Router Open-Sourced for Automatic Model Selection

Smart Router for OpenClaw
A developer has open-sourced a Smart Router for OpenClaw that addresses the problem of manually picking models and burning credits on expensive models for simple queries. The tool automatically classifies each query into complexity tiers and routes to the optimal model.
Routing Logic
The router uses the following classification system:
- Simple queries → cheap models (GPT-4o-mini, Gemini Flash)
- Complex queries → premium models (Claude, GPT-4o)
- Reasoning tasks → dedicated reasoning models
Cost Savings
The developer reports saving about 60-80% on API costs compared to always using Claude or GPT-4o for all queries.
Open Source Projects
Two repositories are available:
- Smart Router:
github.com/TekkyAI/virtusoul-router - Studio UI:
github.com/TekkyAI/virtusoul-studio
Studio UI Features
The web-based Studio UI eliminates the need for SSH access to the server by providing browser-based management for:
- Managing agents
- Managing channels
- Managing cron jobs
The developer is seeking community feedback on approaches to model routing and cost management in OpenClaw.
📖 Read the full source: r/openclaw
👀 See Also

Open-Source MCP Server Turns Claude into an Autonomous Literary Agent for Querying Publishers
The Agentic Publishing Node is an MCP server that lets Claude automatically cross-reference manuscripts against literary agent wishlists, generate query letters, format to Shunn standard, and log pitches — all from local markdown files.

AGENTS.md Schema for LLM-Compiled Knowledge Bases with Learning Layer
AGENTS.md v1.0 provides a schema standard for Claude to build and maintain personal research wikis from raw sources, including a spaced repetition learning layer with automatic flashcard generation and knowledge gap tracking.

Essential OpenClaw plugins for developers using AI coding agents
A developer tested OpenClaw plugins and identified essential tools including env-guard for security, commit-guard for preventing bad commits, composio for connecting to 860+ tools, cortex-memory for long sessions, cost-tracker for spending visibility, and openclaw-better-gateway for fixing flaky connections.

AgentHandover: Mac menu bar app that creates agent skills by watching your screen
AgentHandover is an open-source Mac menu bar app that uses Gemma 4 running locally via Ollama to watch your screen and turn repeated workflows into structured Skill files that any agent can follow. It offers both Focus Record for specific tasks and Passive Discovery that picks up patterns from background observation.