← 返回 Skills 市场
518
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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_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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kiro-search-aggregator - 安装完成后,直接呼叫该 Skill 的名称或使用
/kiro-search-aggregator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Kiro Search Aggregator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kiro-search-aggregator」即可一键安装,无需额外配置。
Kiro Search Aggregator 是免费的吗?
是的,Kiro Search Aggregator 完全免费(开源免费),可自由下载、安装和使用。
Kiro Search Aggregator 支持哪些平台?
Kiro Search Aggregator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kiro Search Aggregator?
由 Xinjin(@vmining)开发并维护,当前版本 v1.0.0。
推荐 Skills