web-search

Search the web and fetch page content as markdown.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill web-search-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill web-search-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time information retrieval requires reliable access to current web content, official docs, and live updates beyond static training data, which is hard to gather manually.

Core Features & Use Cases

  • Web search to locate relevant pages
  • WebFetch to extract full page content as markdown
  • Use cases include obtaining current news, API documentation, and time-sensitive details

Quick Start

Search the latest API documentation for a topic 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 current web information and extract page content as markdown?

To fetch current web information, you can use a web search to locate relevant pages and then extract the full page content as markdown. This approach retrieves up-to-date news, API documentation, and time-sensitive details from across domains.

What is the best way to retrieve real-time information beyond static training data?

Real-time information retrieval requires searching the web for current content and fetching the resulting pages. This method bypasses static training data by discovering live updates, official docs, and price changes instantly.

Can I use web search to get up-to-date API documentation for a specific topic?

Yes, you can use web search to get up-to-date API documentation by querying the topic, discovering the most relevant pages, and fetching the full markdown content. This returns structured results with current details.

How does fetching web page content work for time-sensitive details?

Fetching web page content works by first running a web search to discover relevant URLs and then extracting the full markdown content from those pages. This process returns structured results containing the time-sensitive details you need.

Are there limitations when using web search to obtain current news and price changes?

Limitations of using web search for current news and price changes include dependency on the live availability of pages and the accuracy of the fetched markdown content. It requires reliable access to current web content beyond static training data.