web-search

Search public web URLs and parse markdown-formatted content.

20|8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/1uc4sm4theus/master-zap --skill web-search-1uc4sm4theus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/1uc4sm4theus/master-zap/tree/main/Master-Zap/.local/skills/web-search
Command: npx skills add https://github.com/1uc4sm4theus/master-zap --skill web-search-1uc4sm4theus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the limitation of static training data by providing the ability to retrieve current information, news, and technical documentation directly from the live web.

Core Features & Use Cases

  • Real-time Information Retrieval: Search for current events, market prices, or breaking news.
  • Technical Documentation Access: Fetch and parse the latest API guides, SDK documentation, or technical specifications.
  • Use Case: When you need to verify the latest rate limits for an API or check the current status of a software project, this skill fetches the most recent content from authoritative URLs.

Quick Start

Use the web-search skill to search for the latest documentation on the OpenAI API and fetch the content from the primary guide page.

Frequently Asked Questions about web-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve real-time web data and technical documentation from public URLs?

Real-time web data retrieval and technical documentation access is achieved by fetching and parsing content from public web URLs. This skill extracts current information directly from live online sources and returns it in markdown-formatted web content.

Can I use web scraping to fact-check information against current online sources?

Web scraping and information retrieval can be used to fact-check information against current online sources by fetching real-time content. This allows you to verify current events, market prices, or breaking news directly from authoritative URLs.

How do I fetch the latest API guides and technical specifications for research tasks?

To fetch the latest API guides and technical specifications for research tasks, you can retrieve real-time content from authoritative URLs. The skill parses the fetched web pages and extracts the technical documentation into markdown format.

Does information retrieval from live web URLs require internet connectivity?

Information retrieval from live web URLs does require active internet connectivity to perform search queries and parse web content. Without an internet connection, the skill cannot fetch real-time data or access current online sources.

What is the best way to access current events and breaking news without static training data limitations?

The best way to overcome static training data limitations and access current events is through real-time information retrieval. This approach fetches live data directly from the web, ensuring you receive the most recent news and updates from public URLs.

Why does web content extraction return markdown-formatted text instead of raw HTML?

Web content extraction returns markdown-formatted text instead of raw HTML to facilitate easier parsing and integration into research tasks. This format ensures that the retrieved real-time information and technical documentation are cleanly structured for immediate use.