One-click install
npx skills add https://github.com/Darshit-Vaghani/swasau_website --skill web-search-darshit-vaghani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Darshit-Vaghani/swasau_website/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/Darshit-Vaghani/swasau_website --skill web-search-darshit-vaghani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you find current, verifiable information on the web and turn it into usable notes by fetching the content from specific URLs.

Core Features & Use Cases

  • Single query web search (webSearch(query)): Quickly locate relevant pages for a question like “What are the latest rate limits for X in 2026?” and get back ranked result pages with titles, URLs, and snippets.
  • Multi-query concurrent search (webSearch({ queries })): Run up to 10 related searches at once to compare documentation, policy updates, or versions across vendors.
  • URL content fetching to markdown (webFetch(url)): Retrieve and extract the full page content as markdown for deeper review beyond snippets.

Quick Start

Ask the assistant to search the web for “OpenAI API rate limits 2026” and then fetch the most relevant result URL as markdown.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I fetch real-time web information and extract page content as markdown?

To fetch real-time web information, use webSearch to find relevant URLs and webFetch to extract page content as markdown. This retrieves current data for research, API documentation lookups, and fact verification beyond training data limits.

Can I run multiple web searches at the same time to compare documentation?

You can run multi-query concurrent web searches by passing up to 10 related queries at once. This allows you to compare documentation, policy updates, or version differences across vendors simultaneously for efficient real-time research.

What is the best way to verify facts and find current API rate limits?

The best way to verify facts and find current API rate limits is using web search to locate relevant pages and fetching their content as markdown. This ensures you get up-to-date, reliable answers when training data is insufficient.

Does web search work with paywalled content and blocked domains?

Web search and URL fetching have known limitations with blocked domains and inaccessible paywalled content. The tool cannot retrieve or extract text from these restricted sources, so you should seek accessible URLs for markdown extraction.

How do I get up-to-date info from the web when my training data is outdated?

To get up-to-date info from the web when training data is outdated, execute a webSearch query for ranked results, then use webFetch on selected URLs. This retrieves current page content as markdown for reliable, real-time answers.