One-click install
npx skills add https://github.com/KhaledMKhaled/FodaStore --skill web-search-khaledmkhaled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/KhaledMKhaled/FodaStore/tree/main/.local/skills/web-search
Command: npx skills add https://github.com/KhaledMKhaled/FodaStore --skill web-search-khaledmkhaled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of finding up-to-date information that is not reliably available from training data alone by searching the web and retrieving content from specific URLs.

Core Features & Use Cases

  • Single web search — webSearch(query): Search the web for one targeted question and get summarized answer plus ranked result pages.
  • Multiple web searches — webSearch({ queries }): Run up to 10 concurrent queries for broader coverage (e.g., comparing versions, vendors, or policies).
  • Fetch page content — webFetch(url): Convert a specific URL into extracted markdown so you can read details beyond snippets.
  • Use Case: When researching “OpenAI API rate limits 2026,” run a targeted search, then fetch the most relevant official documentation page to verify the exact limits and conditions.

Quick Start

Ask the web-search skill to search for your question, then fetch the best result URL to extract the full relevant content 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 information from the web that isn't in my training data?

To fetch real-time information from the web, you can search current events and locate specific API documentation by querying the web and retrieving extracted markdown content from authoritative pages. This approach retrieves verifiable answers not available in training data.

How do I extract full text content from a specific URL into markdown?

To extract full text content from a specific URL into markdown, you fetch the target page after an initial search. This converts the URL's content into readable markdown so you can read details beyond the initial search snippets.

Can I run multiple web searches concurrently for broader research coverage?

Yes, you can run multiple web searches concurrently. You can execute up to 10 concurrent queries to compare versions, vendors, or policies, returning summarized answers and ranked result pages for broader coverage.

What is the best way to verify facts and find current API documentation online?

The best way to verify facts and find current API documentation online is running a targeted web search to locate result pages, then explicitly fetching the most relevant official documentation URL to verify the exact conditions and extract its full markdown text.

Are there limitations to using a web search skill for fetching web content?

A limitation of fetching web content is that it requires a two-step process: an initial search step returning result pages, followed by an explicit URL fetch to extract the full markdown content, meaning you cannot retrieve full page text directly from a single search query.