Install
openclaw skills install research-assistant-deepDeep research and synthesis assistant. Use when you need to investigate a topic across multiple sources, compare findings, produce structured research reports, or do multi-step web research with citation tracking. NOT for simple single-query lookups (use web_search directly).
openclaw skills install research-assistant-deepStructured multi-source research with citation tracking and synthesis.
Clarify the research question. Break broad topics into 2-5 sub-questions. Define the output format upfront (brief, detailed, table, report).
Run 2-3 parallel web_search calls with varied query phrasing per sub-question. Use freshness and country filters when recency or region matters.
For each promising result, use web_fetch with extractMode: "markdown" and maxChars: 8000. Skip paywalled or low-value pages quickly.
Cross-reference findings across sources. Flag contradictions explicitly. Assign confidence levels:
| Level | Meaning |
|---|---|
| High | 3+ independent sources agree |
| Medium | 2 sources or 1 authoritative source |
| Low | Single unverified source |
Every factual claim gets a source line: [N] Source Title — URL
Output format:
## [Topic]
### Key Findings
- Finding 1 [1]
- Finding 2 [2,3]
### Contradictions
- Source A says X [1], Source B says Y [2]
### Sources
[1] Title — https://...
[2] Title — https://...
For multi-phase research, see references/deep-dive.md.
For automated source credibility scoring, see scripts/credibility.py.