web-search

Perform real-time web searches returning structured results with URLs, titles, snippets, host names, dates, and favicons.

1|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/eskoNBG/UltiDB --skill web-search-eskonbg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/eskoNBG/UltiDB/tree/main/skills/web-search
Command: npx skills add https://github.com/eskoNBG/UltiDB --skill web-search-eskonbg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enable applications to perform real-time web searches using the z-ai-web-dev-sdk, returning current information beyond static knowledge with structured results (URL, title, snippet, host_name, date, favicon).

Core Features & Use Cases

  • Real-time web search via SDK or CLI to fetch current information
  • Structured result items including URL, title, snippet, host_name, date, favicon
  • Use cases include research, news monitoring, competitive analysis, content discovery

Quick Start

Ask the AI to perform a real-time web search for a topic and return structured results with URLs, snippets, and metadata.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I get real-time web search results with structured metadata in my application?

Real-time web search results with structured metadata are returned as an array containing URL, title, snippet, host_name, date, and favicon. This allows applications to fetch current information beyond static knowledge for research or competitive intelligence.

Can I use the z-ai-web-dev-sdk for web search via CLI and backend SDK?

Yes, the z-ai-web-dev-sdk supports both CLI and backend SDK usage to perform real-time web searches. You can execute queries directly from the command line or integrate the search function into backend code.

What is the structure of the data returned from a real-time web search?

The web search returns an array of structured result items matching the SearchFunctionResultItem shape. Each item includes the URL, title, snippet, host_name, date, and favicon for comprehensive content discovery.

What's the best way to monitor news and perform competitive intelligence using structured search results?

The best way to monitor news and gather competitive intelligence is to use real-time web search to fetch current information. The SDK returns structured results with dates and host names, enabling automated tracking of relevant topics and competitor activity.

Do I need the z-ai-web-dev-sdk to retrieve current information beyond static knowledge?

Yes, the z-ai-web-dev-sdk is required as the core dependency to perform real-time web searches. It powers the backend code that retrieves current information and structures the results into the SearchFunctionResultItem format.