web-search

Perform real-time web searches and return structured results with URLs and snippets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-pharma-research-ai --skill web-search-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/tajo9128/BioDockify-pharma-research-ai/tree/main/ui/src/skills/web-search
Command: npx skills add https://github.com/tajo9128/BioDockify-pharma-research-ai --skill web-search-tajo9128

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 perform web searches to obtain current information, surfacing relevant results for quick decision making.

Core Features & Use Cases

  • Real-time web search: Query the internet and retrieve up-to-date results with structured fields.
  • CLI & SDK integration: Use via z-ai CLI for quick tasks or integrate through the backend SDK for production apps.
  • Use Case: Build a dashboard that shows latest research news by querying topics of interest and displaying titles, URLs, and snippets.

Quick Start

Use the web-search skill to fetch the top results for "artificial intelligence" and print the URL, title, and snippet.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I perform real-time web searches and get structured results in my application?

This skill enables real-time web searches to retrieve structured results containing url, name, snippet, host_name, date, and favicon fields for backend SDK integration and content discovery.

Can I execute web searches via CLI for quick data discovery tasks?

Yes, you can use the z-ai CLI for quick data discovery tasks or integrate the SDK into your backend to return structured web search results for production applications.

Does z-ai-web-dev-sdk support retrieving current information like dates and snippets?

Yes, z-ai-web-dev-sdk retrieves current information by returning structured web search results that include url, name, snippet, host_name, date, and favicon fields for data discovery.

What is the best way to monitor latest research news and display titles in a dashboard?

Query topics of interest using this skill to fetch structured web search results including titles, URLs, and snippets, then display them directly on a dashboard for real-time monitoring.

What structured fields are returned when fetching up-to-date web search results?

Fetching up-to-date web search results returns structured fields including url, name, snippet, host_name, date, and favicon for immediate content discovery and application integration.