{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/search-cluster",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=search-cluster",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/search-apis.md",
      "search-cluster.py",
      "skill.json",
      "stealth_fetch.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/search-cluster",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Search Cluster (Industrial Standard v3.1)",
        "body": "A multi-provider search aggregator designed for high-availability and security."
      },
      {
        "title": "Installation",
        "body": "The scrapling provider requires a dedicated virtual environment.\n\nCreate a venv: python3 -m venv venv/scrapling\nInstall scrapling: venv/scrapling/bin/pip install scrapling\nProvide the path to the venv binary in SCRAPLING_PYTHON_PATH."
      },
      {
        "title": "Security Posture",
        "body": "Subprocess Isolation: Query inputs are passed as arguments to stealth_fetch.py.\nStrict TLS: Mandatory SSL verification on all providers.\nSanitization: Integrated native internal scrubber (Path Neutral)."
      },
      {
        "title": "Requirements and Environment",
        "body": "Declare these variables in your environment or vault:\n\nVariableRequirementDescriptionGOOGLE_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."
      },
      {
        "title": "Providers",
        "body": "google: Official Google Custom Search.\nwiki: Wikipedia OpenSearch API.\nreddit: Reddit JSON search API.\ngnews: Google News RSS aggregator.\nscrapling: Headless stealth scraping (via DuckDuckGo)."
      },
      {
        "title": "Included Scripts",
        "body": "scripts/search-cluster.py: Main entry point.\nscripts/stealth_fetch.py: Scrapling fetcher (REQUIRED for scrapling provider)."
      },
      {
        "title": "Workflow",
        "body": "Execute: scripts/search-cluster.py all \"<query>\"\nOutput is structured JSON with source, title, link, and sanitized snippet."
      }
    ],
    "body": "Search Cluster (Industrial Standard v3.1)\n\nA multi-provider search aggregator designed for high-availability and security.\n\nInstallation\n\nThe scrapling provider requires a dedicated virtual environment.\n\nCreate a venv: python3 -m venv venv/scrapling\nInstall scrapling: venv/scrapling/bin/pip install scrapling\nProvide the path to the venv binary in SCRAPLING_PYTHON_PATH.\nSecurity Posture\nSubprocess Isolation: Query inputs are passed as arguments to stealth_fetch.py.\nStrict TLS: Mandatory SSL verification on all providers.\nSanitization: Integrated native internal scrubber (Path Neutral).\nRequirements and Environment\n\nDeclare these variables in your environment or vault:\n\nVariable\tRequirement\tDescription\nGOOGLE_API_KEY\tOptional\tAPI Key for Google Custom Search.\nGOOGLE_CSE_ID\tOptional\tSearch Engine ID for Google CSE.\nSCRAPLING_PYTHON_PATH\tOptional\tPath to the scrapling venv python binary.\nREDIS_HOST\tOptional\tHost for result caching.\nREDIS_PORT\tOptional\tPort for result caching (Default: 6379).\nSEARCH_USER_AGENT\tOptional\tCustom User-Agent string.\nProviders\ngoogle: Official Google Custom Search.\nwiki: Wikipedia OpenSearch API.\nreddit: Reddit JSON search API.\ngnews: Google News RSS aggregator.\nscrapling: Headless stealth scraping (via DuckDuckGo).\nIncluded Scripts\nscripts/search-cluster.py: Main entry point.\nscripts/stealth_fetch.py: Scrapling fetcher (REQUIRED for scrapling provider).\nWorkflow\nExecute: scripts/search-cluster.py all \"<query>\"\nOutput is structured JSON with source, title, link, and sanitized snippet."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1999AZZAR/search-cluster",
    "publisherUrl": "https://clawhub.ai/1999AZZAR/search-cluster",
    "owner": "1999AZZAR",
    "version": "3.5.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}