web-search

Search the web and fetch URL content as markdown for real-time information.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill web-search-hajrasarwar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill web-search-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search the web and fetch content from URLs to provide real-time information and up-to-date reference material for documentation, research, and decision-making.

Core Features & Use Cases

  • Real-time web search to discover current information and authoritative sources.
  • Fetch and render content from URLs as markdown for easy integration into notes and documents.
  • Use cases include fetching API documentation, price comparisons, current events, and verification of facts.

Quick Start

Ask the AI to search the web for a topic and fetch the most relevant page.

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 search results with cited sources?

Fetching real-time web search results requires querying the web to identify authoritative sources and extracting their content. This process uses webSearch to find URLs and webFetch to return markdown, searchAnswer, and resultPages.

Can I fetch API documentation from a URL as markdown?

Fetching API documentation from a URL as markdown is supported by extracting page content via webFetch. This renders the documentation into markdown format, providing up-to-date reference material directly from the source link.

What is the best way to verify information using real-time web search?

Verifying information with real-time web search involves querying for the topic and fetching content from identified URLs. This returns cited sources and markdown content, allowing you to cross-reference facts directly from the retrieved pages.

Does this web search approach work for monitoring current events?

Monitoring current events is supported by searching the web for real-time updates and fetching content from relevant news URLs. This supplies current information and cited sources directly extracted from the fetched pages.

What are the limitations of fetching content from URLs for information retrieval?

Limitations of fetching content for information retrieval depend on the accessibility of the target URLs. If a page blocks webFetch or requires authentication, the markdown extraction may fail, restricting the return of searchAnswer and resultPages.