← Back to Skills Marketplace
vmining

Kiro Search Aggregator

by Xinjin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
518
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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.
README (SKILL.md)

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
Usage Guidance
This skill appears to do what it claims: it runs a Python script that queries Serper, SerpAPI, and X using the API keys you provide and saves aggregated results locally. Before installing, confirm you trust the skill producer and understand that: (1) the API keys you supply allow the script to query those services (provide least-privilege/read-only tokens where possible); (2) results and snippets will be written to outputs/search-aggregator/, so avoid putting secrets into queries; and (3) we reviewed most of the script and saw only expected HTTP calls, but part of the main function was truncated in the provided snippet — if you want higher confidence, inspect the complete scripts/search_aggregator.py file to verify there are no additional outbound endpoints or surprising filesystem/network actions.
Capability Analysis
Type: OpenClaw Skill Name: kiro-search-aggregator Version: 1.0.0 The skill is designed to aggregate search results from multiple sources using specified API keys. The `SKILL.md` clearly outlines its purpose and required environment variables. The `search_aggregator.py` script uses standard Python libraries (`urllib.request`, `argparse`, `os.getenv`) to fetch API keys and make requests to legitimate search API endpoints (Serper, SerpAPI, X). User input for the search query is passed as a string parameter to these APIs, without any evidence of local command injection or arbitrary code execution. There are no attempts to exfiltrate sensitive data beyond the stated purpose, establish persistence, or use obfuscation. While an AI agent platform could be vulnerable to prompt injection if it poorly handles user input when executing the example command in `SKILL.md`, the skill itself does not contain malicious instructions or code designed to exploit such vulnerabilities.
Capability Assessment
Purpose & Capability
Name/description ask for aggregated searches across Google, Scholar, YouTube, and X, and the package requires API keys and a python3 runtime which are appropriate and expected. The included script implements calls to Serper (google + videos), SerpAPI (google_scholar), and X recent search endpoints, matching the stated providers.
Instruction Scope
SKILL.md instructs running the included Python script with query/sources arguments. The script only reads the declared environment variables (SERPER_API_KEY, SERPAPI_API_KEY, X_BEARER_TOKEN), performs HTTP requests to the declared provider endpoints, and renders results to an outputs folder. There are no instructions to read unrelated system files or to transmit data to unexpected external endpoints.
Install Mechanism
No install spec is present (instruction-only skill with an included script). No external download/install steps are attempted. Requiring only python3 is proportionate.
Credentials
The skill requires three API credentials that directly map to its four data sources. The primaryEnv (SERPER_API_KEY) is consistent with Serper usage for google and youtube. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It writes output to a local outputs/search-aggregator/ folder (expected for this functionality) and does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kiro-search-aggregator
  3. After installation, invoke the skill by name or use /kiro-search-aggregator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of kiro-search-aggregator. - Aggregates and ranks search results from Google, Google Scholar, YouTube, and X. - Outputs both a machine-readable JSON and a concise Markdown summary with top results. - Supports multiple API keys for flexible integration with different search providers.
Metadata
Slug kiro-search-aggregator
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments