web-search

Queries the internet via z-ai-web-dev-sdk to return structured search results.

2.7k|627|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/jjyaoao/HelloAgents --skill web-search-jjyaoao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/jjyaoao/HelloAgents/tree/main/skills/web-search
Command: npx skills add https://github.com/jjyaoao/HelloAgents --skill web-search-jjyaoao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Real-time web information is often out of reach for static assistants; this skill enables structured web search using the z-ai-web-dev-sdk to fetch current content, news, and sources.

Core Features & Use Cases

  • Real-time web search across multiple sources with structured results including url, name, snippet, host_name, date, and favicon.
  • CLI-based quick queries using z-ai CLI for quick information retrieval and testing.
  • SDK-based programmatic searches integrated into backend applications for automated information gathering and monitoring.

Quick Start

Call the web_search function with a query using the z-ai-web-dev-sdk to obtain structured search results.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I fetch real-time web search results in a structured format for my backend application?

Fetch real-time web search results by querying the internet through the z-ai-web-dev-sdk, which returns structured data including url, name, snippet, host_name, date, and favicon for backend integration.

Can I use the z-ai-web-dev-sdk for automated web search and information gathering?

Yes, the z-ai-web-dev-sdk supports programmatic web searches integrated into backend applications for automated information gathering and monitoring across multiple domains.

What is the best way to test quick web search queries during development?

Use the z-ai CLI for quick queries to retrieve information and test search results rapidly without needing to integrate the full SDK into your application.

Does the web search skill return a consistent result shape for parsing?

The web search skill expects a consistent result shape for SearchFunctionResultItem, ensuring structured results remain uniform for reliable parsing across different queries.

How do I monitor current events and aggregate web sources programmatically?

Monitor current events and aggregate sources by executing real-time web search queries through the SDK, receiving structured results containing dates, snippets, and host names for analysis.