LaunchKit · 2026
Back to Skills

kiro-search-aggregator

Multi-source search skill for Kiro on OpenClaw.

0
297 downloads
by @vmining

Setup & Installation

openclaw skills install @vmining/kiro-search-aggregator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install kiro-search-aggregator

What This Skill Does

Queries Google, Google Scholar, YouTube, and X in a single run and merges the results into one ranked list. Outputs both a machine-readable JSON file and a markdown summary. Each source is optional and activated by its corresponding API key.

Running one command replaces four separate searches and produces a unified ranked output instead of requiring manual result merging.

When to use it

  • Researching a technical topic across web and academic sources at once
  • Finding recent X posts alongside YouTube tutorials on the same query
  • Building a literature review brief from scholar and web results
  • Monitoring a trending topic across search and social simultaneously
  • Generating a ranked summary report for a client research request

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: search for 'AI agents workflow' across all sources

AGENT
  1. 1Runs search_aggregator.py with --query 'AI agents workflow' and --sources 'google,scholar,youtube,x'
  2. 2Fetches up to 5 results per source using the configured API keys
  3. 3Merges and ranks results from all four providers
  4. 4Writes full results to outputs/search-aggregator/latest.json
  5. 5Writes a readable summary to outputs/search-aggregator/latest.md
OUTPUT

A ranked list of top results with a short summary across Google, Scholar, YouTube, and X

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SERPER_API_KEY environment variable (Serper API account, required for Google and YouTube results)SERPAPI_API_KEY environment variable (SerpAPI account, required for Google Scholar results)X_BEARER_TOKEN environment variable (X Developer account, required for X search results)