Install
1
Run in your terminal$
npx claudepluginhub fprochazka/claude-code-plugins --plugin web-researcherSource
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/allow-web-tools.sh\"",
"timeout": 5
}
],
"matcher": "WebSearch"
},
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/allow-web-tools.sh\"",
"timeout": 5
}
],
"matcher": "WebFetch"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"PreToolUse": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Parent Repo Stars3
Parent Repo Forks1
Last CommitMar 8, 2026