Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @vmining Updated 7/18/2026 1,005 downloads 0 stars Security: Pass

🔎 Kiro Search Aggregator OpenClaw Plugin & Skill | ClawHub

Looking to integrate Kiro Search Aggregator into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Multi-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief.

Install

ClawHub CLI
openclaw skills install @vmining/kiro-search-aggregator
Node.js (npx)
npx clawhub@latest install kiro-search-aggregator

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
kiro-search-aggregatorMulti-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief.https://openclaw.ai

SKILL.md content below is scrollable.

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

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
ClawHub Registry URL: https://clawhub.ai/vmining/skills/kiro-search-aggregator

Related skills

If this matches your use case, these are close alternatives in the same category.