web-search

Automate web searches in backend applications using the z-ai-web-dev-sdk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables automated web search capabilities using the z-ai-web-dev-sdk backend to retrieve current information and relevant content for applications.

Core Features & Use Cases

  • CLI access: Quick searches via the command line for testing and automation.
  • SDK integration: Build production-ready web search features into applications with structured results (URL, name, snippet, host_name, date, and favicon).
  • Use Case: Build a real-time information dashboard that queries the web for latest articles and displays summaries.

Quick Start

Use the sample TS script at {project_path}/skills/web-search/scripts/web_search.ts to perform a test web search.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I integrate real-time web search into a backend application?

You can automate web search in a backend application using the z-ai-web-dev-sdk to retrieve current information. It provides structured search results including URL, name, snippet, host_name, date, and favicon for immediate use.

Can I test web search queries from the command line?

Yes, you can execute quick web search queries directly from the CLI. The Skill provides CLI commands to perform test searches for automation and rapid validation before full SDK integration.

What structured data fields are returned by the web search API?

The web search API returns structured results containing specific fields: URL, name, snippet, host_name, date, and favicon. These fields allow direct mapping into application interfaces without manual parsing.

Do I need the z-ai-web-dev-sdk to retrieve current information for a dashboard?

Yes, the z-ai-web-dev-sdk is required as a backend dependency to query the web and retrieve current information. It acts as the search API powering real-time information dashboards and content discovery features.

How do I run a sample web search script for testing?

You can run the sample TypeScript script located in the scripts directory to perform a test web search. This script demonstrates how to call the SDK and process the structured search results.

What is the best way to enrich application content with web search results?

The best way to enrich application content with web search results is to automate queries via the z-ai-web-dev-sdk backend. This fetches relevant current information and maps structured results directly into your knowledge base.