npx claudepluginhub chendren/computerDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/status.sh\"",
"timeout": 30
}
]
}
]
}"On SessionStart, checks for ~/.autosearch/venv and runs bash setup.sh to install AutoSearch dependencies if missing. Executes bash commands."