web-search

Retrieve real-time web information with structured results via z-ai-web-dev-sdk.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill web-search-mohabsmar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Mohabsmar/VoiceDev-2.0/tree/main/skills/web-search
Command: npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill web-search-mohabsmar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Current information is often stale or inaccessible due to knowledge cutoffs; users need up-to-date web data.

Core Features & Use Cases

  • Real-time web search using the z-ai-web-dev-sdk to fetch current content
  • Structured results with url, name, snippet, host_name, date, and favicon
  • Use cases include up-to-date news gathering, live data verification, and topic research across domains

Quick Start

Run a simple web search query to retrieve current results immediately.

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 using a backend SDK?

To fetch real-time web search results, you can use a backend SDK like z-ai-web-dev-sdk to execute queries and retrieve current web content. This approach bypasses knowledge cutoffs by directly querying the web and returning structured data.

Can I get structured data like URLs and snippets from a real-time web search?

Yes, performing a real-time web search with this SDK returns structured results. The output includes specific fields such as url, name, snippet, host_name, rank, date, and favicon for each retrieved item.

What is the best way to verify live data and gather up-to-date news across domains?

The best way to verify live data and gather up-to-date news is to perform real-time information retrieval using a backend web search SDK. This allows you to query the web directly and retrieve current, structured results across various domains.

Does the z-ai-web-dev-sdk support retrieving favicons and dates for search results?

Yes, the z-ai-web-dev-sdk supports retrieving favicons and dates. When you run a web search query, the SDK returns structured results that specifically include the date and favicon alongside the url, name, and snippet.

Why do I need a backend SDK for web search instead of using static knowledge bases?

You need a backend SDK for web search because current information is often stale or inaccessible due to knowledge cutoffs. A backend SDK queries the live web to fetch real-time, up-to-date news and live data verification.