npx claudepluginhub utakatakyosui/c2lab --plugin ollama-consultDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd \"${CLAUDE_PLUGIN_ROOT}/mcp-server\" && ([ -d .venv ] || python3 -m venv .venv) && .venv/bin/python3 -m pip install -q -r requirements.txt > /dev/null 2>&1 || true; echo '{}'",
"timeout": 60
}
],
"matcher": ""
}
]
}"Executes Windows command script '${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd session-start' on SessionStart events matching startup|resume|clear|compact. No bash or file writes."