What problem does it solve?
This Skill provides programmatic access to up-to-date web information so applications and scripts can avoid stale knowledge, eliminate manual browsing, and quickly gather current news, data, and page metadata for downstream analysis.
Core Features & Use Cases
- Real-time search: Execute live web queries via the z-ai-web-dev-sdk or the z-ai CLI for immediate results.
- Structured results: Returns results with URL, title, snippet, host_name, rank, date, and favicon for easy processing and display.
- Integration-ready: Examples and patterns for Express APIs, summarization with chat completions, caching, rate limiting, and result validation are provided to support common production needs.
- Use case: Build a news aggregator, research assistant, or content discovery pipeline that requires current information and source metadata.
Quick Start
Use the web-search skill to retrieve the top 5 most recent results for "artificial intelligence" and return them as JSON.