We could not reach this plugin on our last check
That is usually a short outage rather than a removal. We last reached it on 24 August 2026, and we keep trying — this notice goes away when it answers again.
dualeai/seek-router
v0.1.0
Ranked local code search for coding agents. Ships the seek query skill; on harnesses with pre-tool hooks it also routes grep-style searches to seek.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "seek-router",
"version": "0.1.0",
"description": "Ranked local code search for coding agents. Ships the seek query skill; on harnesses with pre-tool hooks it also routes grep-style searches to seek.",
"skills": [
{
"name": "seek-search",
"path": "./skills/seek-search"
}
]
}
Fields the format does not define
This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.
- skills