What problem does it solve?
Convert user queries that require up-to-date internet information into reliable, click-through search results while preventing AI hallucination by relying on the search engine's pre-rendered output.
Core Features & Use Cases
- Verbatim Results Display: Always present the pre-rendered
message field from the search API containing up to five clickable result entries so users can directly access sources.
- Recency-aware Search: Support time-window filtering (from_time / to_time) for queries about "today", "recent", "this week", etc., and enforce mutual-exclusion rules with cnt to improve freshness.
- Error Handling and Safety: Retry on transient network errors, surface the API's JSON error messages to users, and avoid fabricating links or sources.
- Use Case: Ask for "latest AI news", "today's gold price", or "深圳今天天气" and receive a pre-rendered list of relevant results followed by an optional language-matched analysis.
Quick Start
Use the online-search skill to search for 最新AI新闻 and return the pre-rendered search results verbatim then provide a brief summary in Chinese.