web-tools-guide

Orchestrate web_search, web_fetch, and browser tools for information gathering.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zkksdk/skills --skill web-tools-guide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-tools-guide
Source: https://github.com/zkksdk/skills/tree/main/skills/web-tools-guide
Command: npx skills add https://github.com/zkksdk/skills --skill web-tools-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured strategy for using web search, web fetch, and browser tools to efficiently gather information online, reducing manual browsing effort.

Core Features & Use Cases

  • Tiered tool orchestration: uses web_search for discovery, web_fetch for static pages, and browser for dynamic content.
  • Workflow guidance: decision logic to escalate from search to fetch to browser based on URL availability and JS rendering needs.
  • Use Case: quickly gather up-to-date articles or verify information by progressively validating sources across tools.

Quick Start

Initiate a web search for your query, then, if needed, fetch the target URL or open it in a browser for dynamic content.

Frequently Asked Questions about web-tools-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to orchestrate web search and web fetch for information gathering?▼

Orchestrating web search and web fetch for information gathering requires a tiered strategy: use web_search for initial discovery, then apply web_fetch to known URLs to retrieve static page content efficiently.

How do I scrape JavaScript-rendered pages when web_fetch returns incomplete content?▼

To scrape JavaScript-rendered pages when web_fetch fails, escalate to browser automation tools capable of executing dynamic scripts and interacting with page elements to retrieve the fully rendered content.

When should I use browser automation instead of web_search for collecting current news?▼

Use browser automation for collecting current news only when target pages require JavaScript rendering or interactive navigation, as standard web_search and web_fetch handle static article discovery and retrieval more efficiently.

Does web_fetch work for verifying online content from a specific URL?▼

Yes, web_fetch works for verifying online content when you have a specific URL, directly retrieving static page data to validate sources without the overhead of launching a full browser environment.

How to decide between using web_search or browser tools to source references?▼

To source references, start with web_search for broad discovery, then use browser tools only if the target pages are dynamic or require interactive element manipulation to access the underlying reference data.