router
v0.6.0Auto-picks the right Claude model for each turn — small models for quick edits, mid-tier for code, frontier for hard problems. Uses Jev to classify each request.
By Alexei LedenevLicense: MIT0 GitHub starsUpdated 11 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install router for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install router@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alexei-led/claude-routerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/setup/SKILL.md└── skills/status/SKILL.md
Included Skills2
Point Claude Code at the router gateway. Adds `model` with the 1M window, `ANTHROPIC_BASE_URL`, tool search and the `/model` picker row to the user settings, and offers the status line.
Show which model served the last turn, whether Jev routing is active, and the routing config.
Plugin manifests1
{
"name": "router",
"displayName": "jev-router",
"version": "0.6.0",
"description": "Auto-picks the right Claude model for each turn — small models for quick edits, mid-tier for code, frontier for hard problems. Uses Jev to classify each request.",
"author": {
"name": "Alexei Ledenev",
"url": "https://github.com/alexei-led"
},
"repository": "https://github.com/alexei-led/claude-router",
"license": "MIT",
"keywords": [
"router",
"jev",
"typesafe",
"effort",
"gateway"
],
"userConfig": {
"typesafe_api_key": {
"type": "string",
"title": "Jev API key (typesafe.ai)",
"description": "API key from typesafe.ai. Jev reads each prompt and picks the right model tier. Without a key every turn runs on Sonnet.",
"sensitive": true
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[router on Agent Plugins Marketplace](https://pluginsmp.com/plugins/router)