ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 3/5

search-cluster

Aggregated search aggregator using Google CSE, GNews RSS, Wikipedia, Reddit, and Scrapling.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1999azzar/search-cluster
Or

What This Skill Does

The search-cluster skill is an industrial-grade, multi-provider search aggregator engineered for the OpenClaw platform. It synthesizes data from five distinct sources—Google Custom Search (CSE), Google News (RSS), Wikipedia, Reddit, and the stealthy Scrapling browser engine. By aggregating these disparate data streams, the skill provides a comprehensive, high-availability search solution that mitigates the bias or downtime associated with relying on a single information source. It includes robust internal sanitization, strict TLS enforcement, and subprocess isolation to ensure that external data retrieval remains secure and performant within your agent environment.

Installation

Installation is managed via the clawhub CLI. Execute: clawhub install openclaw/skills/skills/1999azzar/search-cluster.

Important: To leverage the full power of the Scrapling provider, you must create a dedicated virtual environment. First, run python3 -m venv venv/scrapling, then venv/scrapling/bin/pip install scrapling. Finally, export the path to your venv python binary to the SCRAPLING_PYTHON_PATH environment variable. Ensure your API keys (Google CSE) and cache settings (Redis) are defined in your secure vault before deployment.

Use Cases

  • Market Intelligence: Simultaneously query Reddit trends, news headlines, and technical documentation to get a 360-degree view of a market topic.
  • Academic Research: Aggregate peer-reviewed or encyclopedic summaries from Wikipedia alongside real-time news updates.
  • Automated Monitoring: Use the skill as a scheduled task to scan for specific keywords across multiple platforms, caching results in Redis for faster subsequent analysis.

Example Prompts

  1. "Search cluster, perform an aggregated lookup on the current state of quantum computing research for this month."
  2. "Find recent Reddit discussions and Google News reports regarding the latest developments in generative AI safety."
  3. "Summarize the consensus on electric vehicle charging standards using Wikipedia and recent technical news."

Tips & Limitations

To avoid latency, always define a REDIS_HOST to enable caching; otherwise, the skill will perform fresh requests for every query, which is slower and risks hitting provider rate limits. Note that while the internal scrubber sanitizes content, always review output from Reddit due to its high volume of unverified, user-generated content. For highly secure environments, verify that your environment variables are set in a non-persistent vault.

Metadata

Author@1999azzar
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1999azzar-search-cluster": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#search#aggregator#scraping#osint#research
Safety Score: 3/5

Flags: network-access, external-api, code-execution