# Send Search Cluster to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "search-cluster",
    "name": "Search Cluster",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1999AZZAR/search-cluster",
    "canonicalUrl": "https://clawhub.ai/1999AZZAR/search-cluster",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/search-cluster",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=search-cluster",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/search-apis.md",
      "search-cluster.py",
      "skill.json",
      "stealth_fetch.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "search-cluster",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T13:41:45.844Z",
      "expiresAt": "2026-05-15T13:41:45.844Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=search-cluster",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=search-cluster",
        "contentDisposition": "attachment; filename=\"search-cluster-3.5.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "search-cluster"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/search-cluster"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/search-cluster",
    "downloadUrl": "https://openagent3.xyz/downloads/search-cluster",
    "agentUrl": "https://openagent3.xyz/skills/search-cluster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/search-cluster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/search-cluster/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1999AZZAR
- Version: 3.5.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T13:41:45.844Z
- Expires at: 2026-05-15T13:41:45.844Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/search-cluster)
- [Send to Agent page](https://openagent3.xyz/skills/search-cluster/agent)
- [JSON manifest](https://openagent3.xyz/skills/search-cluster/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/search-cluster/agent.md)
- [Download page](https://openagent3.xyz/downloads/search-cluster)