web-search

Search the web and fetch page content as Markdown.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill web-search-adminsairolotech-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill web-search-adminsairolotech-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web information evolves rapidly, and verifying real-time facts or locating authoritative docs can be challenging without a fast lookup tool.

Core Features & Use Cases

  • Single web search using webSearch(query) to retrieve a concise answer and relevant pages.
  • Multiple searches with webSearch({ queries }) to compare multiple topics in parallel.
  • Content retrieval via webFetch(url) to fetch and render page content as Markdown for offline use.
  • Use Case: When you need up-to-date API docs or current events, you can search, pick the best source, and fetch full content for context.

Quick Start

Ask me to search the web for current information 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 information and verify facts against authoritative sources?

To fetch real-time web information, you execute a web search to retrieve a concise answer alongside relevant pages, verifying facts against authoritative sources like current events or product details. It returns structured results for immediate use.

What is the best way to retrieve up-to-date API documentation from the web?

The best way to retrieve up-to-date API documentation is to run a targeted web search, review the returned result pages, and fetch the full content of the most relevant URL to render as Markdown for offline context.

Can I run multiple web searches in parallel to compare current events?

Yes, you can run multiple web searches in parallel by passing an array of queries, which allows you to compare current events or up-to-date product details across diverse domains simultaneously and receive structured answers for each topic.

How do I fetch and render web page content as Markdown for offline use?

You can fetch and render web page content as Markdown by providing a specific URL to the web fetch function, which retrieves the page content and converts it into a readable format for offline contextual use.

Does this web search approach require any external dependencies or browser setup?

No external dependencies or browser setup are required to perform web searches and fetch content, as the workflow operates independently using built-in search, fetch, and result pagination functions to return answers.