web-search

Search the web and fetch URL content as markdown for real-time information retrieval.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/AmirEmad11/instabot --skill web-search-amiremad11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/AmirEmad11/instabot/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/AmirEmad11/instabot --skill web-search-amiremad11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI models lack access to current information beyond their training data, making it impossible to answer questions about recent events, current API documentation, or live pricing without external retrieval. ## Core Features & Use Cases - Web Search: Run single or batched natural-language queries (up to 10 concurrently) and receive answers plus ranked result pages with titles, URLs, and snippets. - URL Content Fetching: Retrieve any public HTTPS page and convert it to clean markdown for analysis or citation. - Branding & Visual Reference: Extract branding profiles (colors, fonts, spacing) and capture screenshots from URLs to match an existing site's design. - Use Case: When a user asks about current OpenAI API rate limits, search for the latest documentation, then fetch the official page to verify exact numbers before answering. ## Quick Start Search the web for the latest FastAPI dependency injection tutorial and fetch the full content of the top result.

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 current information from an AI assistant?

Call webSearch with a natural-language query phrased as a complete question, such as current API rate limits or recent news. The result includes a searchAnswer summary plus resultPages with titles, URLs, and snippets for deeper follow-up.

How to fetch and read content from a URL as markdown?

Use webFetch with a full HTTPS URL to retrieve the page content converted to markdown. Chain it after webSearch by fetching the most relevant result URL to verify details beyond search snippets.

Can I run multiple web searches at the same time?

Yes, pass a queries array to webSearch to run up to 10 searches concurrently. Each query returns its own result object containing a searchAnswer and resultPages list.

What websites cannot be accessed with web search and fetch tools?

Social media platforms including LinkedIn, Twitter, Instagram, Facebook, Reddit, and YouTube are blocked. Paywalled or authenticated content may also be inaccessible, and media files like images and videos cannot be downloaded.

How do I match an existing website's design and branding?

Use the extractBranding tool on the target URL to get exact colors, fonts, and spacing values, then apply them when styling your site. Screenshots provide additional visual reference before replicating a design.