| name | web-research-workflow |
| license | MIT |
| compatibility | Claude Code 2.1.220+. Requires network access. |
| description | Unified decision tree for web research and competitive monitoring. Auto-selects WebFetch, Tavily, or agent-browser based on target site characteristics and available API keys. Includes competitor page tracking, snapshot diffing, and change alerting. Use when researching web content, scraping, extracting raw markdown, capturing documentation, or monitoring competitor changes. |
| context | inherit |
| agent | web-research-analyst |
| version | 1.3.0 |
| author | OrchestKit |
| tags | ["research","browser","webfetch","tavily","automation","scraping","content-extraction","competitive-intelligence","monitoring"] |
| user-invocable | false |
| disable-model-invocation | true |
| allowed-tools | ["Bash","Read","Write","WebFetch"] |
| complexity | low |
| persuasion-type | guidance |
| effort | low |
| model | haiku |
| metadata | {"category":"mcp-enhancement"} |
Web Research Workflow
Unified approach for web content research that automatically selects the right tool for each situation.
Quick Decision Tree
URL to research
โ
โผ
โโโโโโโโโโโโโโโโโโโ
โ 1. Try WebFetch โ โ Fast, free, no overhead
โ (always try) โ
โโโโโโโโโโโโโโโโโโโ
โ
Content OK? โโYesโโโบ Parse and return
โ
No (empty/partial/<500 chars)
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโ
โ 2. TAVILY_API_KEY set?โ
โโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
Yes No โโโบ Skip to step 3
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Tavily search/extract/ โ โ Raw markdown, batch URLs
โ crawl/research โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
Content OK? โโYesโโโบ Parse and return
โ
No (JS-rendered/auth-required)
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโ
โ 3. Use agent-browser โ โ Full browser, last resort
โโโโโโโโโโโโโโโโโโโโโโโ
โ
โโ SPA (react/vue/angular) โโโบ wait --load networkidle
โโ Login required โโโบ auth flow + state save
โโ Dynamic content โโโบ wait --text "Expected"
โโ Multi-page โโโบ crawl pattern
Tavily Enhanced Research
When TAVILY_API_KEY is set, Tavily provides a powerful middle tier between WebFetch and agent-browser. It returns raw markdown content, supports batch URL extraction, and offers semantic search with relevance scoring. If TAVILY_API_KEY is not set, the 3-tier tree collapses to 2-tier (WebFetch โ agent-browser) automatically.
Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/web-research-workflow/rules/tool-selection.md") for when-to-use-what tables, escalation heuristics, SPA detection patterns, and cost awareness.
Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/web-research-workflow/references/tavily-api.md") for Search, Extract, Map, Crawl, and Research endpoint examples and options.
Browser Patterns
For content requiring JavaScript rendering, authentication, or multi-page crawling, fall back to agent-browser.
Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/web-research-workflow/rules/browser-patterns.md") for auto-fallback, authentication flow, multi-page research patterns, best practices, and troubleshooting.
Competitive Monitoring
Track competitor websites for changes in pricing, features, positioning, and content.
Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/web-research-workflow/rules/monitoring-competitor.md") for snapshot capture, structured data extraction, and change classification.
Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/web-research-workflow/rules/monitoring-change-detection.md") for diff detection, structured comparison, Tavily site discovery, and CI automation.
Change Classification