Research a topic by searching multiple sources and summarizing findings
Scanned 9/5/2026
Install to Claude Code
npx -y skills add hedypamungkas/koboi-agent --skill search_and_summarize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Search And Summarize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hedypamungkas-search-and-summarize)More formats (shields.io, HTML) on the badges page.
---
name: search-and-summarize
description: Research a topic by searching multiple sources and summarizing findings
license: MIT
allowed-tools: web_search web_fetch
---
# Search and Summarize
## Instructions
When this skill is activated, follow this structured approach:
1. **Plan**: Break the research question into sub-questions
2. **Search**: Use `web_search` to find information for each sub-question
3. **Fetch**: Use `web_fetch` to get detailed content from promising results
4. **Synthesize**: Combine findings into a coherent summary
## Output Format
Structure your response as:
- **Summary**: 2-3 sentence overview
- **Key Findings**: Bullet points with source references
- **Details**: Expanded explanation of each finding
- **Sources**: List of URLs consulted
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!