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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time web information retrieval by searching the web and fetching content from URLs to provide up-to-date data.

Core Features & Use Cases

  • webSearch(query): searches the web for current information and returns structured results.
  • webFetch(url): fetches and converts page content to markdown for easy consumption.
  • Use Case: stay updated on rapidly changing topics like tech news or API docs.

Quick Start

Ask the web-search skill to look up the latest information on 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 search for current information?

Real-time web content fetching and information retrieval are enabled by executing web searches and pulling page data. You can retrieve current news or API documentation beyond training data by querying the web and converting page content to markdown.

Can I retrieve up-to-date API documentation that is missing from my training data?

Yes, retrieving up-to-date API documentation beyond training data is a core use case. By searching the web for technical references and fetching the relevant URLs, the skill provides current information in a structured format.

How do I convert fetched web page content into markdown for easy consumption?

Converting fetched web page content into markdown is handled by the webFetch function. Supply the target URL and the skill fetches the page, returning the content as formatted markdown for easy consumption.

What's the best way to search the web for rapidly changing tech news?

The best way to search for rapidly changing tech news is using a real-time web information retrieval function. It queries the web and returns structured results, allowing you to stay updated on current events and technical references.

Does web-search require any external dependencies or components to function?

No external dependencies or components are required for web-search to function. It operates independently to perform real-time web information retrieval and fetch page content without additional setup.

What is the difference between webSearch and webFetch for information retrieval?

webSearch takes a query to search the web and returns structured search results, while webFetch takes a specific URL to retrieve and convert page content into markdown. Both mechanisms facilitate real-time information retrieval.