npx claudepluginhub nbkm8y5/claude-plugins --plugin pinchtab-browser-controlDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "curl -sf http://localhost:9867/ > /dev/null 2>&1 && echo '## PinchTab Status: Connected\nBrowser automation is available. Use /pinchtab-status for details.' || echo '## PinchTab Status: Not Connected\nThe PinchTab server is not reachable. Start it with: docker compose up -d'",
"timeout": 5
}
],
"matcher": ""
}
]
}"Executes ensure-tafelmusik.sh script on SessionStart to set up or verify Tafelmusik. Command hook with no bash execution or file writes."