web-search

Perform real-time web searches and return structured SearchFunctionResultItem objects.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/marktantongco/promptc-os --skill web-search-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/marktantongco/promptc-os/tree/main/skills/web-search
Command: npx skills add https://github.com/marktantongco/promptc-os --skill web-search-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables applications to fetch up-to-date information from the internet by leveraging the z-ai-web-dev-sdk to perform reliable web queries and return structured results.

Core Features & Use Cases

  • Real-time web search across diverse sources
  • Returns structured results including URLs, snippets, and metadata
  • Use cases: monitor breaking news, augment knowledge bases, perform research with current data

Quick Start

Ask the AI to perform a real-time web search for a topic and return structured results.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I perform real-time web searches and return structured results in my application?

Perform real-time web searches using the z-ai-web-dev-sdk to execute reliable queries and retrieve an array of structured SearchFunctionResultItem objects containing url, name, snippet, and metadata.

How do I integrate real-time web search into my backend for news monitoring?

Integrate real-time web search into a backend by utilizing the SDK to fetch up-to-date information, supporting both command-line testing and production workflows for monitoring breaking news and current data.

What metadata fields are included in structured web search results?

Structured web search results output an array of SearchFunctionResultItem objects containing url, name, snippet, host_name, rank, date, and favicon fields for comprehensive information retrieval.

Does this web search SDK support command-line testing before production integration?

The web search SDK supports both CLI and SDK usage, allowing developers to test queries via command-line before integrating the real-time information retrieval into production applications.

What is the best way to augment a knowledge base with current information from the web?

Augment knowledge bases by performing real-time web searches across diverse sources, fetching current data and returning structured results with built-in validation and error handling for reliable integration.

What dependencies are required to run real-time web search for information retrieval?

Real-time web search requires the z-ai-web-dev-sdk dependency to perform reliable web queries, fetch up-to-date information, and output structured results with built-in validation.