search-cluster

Query Google, Wikipedia, Reddit, and RSS feeds with Redis caching.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/adelpro/openclaw-arsenals --skill search-cluster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-cluster
Source: https://github.com/adelpro/openclaw-arsenals/tree/main/02-skills/search-cluster
Command: npx skills add https://github.com/adelpro/openclaw-arsenals --skill search-cluster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified search across Google, Wikipedia, Reddit, and RSS feeds with Redis-backed caching to deliver fast, consolidated results and reduce API usage.

Core Features & Use Cases

  • Multi-Engine Clustering: Query Google, Wiki, and Reddit in parallel to speed up results.
  • Robust Caching: Save results to Redis (TTL 24h) to minimize API calls and latency.
  • Use Case: When you need up-to-date information from diverse sources in a single, coherent list.

Quick Start

Run a search query such as "quantum computing" to retrieve consolidated results from Google, Wikipedia, Reddit, and RSS with cached responses.

Frequently Asked Questions about search-cluster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search multiple sources like Google, Wikipedia, and Reddit in parallel?

Multi-source search queries Google, Wikipedia, Reddit, and RSS feeds in parallel, returning a consolidated JSON list of titles, links, snippets, and sources to deliver fast, unified results.

What's the best way to reduce API latency when aggregating web search results?

Aggregating web search results with Redis-backed caching stores responses for 24 hours, minimizing repeated API calls and significantly reducing latency for subsequent multi-engine queries.

Do I need a Redis instance to run multi-source information retrieval?

Yes, multi-source information retrieval requires a Redis instance for caching and Google API access to query and store aggregated results effectively for 24 hours.

How does multi-engine clustering handle API or RSS feed errors during search?

Multi-engine clustering handles API or RSS feed errors gracefully during search, ensuring that a failure in one source does not disrupt the overall parallel execution or result retrieval.

What format does the unified search return for consolidated results?

Unified search returns a JSON list of results containing the title, link, snippet, and source for each item retrieved from Google, Wikipedia, Reddit, and RSS feeds.