/install kiro-search-aggregator
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_scholarengine)youtube(Serper videos API)x(X recent search API)
API keys
Optional, per source:
SERPER_API_KEYforgoogle,youtubeSERPAPI_API_KEYforscholarX_BEARER_TOKENforx
Quick start
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 resultlatest.md: readable summary + top results
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kiro-search-aggregator - After installation, invoke the skill by name or use
/kiro-search-aggregator - Provide required inputs per the skill's parameter spec and get structured output
What is Kiro Search Aggregator?
Multi-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief. It is an AI Agent Skill for Claude Code / OpenClaw, with 518 downloads so far.
How do I install Kiro Search Aggregator?
Run "/install kiro-search-aggregator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kiro Search Aggregator free?
Yes, Kiro Search Aggregator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Kiro Search Aggregator support?
Kiro Search Aggregator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kiro Search Aggregator?
It is built and maintained by Xinjin (@vmining); the current version is v1.0.0.