npx claudepluginhub bestsithineu/cc-vox --plugin voiceDefined in hooks/hooks.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'5msExecutes async custom script from scripts/run on UserPromptSubmit, PostToolUse, and Stop events for lifecycle automation.