web-research
Installation
SKILL.md
Web Research
Search the web, read pages, and synthesize findings using Tavily (search/research) and Firecrawl (scrape/crawl).
Tool Routing
Pick the right tool for the job:
| Need | Tool | Why |
|---|---|---|
| Quick search / discovery | tavily_search |
Fast, returns snippets inline — good for scanning |
| Deep multi-source research | tavily_research |
Autonomous research agent, handles broad questions |
| Read a specific URL | firecrawl scrape |
Clean markdown output, handles JS rendering |
| Read 1-3 URLs quickly | tavily_extract |
Inline results, no file management |
| Read protected / JS-heavy page | firecrawl browser |
Cloud Chromium for interactive pages |
| Bulk extract a site section | firecrawl crawl or download |
Handles scale, file-based output |
| Find pages within a site | firecrawl map |
URL discovery with search filtering |
| Date-filtered search | tavily_search with time_range or start_date/end_date |
Built-in temporal filtering |
| Domain-scoped search | tavily_search with include_domains |
Restricts to specific sites |