一键导入
web-search
Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Web Search |
| description | Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis. |
| type | sop |
| layer | sop |
| tools | {"web-search-provider":["web_search","news_search"]} |
| input | query (string) |
| output | SearchResult[] with title, URL, snippet, date |
Fast orientation search. Understand what pages and sources exist on a topic. Suitable for quick fact-checking, getting an overview of a landscape, or finding URLs for deeper research via web-research.
Use this when you need to:
This skill returns snippets only. For full-page content analysis, use web-research.
Use whichever web-search MCP is configured — check availability yourself. If more than one is active, try them in the order listed below. This order is just the writing order, not a hard priority — any active provider is equally valid.
Set the result count to ~10 per call (provider-specific parameter named in each Provider Details subsection).
Snippets are NOT authoritative content. They are orientation signals.
PROHIBITED:
REQUIRED:
web-researchCall the configured provider's search tool with ~10 results per call. See Provider Details for exact tool name and parameters.
For each result, present:
Available tools:
| Tool | Purpose | Returns |
|---|---|---|
brave_web_search | General web search | URL, title, description snippet |
brave_news_search | Recent news articles | URL, title, snippet, date |
brave_video_search | Video content discovery | URL, title, description, duration |
brave_image_search | Image search | URL, title, image properties |
brave_local_search | Local businesses/places | Name, address, rating, hours |
brave_summarizer | AI-generated summary (Pro only) | Summarized text with references |
Key parameters:
brave_web_search:
query (required): search terms, max 400 charscount: 1-20 results (default 10)offset: pagination, 0-9 (default 0)freshness: pd (24h), pw (7d), pm (31d), py (365d), or YYYY-MM-DDtoYYYY-MM-DDsafesearch: off / moderate / strict (default moderate)search_lang: language code (default en)country: 2-letter country code (default US)result_filter: array of types to include (web, news, videos, etc.)brave_news_search: same core parameters, better for time-sensitive queries
brave_video_search: returns duration and thumbnail_url
brave_image_search: count 1-200 (default 50)
brave_local_search: for "near me" queries, returns business details
brave_summarizer: requires Pro plan, must first run brave_web_search with summary=true
Examples:
Quick fact check:
brave_web_search(query="Claude 3.5 Sonnet release date", count=5)
News monitoring:
brave_news_search(query="transformer architecture breakthroughs", freshness="pm", count=10)
Landscape scan:
brave_web_search(query="MCP server frameworks comparison 2025", count=15)
Available tools:
| Tool | Purpose | Returns |
|---|---|---|
tavily_search | LLM-optimized web search | URL, title, content snippet, score |
Key parameters:
tavily_search:
query (required): search termsmax_results: number of results (default 10)search_depth: basic or advanced (default basic)include_domains: restrict to specific domainsexclude_domains: exclude specific domainsExamples:
Quick fact check:
tavily_search(query="Claude 3.5 Sonnet release date", max_results=5)
Landscape scan:
tavily_search(query="MCP server frameworks comparison 2025", max_results=10)