web-search

Search HTTPS web content and extract page text as markdown.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill web-search-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/skills/web-search
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill web-search-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides up-to-date web search and URL content retrieval so users can obtain current facts, API documentation, and authoritative page content beyond static training data.

Core Features & Use Cases

  • Natural language web search: Accepts complete-question queries and returns a concise search answer with a ranked list of result pages.
  • URL content extraction: Fetches and extracts full page content as markdown from HTTPS URLs for deeper inspection or quoting.
  • Use Cases: Look up breaking news, verify technical documentation, retrieve SDK or API guides, and chain a search to a targeted fetch for authoritative excerpts.

Quick Start

Search the web for "OpenAI API rate limits 2026" and fetch the full content of the top result as 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 extract it as markdown from a specific URL?

To fetch real-time web content, provide a target HTTPS URL. The service retrieves the live page, extracts the full text content, and returns it as structured markdown for deeper inspection or quoting.

Can I look up current API documentation using natural language search queries?

Yes, you can look up API documentation using natural language queries. The search accepts complete questions and returns a concise answer alongside a ranked list of authoritative result pages.

Does the web search capability exclude social media platforms and direct media file downloads?

Yes, the web search capability explicitly excludes social media platforms and direct media file downloads. This ensures results focus on factual verification, news, and authoritative page content.

What is the best way to verify breaking news or check live prices beyond static training data?

The best way to verify breaking news or check live prices is querying the web search tool. It retrieves current facts and page content from HTTPS URLs, bypassing static training data limitations.

How do I chain a natural language web search to a targeted page fetch for technical documentation?

To chain a search to a fetch, first run a natural language query to get a ranked result list. Then, select the most relevant page URL to extract its full markdown content for technical documentation.