Stats
Actions
Tags
From claude-speak
Runs a notification script on Claude Code stop and notification events, and a context setup script on session start. Executes bash commands.
3 events · 4 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
sleep 2 && test -f ~/.claude-speak/env && . ~/.claude-speak/env; node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" --trigger stoptest -f ~/.claude-speak/env && . ~/.claude-speak/env; node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" --trigger notificationmkdir -p ~/.claude-speak && printf '%s' "${CLAUDE_PLUGIN_ROOT}" > ~/.claude-speak/plugin-root && printf '%s' "${CLAUDE_PLUGIN_DATA}" > ~/.claude-speak/plugin-databash "${CLAUDE_PLUGIN_ROOT}/scripts/check-setup.sh"npx claudepluginhub hopchouinard/patchoutech-plugins --plugin claude-speak