How this command is triggered — by the user, by Claude, or both
Slash command
/web-researcher:search <query>The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the Task tool with `subagent_type="web-researcher:agent"` and `run_in_background=false` to research the following query: $ARGUMENTS After the subagent returns, present the findings to the user.
Use the Task tool with subagent_type="web-researcher:agent" and run_in_background=false to research the following query:
$ARGUMENTS
After the subagent returns, present the findings to the user.
npx claudepluginhub fprochazka/claude-code-plugins --plugin web-researcher/SKILLConducts deep parallel research on a topic using web searches, saves cited markdown files with validated URLs, and produces a synthesis summary.
/researchRuns multi-source deep research: breaks topic into sub-questions, delegates web search to Gemini, deepens on claims with source quotes, then adversarially verifies and synthesizes a cited report.
/researchConducts interactive deep research on a topic: captures and refines scope, decomposes into subtopics, performs parallel web searches with source verification, synthesizes into a well-sourced markdown document.
/searchPerforms a web search using the nimble-web-expert skill, with optional focus mode for coding, news, academic, or other domains.
/researchKicks off a structured multi-agent research project on a topic or question. Supports automatic, manual, and plan-only modes with configurable templates.
/researchPerforms web research with citations using Perplexity Sonar (paid) or free key-less sources. Produces a structured dossier with summary, facts, timeline, players, contrarian views, and open questions.