Install
openclaw skills install @terrycarter1985/web-search-summarySearch the web for a topic and produce a structured summary with key findings, sources, and actionable takeaways. Best for quick research briefs, competitive landscape scans, and topic overviews.
openclaw skills install @terrycarter1985/web-search-summaryProduce a structured research brief from a web search query in a single pass.
web_search with the user's query, count=10, freshness set appropriately.web_fetch with maxChars=3000 to get readable content.## Summary
<2-3 sentence overview>
## Key Findings
- Finding 1 (with source)
- Finding 2 (with source)
- ...
## Notable
- Point worth flagging
- ...
## Sources
1. <title> — <URL>
2. <title> — <URL>
| Parameter | Required | Default | Description |
|---|---|---|---|
| query | yes | — | Search query |
| freshness | no | (none) | day, week, month, year |
| count | no | 10 | Number of search results (1-10) |
| maxChars | no | 3000 | Max chars per fetched page |
Input: "latest in AI coding agents 2026"
Output:
Summary
The AI coding agent space has matured significantly in 2026, with multi-agent orchestration and IDE-native experiences dominating...
Key Findings
- Multi-agent workflows are now standard (Source: a16z report)
- IDE-native integration has surpassed CLI-first tools (Source: Stack Overflow survey)
- ...
Sources
- a16z — https://a16z.com/ai-coding-2026
- Stack Overflow — https://stackoverflow.com/survey-2026