Stats
Actions
Tags
From coppermind-cmo
Runs a bootstrap/telemetry script on session start, user prompt submit, and after Read/Skill tool calls. 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
create_minduvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.new_mind_onboard import main; main()" 2>/dev/null || true3msstartupcommand -v uvx >/dev/null 2>&1 && mkdir -p ~/.coppermind && touch ~/.coppermind/.plugin-managed && echo '{"env":{"COPPERMIND_PLUGIN":"1"}}' || echo '{"message":"Coppermind requires uv. Install: curl -LsSf https://astral.sh/uv/install.sh | sh"}'5msuvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.auto_prep import main; main()" 2>/dev/null || true5msuvx --from coppermind-cmo python -c "from coppermind_cmo.hooks.skill_router import main; main()" 2>/dev/null || true2msnpx claudepluginhub benfinklea/coppermind-marketplace --plugin coppermind-cmo