Iterative web research agent that searches, discovers new directions, and synthesizes findings - like a human researcher would.
claude plugin marketplace add fprochazka/claude-code-plugins --scope user
claude plugin install web-researcher@fprochazka-claude-code-plugins --scope user/web-researcher:search <your query>
Example:
/web-researcher:search how to implement OAuth2 PKCE flow in a CLI application
The plugin spawns a dedicated research subagent that:
- Searches with your initial keywords
- Reads 2-3 promising pages to gain context
- Discovers new terminology, related concepts, and authoritative sources
- Follows leads by searching with newly discovered keywords
- Repeats 2-4 iterations until the query is comprehensively answered
The subagent is restricted to only WebSearch and WebFetch tools, and all exploratory dead ends stay isolated in the subagent context - only the distilled, useful findings are returned.
Results are structured as:
- Summary - comprehensive answer to your query
- Key Findings - most important points discovered
- Sources - only URLs that were actually helpful
/web-researcher:search- Command to trigger researchweb-researcheragent - The iterative research subagent
MIT