/plugin marketplace add poemswe/co-researcher/plugin install poemswe-co-researcher@poemswe/co-researcherDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Before searching, validate query: Is it specific? Avoids loaded language? Includes appropriate academic terms?"
}
],
"matcher": "WebSearch"
},
{
"hooks": [
{
"type": "prompt",
"prompt": "BEFORE fetching, evaluate domain credibility:\n\nAUTO-REJECT these domains (do not fetch):\n- naturalnews, infowars, beforeitsnews, globalresearch.ca\n- Any domain with no identifiable author/institution\n- Commercial/promotional content posing as research\n\nFLAG (proceed with caution):\n- Preprints (arXiv, bioRxiv, SSRN) - note lack of peer review\n- Blog/opinion pieces\n\nPREFER:\n- Peer-reviewed journals (Nature, Science, PLOS, etc.)\n- Institutional sources (.edu, .gov, WHO, NIH)\n- Primary source documents\n\nIf the URL matches AUTO-REJECT criteria, SKIP this fetch and note why."
}
],
"matcher": "WebFetch"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 2
},
"eventStats": {
"PreToolUse": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}