web-search

Search the web and fetch URL content as markdown.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill web-search-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/skills/web-search
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill web-search-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search the web and fetch content from URLs to provide up-to-date information.

Core Features & Use Cases

  • Single web search via webSearch(query) to retrieve results with titles, URLs, and snippets.
  • Web content retrieval via webFetch(url) to convert a page to markdown content for notes or docs.
  • Use Case: gather API docs, current events, and technical guides to inform decisions and verify facts.

Quick Start

Ask it to search for a topic and then fetch the full content from the most relevant result.

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 for technical documentation?

You can retrieve up-to-date web information by using webSearch(query) to get search results with titles, URLs, and snippets, and webFetch(url) to convert full page content into markdown.

What is the best way to get current events and API docs when training data is outdated?

The best way to get current events and API docs is through web search and URL content retrieval, which provides real-time results and full page content to verify facts and inform decisions.

How do I retrieve full content from a URL and convert it to markdown?

To retrieve full content from a URL and convert it to markdown, use the webFetch(url) function, which fetches the web page and formats its content for use in notes or documentation.

Can I run multiple web search queries at the same time?

Yes, the webSearch(query) function supports single or multiple queries, allowing you to retrieve titles, URLs, and snippets for several search terms simultaneously to gather technical guidance efficiently.

Does this web search approach work for gathering technical guidance on current APIs?

Yes, this approach works for gathering technical guidance on current APIs by searching the web for up-to-date information and fetching the full content from the most relevant URLs.