Event Hooks

session-recorder

4 events · 4 hooks

From session-recorder
Install
1
Run in your terminal
$
npx claudepluginhub rafaelcalleja/claude-market-place --plugin session-recorder
Risk Indicators
Matches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "SessionEnd": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/skills/session-recorder/hooks/session_finalize.sh",
          "timeout": 10
        }
      ],
      "matcher": "*"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/skills/session-recorder/hooks/record_tool_result.sh",
          "timeout": 5
        }
      ],
      "matcher": "*"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/skills/session-recorder/hooks/session_init.sh",
          "timeout": 10
        }
      ],
      "matcher": "*"
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/skills/session-recorder/hooks/record_user_prompt.sh",
          "timeout": 5
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": true,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 4
  },
  "eventStats": {
    "SessionEnd": 1,
    "PostToolUse": 1,
    "SessionStart": 1,
    "UserPromptSubmit": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 4,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars2
Parent Repo Forks1
Last CommitDec 3, 2025