Stats
Actions
Tags
From voice
Runs a busy indicator script after tool use and on user prompt, and a ship script on session stop. Executes bash commands.
3 events · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*bash -c 'if test -f "${CLAUDE_PLUGIN_ROOT}/hooks/stop_hook.py"; then python3 "${CLAUDE_PLUGIN_ROOT}/hooks/stop_hook.py"; else echo "{\"decision\":\"approve\"}"; fi'60ms*bash -c 'if test -f "${CLAUDE_PLUGIN_ROOT}/hooks/post_tool_use_hook.py"; then python3 "${CLAUDE_PLUGIN_ROOT}/hooks/post_tool_use_hook.py"; else echo "{\"decision\":\"approve\"}"; fi'5ms*bash -c 'if test -f "${CLAUDE_PLUGIN_ROOT}/hooks/user_prompt_submit_hook.py"; then python3 "${CLAUDE_PLUGIN_ROOT}/hooks/user_prompt_submit_hook.py"; else echo "{\"decision\":\"approve\"}"; fi'5msnpx claudepluginhub pchalasani/claude-code-tools --plugin voice