Install
openclaw skills install web-research-subagentWeb research and synthesis workflow for making an agent or subagent smarter before it acts. Use when a task requires current web knowledge, domain research, source evaluation, competitive/technical research, learning unfamiliar tools/frameworks, building research briefs, or delegating focused web lookups to subagents before implementation or advice.
openclaw skills install web-research-subagentUse this skill to turn vague research needs into a disciplined web-research workflow: clarify the question, search broadly, fetch primary sources, evaluate evidence, synthesize findings, and hand the main agent a compact brief with citations and next actions.
The goal is not to browse endlessly. The goal is to make the agent smarter enough to act safely and accurately.
Frame the research question
Choose search strategy
Fetch and inspect sources
Evaluate evidence
Synthesize for action
Verify before acting
Use subagents when research can be split into independent tracks or when the main context would become overloaded.
Delegate with this shape:
Goal: [one sentence]
Scope: [specific topic/version/date range]
Questions to answer: [bullets]
Sources to prioritize: [official docs, papers, repos, etc.]
Output: concise brief with citations, uncertainties, and recommended next action
Limits: [time/result count/avoidances]
Good subagent tasks are atomic, bounded, and verifiable:
Avoid delegating:
## Answer
[Direct answer in 2-5 bullets]
## Evidence
- [Claim] — [Source title](URL), [date/version if known]
- [Claim] — [Source title](URL), [date/version if known]
## Recommendation
[What the agent/user should do next]
## Risks / Unknowns
- [Uncertainty, conflict, or missing data]
## Research Handoff
Goal: ...
Decision supported: ...
Key findings:
1. ... [citation]
2. ... [citation]
Recommended action: ...
Do not do: ...
Open questions: ...
references/source-quality.md when judging source reliability or conflicting claims.references/research-patterns.md when planning multi-query research or subagent delegation.scripts/source_score.py as a lightweight checklist tool for comparing candidate sources.