web-search

Retrieve structured web search results using the z-ai-web-dev-sdk.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/nidhalboumaiza-0/PFA_2026_E-Sante --skill web-search-nidhalboumaiza-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/nidhalboumaiza-0/PFA_2026_E-Sante/tree/main/admin-e-sante/skills/web-search
Command: npx skills add https://github.com/nidhalboumaiza-0/PFA_2026_E-Sante --skill web-search-nidhalboumaiza-0

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 current information from the web, powering dynamic, up-to-date knowledge retrieval without manual scraping or static data.

Core Features & Use Cases

  • Real-time web search: query current content from multiple sources and present structured results with URLs, snippets, host_name, and date data.
  • Flexible integration: supports chatbots, dashboards, and research assistants that require live information, content discovery, and verification.
  • Use Case: build a conversational assistant that answers questions with recent sources and a concise summary, including source URLs.

Quick Start

Use the web-search skill to perform a simple query via the CLI or the SDK in your backend code.

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 in a structured format for my dashboard?

To retrieve real-time web search results, this skill uses the z-ai-web-dev-sdk to fetch current internet content and returns structured SearchFunctionResultItem objects containing url, name, snippet, host_name, rank, date, and favicon data.

Can I integrate live web search into a backend chatbot without manual web scraping?

Yes, you can integrate live web search into a backend chatbot using the provided SDK patterns, eliminating manual scraping by fetching dynamic, up-to-date knowledge retrieval directly through the z-ai-web-dev-sdk.

Does the web-search skill support configurable result counts and recency filters for research assistants?

Yes, the web-search skill supports configurable result counts and recency filters, allowing research assistants to refine live information queries and present concise summaries with source URLs.

What is the best way to execute a web search query via CLI for content discovery?

The best way to execute a web search query via CLI is using this skill's built-in scripts component, which interfaces with the z-ai-web-dev-sdk to output structured search results directly in your terminal.

What data fields are included in the structured search results from the z-ai-web-dev-sdk?

The structured search results include url, name, snippet, host_name, rank, date, and favicon fields, providing comprehensive metadata for verifying sources and displaying live content in applications.

Are there limitations to using the z-ai-web-dev-sdk for backend-only web search?

The web-search skill is designed for backend-only usage of the z-ai-web-dev-sdk, meaning it fetches structured search results for server-side processing rather than rendering direct frontend search interfaces.