What problem does it solve? Applications often need access to current, real-time information from the web, but integrating search capabilities requires handling APIs, result parsing, and error handling. This Skill provides ready-to-use patterns for adding web search to backend applications using the z-ai-web-dev-sdk. ## Core Features & Use Cases - Web Search via SDK or CLI: Invoke the web_search function programmatically in backend code or run quick queries from the command line with the z-ai CLI. - Structured Results: Receive results with URL, title, snippet, domain, rank, date, and favicon for each match, with options to control result count and recency. - Advanced Patterns: Includes examples for result caching, rate limiting, quality validation, news search, research assistance, and combining search with AI summarization. - Use Case: Build an Express.js search API endpoint that accepts a query parameter, searches the web, and returns formatted JSON results to a frontend application. ## Quick Start Ask the AI to search the web for a topic like "latest AI news" using the web-search skill and return the top five results with titles and URLs.