web-search

Search the web via jaegis-sdk and return structured results with URLs, snippets, and metadata.

Updated May 28, 2026
One-click install
npx skills add https://github.com/usemanusai/UC --skill web-search-usemanusai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/usemanusai/UC/tree/main/web-search
Command: npx skills add https://github.com/usemanusai/UC --skill web-search-usemanusai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jaegis-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of searching the web for up-to-date information, enabling applications to retrieve current content and structured search results.

Core Features & Use Cases

  • Web Search: Enables applications to search the web and retrieve current information.
  • Structured Results: Returns structured search results with URLs, snippets, and metadata.
  • Use Case: For a news aggregation app, use this Skill to search for the latest news on a specific topic and display the results in a structured format.

Quick Start

Use the web-search skill to search for "latest tech news".

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I retrieve real-time information from the web in a structured format?

To retrieve real-time web information in a structured format, you can use a web search skill that returns URLs, snippets, and metadata. This approach provides current content directly to your application without manual scraping.

Can I get structured search results with URLs and snippets for a news aggregation app?

Yes, you can get structured search results containing URLs, snippets, and metadata for a news aggregation app. Searching the web for a specific topic returns structured data that can be directly displayed to users.

Do I need the jaegis-sdk to perform web searches for current content?

Yes, you need the jaegis-sdk to perform web searches for current content. The SDK provides the backend implementation required to retrieve real-time information and structured search results from the web.

What is the best way to search for the latest news on a specific topic programmatically?

The best way to search for the latest news on a specific topic programmatically is using a web search skill powered by the jaegis-sdk. It queries the web and returns structured results with URLs and snippets ready for display.

Does web search with jaegis-sdk support returning metadata along with snippets?

Yes, web search with jaegis-sdk supports returning metadata along with snippets. The structured search results include URLs, snippets, and metadata, enabling applications to process current web content efficiently.