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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web search and content retrieval are critical for obtaining up-to-date information, API docs, and current events. This capability reduces research time and ensures facts come from reliable online sources.

Core Features & Use Cases

  • WebSearch(query): search the web for current information and generate a list of relevant pages with titles and URLs.
  • WebFetch(url): fetch and convert content from a given URL to markdown for easy reading and integration into notes or docs.
  • Use Case: rapidly gather API documentation or market data to inform product decisions.

Quick Start

Ask the AI to search 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 real-time web content and convert URLs to markdown?

To fetch real-time web content, use the webFetch function to retrieve content from a given URL and convert it to markdown for easy reading and integration into notes or docs.

How does web search retrieve current events and API documentation?

Web search retrieves current events and API documentation by using the webSearch function to query the web and return a list of relevant pages with titles and URLs for time-sensitive data.

Can I use this to fetch API documentation for product decisions?

Yes, you can use this to fetch API documentation for product decisions by searching the web for relevant pages and fetching their content to markdown for rapid integration.

What is the best way to obtain real-time information across various domains?

The best way to obtain real-time information across various domains is using webSearch to find relevant pages and webFetch to extract structured content, ensuring facts come from reliable online sources.

Does web search handle URL input validation for fetching content?

Yes, the web search capability handles URL input validation and returns structured results including a searchAnswer and resultPages for fetched web content.