Event Hooks

clickup-tool

1 event · 1 hook

From clickup-tool
Install
1
Run in your terminal
$
npx claudepluginhub realvoronvan/clickup-tool-plugin
Source

Defined in hooks/hooks.json

Configuration
{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "clickup-tool whoami 2>/dev/null || echo 'ClickUp: not configured (install: https://github.com/RealVoronVan/clickup-tool)'"
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars1
Forks0
Last CommitFeb 26, 2026