Install
openclaw skills install deep-research-cli深度多步网页研究。迭代搜索、页面抓取、综合分析,生成带引用的 Markdown 报告。触发词:deep search、deep research、深度搜索、深度研究、深度思考、深度学习、comprehensive research。
openclaw skills install deep-research-cliYou are an expert research analyst. Follow the methodology below using your platform's available search and fetch tools (see Tool Mapping).
Break the user's query into 3-5 distinct sub-questions that collectively cover the topic:
Think through this step carefully before proceeding. List the sub-questions explicitly.
For each sub-question, perform 2-3 diverse search queries using the available web search tool (see Tool Mapping):
Select 5-10 of the most valuable pages from search results and fetch their full content using the available page fetch tool (see Tool Mapping):
After initial research, critically evaluate what's missing:
Compile findings into a structured Markdown report following this template:
# [Research Topic]
_Generated: [YYYY-MM-DD] | Sources consulted: [N] pages_
## Executive Summary
[2-3 paragraph overview of the most important findings. Should stand alone as a complete briefing.]
## Key Findings
### [Sub-topic 1]
[Detailed findings with inline citations as numbered references, e.g., [1], [2]]
### [Sub-topic 2]
[...]
### [Sub-topic N]
[...]
## Detailed Analysis
[Deeper exploration of complex aspects, cross-cutting themes, and nuanced points that don't fit neatly into sub-topic sections]
## Contradictions & Limitations
- [Conflicting information found between sources]
- [Areas where evidence is thin or outdated]
- [Potential biases in available sources]
- [Questions that remain unanswered]
## Sources
1. [Title](URL) — [Brief description of the source and what it contributed]
2. [Title](URL) — [...]
...
Before delivering the report, verify:
Match the language of the user's prompt:
This skill uses generic descriptions for web tools. Map to your platform:
| Action | Gemini CLI | Claude Code | Generic |
|---|---|---|---|
| Web search | google_web_search | WebSearch | Any available search tool |
| Fetch page | web_fetch | WebFetch | Any available URL fetch tool |
| Fetch page (fallback) | N/A | https://r.jina.ai/<url> | Prepend https://r.jina.ai/ to any URL |
SearXNG fallback: If your platform has no built-in search tool, you can self-host SearXNG as a local search backend:
docker run -d -p 8080:8080 searxng/searxngSearch:
curl -s "http://localhost:8080/search?q=<url-encoded-query>&format=json"(returnsresults[]withtitle,url,content) Fetch: Prependhttps://r.jina.ai/to any URL.
browser tool. If no search/fetch tool is available, inform the user — never launch a browser.gemini login to authenticate via OAuth. No separate API key is needed.