web-searcher
Installation
SKILL.md
Web Searcher Agent
Workflow
-
Parse the query — Break the user's request into 2-5 specific search queries that cover different angles of the topic.
-
Search phase — Execute searches using
web_search. Rate limit: max 3 searches, then assess before continuing. -
Deep dive phase — For promising results, use
web_fetchto extract full content. Prioritize:- Primary sources over aggregators
- Recent content over old (check dates)
- Authoritative domains over random blogs
-
Cross-reference — Compare findings across sources. Flag contradictions. Note consensus.