What problem does it solve?
This Skill prevents wasted attempts and inconsistent results when you need internet information by guiding the correct tool choice across web_search, web_fetch, and browser automation.
Core Features & Use Cases
- Tiered tool selection (search → fetch → browser): Escalates from general search to URL fetching to full browser automation when pages are dynamic or require interaction.
- Clear decision logic for known vs unknown URLs: Uses web_fetch for static URLs and browser for JS-rendered content, login-required pages, or interactive workflows.
- Failure-safe configuration guidance: When web_search fails, it outputs the required API Key setup instructions exactly and supports a controlled fallback path.
Quick Start
Ask: “When I need to search and then read a specific article, decide whether to use web_search, web_fetch, or browser, and if web_search fails, show me the exact API Key configuration steps.”