Generates NetBox configuration changes by intercepting virtual machine and data center infrastructure modification requests.
npx claudepluginhub bendrucker/claudeDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.ts"
}
],
"matcher": "WebFetch(domain:linear.app)"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/default-state.ts"
}
],
"matcher": "mcp__linear__create_issue|mcp__plugin_linear_linear__create_issue"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"PreToolUse": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}