web-search

Query internet sources and return structured search results with metadata.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/mattismyname3011/school-council-election --skill web-search-mattismyname3011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/mattismyname3011/school-council-election/tree/main/skills/web-search
Command: npx skills add https://github.com/mattismyname3011/school-council-election --skill web-search-mattismyname3011

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

Web search automation enables applications to retrieve current information from the internet, reducing manual lookup time and enabling dynamic content.

Core Features & Use Cases

  • Real-time search across diverse sources with structured results
  • Returns URLs, snippets, host names, dates, and favicon metadata for easy display
  • Suitable for research assistants, content discovery, and features like live news dashboards

Quick Start

Use the web-search skill to perform a basic query via the backend, for example: "latest AI developments".

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 web search results for my backend application?

To retrieve real-time web search results for a backend application, use a web search automation skill to query diverse internet sources and return structured data. It provides arrays of objects containing URLs, snippets, host names, and dates.

What structured data fields are returned when automating web search?

Automating web search returns structured results as an array of objects. Each object includes specific fields: url, name, snippet, host_name, rank, date, and favicon, enabling easy display and data processing in applications.

Do I need the z-ai-web-dev-sdk to execute real-time web searches?

Yes, you need the z-ai-web-dev-sdk installed to execute real-time web searches. This dependency handles the backend execution logic required to query internet sources and retrieve structured results for your application.

Can I use automated web search to build a live news dashboard?

Yes, you can use automated web search to build a live news dashboard. It is designed for use cases requiring real-time data, content discovery, and research assistants across domains like technology, science, and news.

What is the best way to display web search snippets and favicons in a research assistant?

The best way to display web search snippets and favicons in a research assistant is to parse the structured result objects. The returned data explicitly includes the snippet text and favicon URL for straightforward UI rendering.