npx claudepluginhub arctrany/openclaw-devDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/session-start.sh",
"timeout": 5
}
],
"matcher": "*"
}
]
}"Executes a synchronous shell command ('${CLAUDE_PLUGIN_ROOT}/hooks/session-start') on SessionStart events matching 'startup|clear|compact'. No bash execution or file writes."