npx claudepluginhub automagik-dev/omni --plugin omniDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/omni-runner.js\" health",
"timeout": 300
}
],
"matcher": "startup|clear|compact"
}
]
}"On SessionStart, checks if apple-bridge-mcp command is available and echoes Homebrew tap/install instructions if missing."