{
  "schemaVersion": "1.0",
  "item": {
    "slug": "local-websearch-1",
    "name": "Local Websearch 1",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/eg-yks/local-websearch-1",
    "canonicalUrl": "https://clawhub.ai/eg-yks/local-websearch-1",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/local-websearch-1",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=local-websearch-1",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "searxng_search.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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/local-websearch-1"
    },
    "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/local-websearch-1",
    "agentPageUrl": "https://openagent3.xyz/skills/local-websearch-1/agent",
    "manifestUrl": "https://openagent3.xyz/skills/local-websearch-1/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/local-websearch-1/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": "SearXNG Web Search",
        "body": "Privacy-respecting metasearch via your self-hosted SearXNG instance."
      },
      {
        "title": "When to use (trigger phrases)",
        "body": "Use this skill when the user asks:\n\n\"search the web for...\"\n\"look up...\" / \"find information about...\"\n\"what is...\" (when current info needed)\n\"research...\" / \"search for...\"\n\"google...\" (redirect to privacy-respecting search)"
      },
      {
        "title": "Quick start",
        "body": "python3 {baseDir}/scripts/searxng_search.py \"your query\"\npython3 {baseDir}/scripts/searxng_search.py \"query\" --count 10\npython3 {baseDir}/scripts/searxng_search.py \"query\" --lang de"
      },
      {
        "title": "Setup",
        "body": "Set SEARXNG_URL environment variable:\n\nexport SEARXNG_URL=\"http://your-searxng-host:8888\""
      },
      {
        "title": "Flags",
        "body": "FlagDefaultDescription-n, --count5Results to return (1-20)-l, --langautoLanguage code (en, de, fr, es, etc.)"
      },
      {
        "title": "Output",
        "body": "Returns JSON:\n\n{\n  \"query\": \"search terms\",\n  \"count\": 5,\n  \"results\": [\n    {\"title\": \"...\", \"url\": \"...\", \"description\": \"...\", \"engines\": [\"google\", \"brave\"], \"score\": 1.5}\n  ]\n}"
      },
      {
        "title": "Notes",
        "body": "No API keys needed—SearXNG aggregates upstream engines\nResults include source engines for transparency\nScores indicate relevance (higher = better)\nFor news, add \"news\" to query or use --lang for regional results"
      }
    ],
    "body": "SearXNG Web Search\n\nPrivacy-respecting metasearch via your self-hosted SearXNG instance.\n\nWhen to use (trigger phrases)\n\nUse this skill when the user asks:\n\n\"search the web for...\"\n\"look up...\" / \"find information about...\"\n\"what is...\" (when current info needed)\n\"research...\" / \"search for...\"\n\"google...\" (redirect to privacy-respecting search)\nQuick start\npython3 {baseDir}/scripts/searxng_search.py \"your query\"\npython3 {baseDir}/scripts/searxng_search.py \"query\" --count 10\npython3 {baseDir}/scripts/searxng_search.py \"query\" --lang de\n\nSetup\n\nSet SEARXNG_URL environment variable:\n\nexport SEARXNG_URL=\"http://your-searxng-host:8888\"\n\nFlags\nFlag\tDefault\tDescription\n-n, --count\t5\tResults to return (1-20)\n-l, --lang\tauto\tLanguage code (en, de, fr, es, etc.)\nOutput\n\nReturns JSON:\n\n{\n  \"query\": \"search terms\",\n  \"count\": 5,\n  \"results\": [\n    {\"title\": \"...\", \"url\": \"...\", \"description\": \"...\", \"engines\": [\"google\", \"brave\"], \"score\": 1.5}\n  ]\n}\n\nNotes\nNo API keys needed—SearXNG aggregates upstream engines\nResults include source engines for transparency\nScores indicate relevance (higher = better)\nFor news, add \"news\" to query or use --lang for regional results"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eg-yks/local-websearch-1",
    "publisherUrl": "https://clawhub.ai/eg-yks/local-websearch-1",
    "owner": "eg-yks",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/local-websearch-1",
    "downloadUrl": "https://openagent3.xyz/downloads/local-websearch-1",
    "agentUrl": "https://openagent3.xyz/skills/local-websearch-1/agent",
    "manifestUrl": "https://openagent3.xyz/skills/local-websearch-1/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/local-websearch-1/agent.md"
  }
}