web-search

Search the web and fetch URL content as markdown.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill web-search-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill web-search-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve current information from the web by performing searches and fetching content from URLs, enabling up-to-date insights and references for decision-making.

Core Features & Use Cases

  • Single web search — webSearch(query): perform a real-time search and return a concise answer with a set of result pages.
  • Multiple web searches — webSearch({ queries }): run several queries in parallel to compare results and compile a consolidated view.
  • webFetch(url): fetch and convert a URL's content into markdown for easy processing and summarization.
  • Design & branding references: extract branding cues and capture visuals (screenshots) to align design work with source material.

Quick Start

Search for a topic with webSearch and fetch the most relevant page with webFetch to read its full content.

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 content and convert a URL page into markdown?

To run multiple web searches in parallel, use the webSearch function with a queries array. It executes several queries simultaneously, returning consolidated page titles, URLs, and snippets to compare current results efficiently.

Can I extract branding cues and capture screenshots for design reference from a URL?

Yes, you can extract branding cues and capture screenshots for design reference directly from a URL. The Skill retrieves source material and captures real-time visuals to align your design work with the extracted branding references.

What is the best way to search for up-to-date APIs, docs, and news?

The best way to search for up-to-date APIs, docs, and news is using the single webSearch function. It performs a real-time search and returns a concise answer with a set of relevant result pages for immediate reference gathering.

Does web content fetching require any dependencies or external components to work?

No, web content fetching requires no dependencies or external components to work. The Skill operates independently to perform real-time web searches and extract markdown content from URLs without needing prior environment setup.

Why does a web search return only page titles, URLs, and snippets instead of full content?

A web search returns only page titles, URLs, and snippets instead of full content to guide further exploration efficiently. You then use the webFetch function on the specific URL to retrieve and read the complete page content as markdown.