
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@anjieyang/uncommon-route
Advanced tools
OpenClaw plugin for UncommonRoute, the local LLM router that cuts premium-model spend
English | 简体中文
OpenClaw plugin for UncommonRoute, the local LLM router that sends easy requests to cheaper models and saves stronger models for harder work.
If you use OpenClaw and want one local endpoint with smart routing behind it, this plugin is the shortest path.
OpenClaw -> UncommonRoute -> your upstream API
This plugin:
uncommon-route package if neededuncommon-route serveuncommon-route/autoopenclaw plugins install @anjieyang/uncommon-route
openclaw gateway restart
That is enough to install the plugin.
For real responses, you still need to configure an upstream model API.
UncommonRoute does not host models. It routes to an upstream OpenAI-compatible API.
Example plugin config:
plugins:
entries:
"@anjieyang/uncommon-route":
port: 8403
upstream: "https://api.commonstack.ai/v1"
spendLimits:
hourly: 5.00
daily: 20.00
Common upstream choices:
| Provider | URL |
|---|---|
| Parallax | http://127.0.0.1:3001/v1 |
| Commonstack | https://api.commonstack.ai/v1 |
| OpenAI | https://api.openai.com/v1 |
| Local Ollama / vLLM | http://127.0.0.1:11434/v1 |
If your upstream needs a key, set UNCOMMON_ROUTE_API_KEY in the environment where OpenClaw runs.
Parallax is best treated as an experimental local upstream for now: its public docs show POST /v1/chat/completions, but UncommonRoute model discovery may be limited because a public /v1/models route was not obvious in the repo.
http://127.0.0.1:8403/v1uncommon-route/auto for balanced smart routinguncommon-route/fast and uncommon-route/bestThe router also keeps a fallback chain, records local feedback, and exposes a local dashboard at http://127.0.0.1:8403/dashboard/.
| Command | Description |
|---|---|
/route <prompt> | Preview which model the router would pick |
/spend status | Show current spending and limits |
/spend set hourly 5.00 | Set an hourly spend limit |
/feedback <signal> | Use ok, weak, strong, status, or rollback to rate the last routing decision or inspect feedback state |
If the plugin is installed but responses are failing:
UNCOMMON_ROUTE_API_KEY is set if your provider requires one.http://127.0.0.1:8403/health.http://127.0.0.1:8403/dashboard/.uncommon-route support bundle to export recent traces and diagnostics.Current repo benchmarks:
MIT
FAQs
OpenClaw plugin for UncommonRoute, the local LLM router that cuts premium-model spend
We found that @anjieyang/uncommon-route demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.