AI Agent Hub
Back to skills
Web Search icon

Web Search

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_c5d687fe/web-search-skill-v2 according to https://skillhub.cn/install/skillhub.md.

About this skill

Specific Problem

When a user asks to "look up X", "find the latest news about X", or "search for related information on X", returning raw search results is often insufficient: snippets are too short, page ranking is unstable, information may be outdated, and sources can contradict one another. This workflow makes web search more controlled by first deciding whether the question needs deep reading, then fetching only a few high-signal pages, and finally producing a checkable answer instead of a pile of links and fragmented snippets.

How It Works

  • It starts by calling WebSearch to collect candidate pages and snippets.
  • If the question is a simple factual lookup, such as a definition, date, or version number, it summarizes directly; if the question involves causes, steps, evidence, or recent developments, it uses WebFetch to read the top 2-3 pages.
  • The output keeps a fixed structure: Brief answer, Key details, and Sources, making it easier to assess reliability.
  • It prefers Chinese keywords for Chinese-language content, notes publication dates, cross-validates important conclusions across multiple sources, avoids adding information that is absent from search results, and explicitly states limitations when sources are limited or incomplete.

Boundaries and Caveats

It is suitable for time-sensitive queries, fact-checking, light research, and comparing multiple sources, such as news summaries, technical version changes, or policy clause confirmation. It is not intended for login-required content, paywalled pages, real-time trading data, private documents, or tasks requiring continuous monitoring. If search returns no results, it should suggest alternative keywords; if page fetching fails, it should skip that source and continue evaluating other results; if a network error occurs, it should retry once and honestly explain the failure and the remaining evidence.

Use Cases

  • Check recent release changes for an open-source library by searching and fetching the top pages.
  • Research competitor policy updates by cross-validating multiple sources and noting dates and limits.
  • Answer user questions about industry news with a brief answer, key details, and cited sources.
  • Verify whether a technical document claim is outdated using Chinese searches and top-ranked pages.

Best For

  • Product managers who need to verify industry policy changes and provide citable sources
  • Engineers who must summarize technical release notes and official documentation into briefs
  • Content editors who compare multiple sources to judge whether news is reliable
  • Customer-support system developers who want query answers in a fixed structure