web-search

Search the web and fetch URL content as markdown for current information.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gopaljilab/Gupta-Portfolio --skill web-search-gopaljilab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/gopaljilab/Gupta-Portfolio/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/gopaljilab/Gupta-Portfolio --skill web-search-gopaljilab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI models have training data cutoffs and cannot access real-time information, current API documentation, or recent events. This Skill bridges that gap by letting you search the web and retrieve live page content directly within your workflow. ## Core Features & Use Cases - Web Search: Query the web with natural language questions and receive a synthesized answer plus a list of relevant result pages with titles and URLs. - URL Content Fetching: Retrieve any public HTTPS page and convert its content into clean markdown for easy reading and processing. - Use Case: Imagine you are integrating a third-party API and the documentation has changed since the model's training data. Search for the latest API reference, then fetch the official docs page to get accurate, up-to-date endpoint details. ## Quick Start Ask the AI to search the web for the latest documentation on a specific API and summarize the key changes.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I search the web for real-time information?▼

Use the webSearch function with a natural language query phrased as a complete question. It returns a synthesized searchAnswer plus a list of resultPages with titles and URLs you can fetch for full details.

How to fetch content from a URL as markdown?▼

Call webFetch with a full HTTPS URL, and it returns the page content extracted as markdown. This works well for reading documentation, articles, and guides in a clean, structured format.

Can web search access social media platforms?▼

No, this Skill cannot access LinkedIn, Twitter, Instagram, Facebook, Reddit, or YouTube. It also cannot download media files like images, videos, or audio from websites.

Why does fetching a URL return incomplete content?▼

Paywalled or authenticated pages may be inaccessible to the fetcher. Some sites also block automated access, so try fetching a different authoritative source or the official documentation instead.

When should I not use web search?▼

Avoid it for Replit-specific features, image or media downloads, and searching code within your own project. Use dedicated tools like grep or glob for local code search instead.