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

Comparison of RunLobster vs Hosted OpenClaw Solutions
A developer tested RunLobster against KiwiClaw, xCloud, and self-hosted OpenClaw for 2 weeks each. RunLobster differs fundamentally as a product rather than just hosting, with 3,000 one-click integrations and memory that builds over time.

boxBot: An Open-Source Smart Speaker Powered by Claude and Hailo AI
A developer built a smart speaker named boxBot using Claude for agent-driven hardware control, Raspberry Pi, Hailo AI accelerator, and custom SDK—open-sourced on GitHub.

Local MCP Server Connects Claude to Mac Apps Without Cloud or Tokens
Local MCP is a native macOS MCP server that gives Claude Desktop, Cursor, Windsurf, and VS Code access to Mail, Calendar, Teams, and OneDrive data on your Mac without cloud processing or API tokens.

Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT
A developer built a free Chrome extension called Compass that adds a prompt minimap, sticky scroll headers, session checklists, and prompt builder templates to Claude and ChatGPT interfaces to solve navigation problems in long conversations.