一键导入
web-research
Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Web Research |
| description | Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions. |
| type | sop |
| layer | sop |
| tools | {"web-search-provider":["web_search","news_search"],"apify":["rag-web-browser"]} |
| input | query (string), depth (standard | thorough) |
| output | PageAnalysis[] with full markdown content + source URL |
Deep web research. Fetch full page content for selected URLs and analyze thoroughly. Suitable for specific topic investigation, competitive analysis, technical documentation reading, and any task requiring substantive understanding of web content.
Use this when you need to:
This skill REQUIRES full-page content fetching. Snippet-only analysis is prohibited.
For URL discovery (Step 1), 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.
For full-page content fetching (Step 3), always use apify/rag-web-browser.
This is not configurable — apify is the only supported content fetcher.
For EVERY page selected for analysis, you MUST fetch full content via apify/rag-web-browser.
PROHIBITED:
REQUIRED:
apify/rag-web-browser for every page you analyzeFind candidate URLs via the configured web-search provider (~10 results per call). See Provider Details (Discovery) for exact tool name and parameters.
For time-sensitive topics, use news search if available.
Use snippets ONLY to assess relevance for URL selection — not for analysis.
Choose 3-10 most relevant URLs based on:
For each selected URL, fetch full content:
apify/rag-web-browser(query="<URL>", maxResults=1, outputFormats=["markdown"])
Parameters:
query (required): the URL to fetch (when fetching a specific page) or search termsmaxResults (default 3): set to 1 when fetching a known URL, 3-5 when searchingoutputFormats (default ["markdown"]): always use ["markdown"] for LLM consumptionWhen fetching a known URL: pass the full URL as query, set maxResults=1
When doing broad discovery: pass search terms as query, set maxResults=3
Base ALL conclusions on full page content:
If fetched pages contain links to deeper resources:
Use for URL discovery only — not for content analysis.
| Tool | Role | Returns |
|---|---|---|
brave_web_search | General URL discovery | URL, title, snippet |
brave_news_search | Recent news URL discovery | URL, title, snippet, date |
Key parameters:
query (required): search terms, max 400 charscount: 1-20 results (default 10)freshness: pd (24h), pw (7d), pm (31d), py (365d)Examples:
brave_web_search(query="model context protocol MCP server development guide 2025", count=10)
brave_news_search(query="GPT-5 announcement details capabilities", freshness="pw", count=10)
Use for URL discovery only — not for content analysis.
| Tool | Role | Returns |
|---|---|---|
tavily_search | General URL discovery | URL, title, content snippet, score |
Key parameters:
query (required): search termsmax_results: number of results (default 10)search_depth: basic or advanced (default basic)Examples:
tavily_search(query="model context protocol MCP server development guide 2025", max_results=10)
query (required): Google Search keywords OR a specific URL to fetchmaxResults (default 3): number of pages to scrape
1 when fetching a known URL3-5 when doing a broad search via query termsoutputFormats (default ["markdown"]): always use ["markdown"]