Multi-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill kiro-search-aggregator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kiro Search Aggregator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-kiro-search-aggregator)More formats (shields.io, HTML) on the badges page.
---
name: kiro-search-aggregator
description: Multi-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief.
homepage: https://openclaw.ai
metadata:
{
"openclaw":
{
"emoji": "🔎",
"primaryEnv": "SERPER_API_KEY",
"requires":
{
"bins": ["python3"],
"env": ["SERPER_API_KEY", "SERPAPI_API_KEY", "X_BEARER_TOKEN"],
},
},
}
---
# Kiro Search Aggregator
Plugin producer: `kiroai.io`
Aggregate search results across multiple providers and return one ranked list with a short summary.
## Supported Sources
- `google` (Serper API)
- `scholar` (SerpAPI, `google_scholar` engine)
- `youtube` (Serper videos API)
- `x` (X recent search API)
## API keys
Optional, per source:
- `SERPER_API_KEY` for `google`, `youtube`
- `SERPAPI_API_KEY` for `scholar`
- `X_BEARER_TOKEN` for `x`
## Quick start
```bash
python3 skills/kiro-search-aggregator/scripts/search_aggregator.py \
--query "AI agents workflow" \
--sources "google,scholar,youtube,x" \
--per-source 5
```
## Output
Default folder: `outputs/search-aggregator/`
- `latest.json`: full machine-readable result
- `latest.md`: readable summary + top results
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!