원클릭으로
web-search
// Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis.
// Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis.
| name | Web Search |
| description | Quick web scanning — discover pages, get snippets, find URLs. For orientation only, not substantive analysis. |
| type | sop |
| layer | sop |
| tools | {"brave-search":["brave_web_search","brave_news_search","brave_video_search","brave_image_search","brave_local_search","brave_summarizer"]} |
| 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.
| 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 |
Snippets are NOT authoritative content. They are orientation signals.
PROHIBITED:
REQUIRED:
web-researchfreshness filter: pd (24h), pw (7d), pm (31d), py (365d)count parameter: 5-20 results (default 10)brave_news_search instead of brave_web_searchbrave_local_searchGeneral web search:
brave_web_search(query="your search terms", count=10)
News search (time-sensitive topics):
brave_news_search(query="topic", freshness="pw", count=10)
Video search:
brave_video_search(query="topic", count=10)
Image search:
brave_image_search(query="topic", count=20)
Local search:
brave_local_search(query="restaurants near me", count=5)
For each result, present:
query (required): search terms, max 400 charscount: 1-20 results (default 10)offset: pagination, 0-9 (default 0)freshness: time filter — pd (24h), pw (7d), pm (31d), py (365d), or date range 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.)pd (last 24 hours)duration and thumbnail_url in addition to standard fieldscount: 1-200 results (default 50)brave_web_search with summary=trueQuick 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)
Finding documentation:
brave_web_search(query="anthropic claude API tool use documentation", count=5)
Video tutorials:
brave_video_search(query="how to build MCP server tutorial", count=10)