web-search

Perform web searches and fetch page content as Markdown.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill web-search-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/web-search
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill web-search-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web search and content retrieval when you need up-to-date information from URLs.

Core Features & Use Cases

  • Single web search and content fetch from URLs to gather current data.
  • Chain search and fetch for deeper research and API/docs or technical references.
  • Use Case: When you need the latest API documentation for a library, fetch the authoritative pages and extract key details.

Quick Start

Use webSearch to locate the official API documentation, then use webFetch to retrieve the full page content in 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 content and convert it to Markdown?

To fetch real-time web content and convert it to Markdown, use a chained search and fetch process that retrieves live URLs and returns structured Markdown for downstream processing.

What is the best way to gather current API documentation for a library?

Gathering current API documentation requires performing a web search to locate official pages, then fetching the full page content to extract key technical details in Markdown format.

Can I run multiple web searches and fetch content from URLs in one step?

Yes, you can run multiple web searches and fetch URL content by chaining search and fetch steps together, handling single or multiple queries to return both search results and page content.

Does web search work for finding current events and technical guidance?

Web search works for finding current events and technical guidance by performing real-time information gathering from URLs, returning structured results suitable for deeper research.

How do I retrieve up-to-date information from URLs for downstream processing?

Retrieve up-to-date information from URLs by executing chained search and fetch operations that return both raw search results and Markdown content formatted for downstream processing.