web-search

Perform real-time web searches and return structured results with url, name, snippet, host_name, date, and favicon.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Kraits/cxc-ace --skill web-search-kraits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Kraits/cxc-ace/tree/main/skills-backup/web-search
Command: npx skills add https://github.com/Kraits/cxc-ace --skill web-search-kraits

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables applications to search the internet in real time and retrieve current information, ensuring access to up-to-date content beyond static knowledge.

Core Features & Use Cases

  • Structured results: each item includes url, name, snippet, host_name, date, and favicon for easy consumption.
  • CLI and SDK integration: supports quick testing from the command line and production usage via the z-ai-web-dev-sdk backend.
  • Use cases: research assistants, news monitoring, content discovery, and data-gathering workflows that require fresh information.

Quick Start

Run a simple web search for a topic using the CLI or SDK to view 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 get structured web search results for real-time data retrieval?

Real-time web search results are returned as structured data items containing url, name, snippet, host_name, date, and favicon. This structured format allows applications to directly consume search outputs for research, news monitoring, and content discovery workflows.

Can I use the z-ai-web-dev-sdk to perform real-time web searches in an application?

Yes, the z-ai-web-dev-sdk provides the backend implementation for performing real-time web searches. It enables production-level integration within applications to retrieve current information and structured search data programmatically.

Does this web search API support CLI usage for quick testing?

Yes, the web search API supports both CLI and SDK integration. You can run simple web searches directly from the command line for quick testing and view structured results before implementing SDK integration in production.

What is the best way to monitor news and discover content using a search API?

Using a real-time web search API is an effective approach for news monitoring and content discovery. It retrieves up-to-date internet information and returns structured results with snippets and dates, ensuring access to current content beyond static knowledge.

What data fields are included in structured web search results?

Structured web search results include six specific data fields per item: url, name, snippet, host_name, date, and favicon. These fields provide comprehensive metadata for easy consumption in data-gathering workflows and research assistants.