npx claudepluginhub khur/clawdbod --plugin clawdbodDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node '${CLAUDE_PLUGIN_ROOT}/hooks/stop-fitness-check.mjs'",
"timeout": 5
}
],
"matcher": ""
}
]
}"Executes persist-session.sh script on Stop event to persist session data at end of Claude Code sessions. No bash execution or file writes."