โ† All skills
Tencent SkillHub ยท Developer Tools

Search Cluster

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/search-apis.md, search-cluster.py, skill.json, stealth_fetch.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.5.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Search Cluster (Industrial Standard v3.1)

A multi-provider search aggregator designed for high-availability and security.

Installation

The scrapling provider requires a dedicated virtual environment. Create a venv: python3 -m venv venv/scrapling Install scrapling: venv/scrapling/bin/pip install scrapling Provide the path to the venv binary in SCRAPLING_PYTHON_PATH.

Security Posture

Subprocess Isolation: Query inputs are passed as arguments to stealth_fetch.py. Strict TLS: Mandatory SSL verification on all providers. Sanitization: Integrated native internal scrubber (Path Neutral).

Requirements and Environment

Declare these variables in your environment or vault: VariableRequirementDescriptionGOOGLE_API_KEYOptionalAPI Key for Google Custom Search.GOOGLE_CSE_IDOptionalSearch Engine ID for Google CSE.SCRAPLING_PYTHON_PATHOptionalPath to the scrapling venv python binary.REDIS_HOSTOptionalHost for result caching.REDIS_PORTOptionalPort for result caching (Default: 6379).SEARCH_USER_AGENTOptionalCustom User-Agent string.

Providers

google: Official Google Custom Search. wiki: Wikipedia OpenSearch API. reddit: Reddit JSON search API. gnews: Google News RSS aggregator. scrapling: Headless stealth scraping (via DuckDuckGo).

Included Scripts

scripts/search-cluster.py: Main entry point. scripts/stealth_fetch.py: Scrapling fetcher (REQUIRED for scrapling provider).

Workflow

Execute: scripts/search-cluster.py all "<query>" Output is structured JSON with source, title, link, and sanitized snippet.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • references/search-apis.md Docs
  • search-cluster.py Scripts
  • stealth_fetch.py Scripts
  • skill.json Config