npx claudepluginhub 0xrdan/claude-router --plugin claude-routerDefined in hooks/hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/classify-prompt.py",
"timeout": 15
}
]
}
]
}"Executes `npx tsx recall-inject.ts` on every UserPromptSubmit, setting NOCTURNE_BASE_URL to http://127.0.0.1:18901 for a local service."