Executes custom bash commands before Claude uses WebFetch or Bash tools.
npx claudepluginhub aeyeops/aeo-skill-marketplaceDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "echo 'Read operation started' >&2",
"timeout": 5000
}
],
"matcher": "Read"
},
{
"hooks": [
{
"type": "command",
"command": "echo 'Command started' >&2",
"timeout": 5000
}
],
"matcher": "Bash"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"PreToolUse": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}