search-cluster
Aggregated search aggregator using Google CSE, GNews RSS, Wikipedia, Reddit, and Scrapling.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1999azzar/search-clusterWhat 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
- "Search cluster, perform an aggregated lookup on the current state of quantum computing research for this month."
- "Find recent Reddit discussions and Google News reports regarding the latest developments in generative AI safety."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1999azzar-search-cluster": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
newman
Automated API testing with Postman collections via Newman CLI. Use when user requests API testing, collection execution, automated testing, CI/CD integration, or mentions "Postman", "Newman", "API tests", "run collection", or "automated testing".
mema-vault
Secure credential manager using AES-256 (Fernet) encryption. Stores, retrieves, and rotates secrets using a mandatory Master Key. Use for managing API keys, database credentials, and other sensitive tokens.
ui-designer
Design beautiful interfaces using 16+ design systems including Material You, Fluent Design, Apple HIG, Ant Design, Carbon Design, Shopify Polaris, Minimalism, Glassmorphism, Neo-Brutalism, Neumorphism, Skeuomorphism, Claymorphism, Swiss Design, and Atlassian Design. Expert in Tailwind CSS, color harmonics, component theming, and accessibility (WCAG).
mermaid-architect
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".
guardian-wall
Mitigate prompt injection attacks, especially indirect ones from external web content or files. Use this skill when processing untrusted text from the internet, user-uploaded files, or any external source to sanitize content and detect malicious instructions (e.g., "ignore previous instructions", "system override").