Stats
Actions
Tags
From game-hub
Runs chime on Stop and Notification events, and a debrief script on UserPromptSubmit. All hooks execute shell commands via bash or python3.
3 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
curl -sf --connect-timeout 0.1 -X POST http://127.0.0.1:${GAME_HUB_PORT:-41731}/event -H 'Content-Type: application/json' -d '{"event":"stop"}' || truecurl -sf --connect-timeout 0.1 -X POST http://127.0.0.1:${GAME_HUB_PORT:-41731}/event -H 'Content-Type: application/json' -d '{"event":"notification"}' || truecurl -sf --connect-timeout 0.1 -X POST http://127.0.0.1:${GAME_HUB_PORT:-41731}/event -H 'Content-Type: application/json' -d '{"event":"prompt_submit"}' || truenpx claudepluginhub vivaxy/claude-code-game-hub --plugin game-hub