{
  "schemaVersion": "1.0",
  "item": {
    "slug": "internet-search",
    "name": "Internet Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jzakirov/internet-search",
    "canonicalUrl": "https://clawhub.ai/jzakirov/internet-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/internet-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=internet-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/internet-search"
    },
    "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/internet-search",
    "agentPageUrl": "https://openagent3.xyz/skills/internet-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/internet-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/internet-search/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": "Internet Search",
        "body": "Queries a self-hosted SearXNG instance aggregating multiple search engines."
      },
      {
        "title": "Category Routing",
        "body": "Always set category based on the nature of the query.\n\nCategoryWhen to useEnginesgeneralDefault. Facts, how-tos, products, people, broad web.Brave, Bing, DDG, Startpage, Qwant, Wikipedia…newsRecent events, breaking news, anything time-sensitive.Bing News, DDG NewsacademicResearch papers, studies, medical literature, preprints.arXiv, Google Scholar, PubMedsocialOpinions, community recommendations, \"what do people think about X\".Reddit"
      },
      {
        "title": "Query Formulation",
        "body": "Write queries as a search engine expects — keywords, not full sentences:\n\n# Bad\n\"what is the fastest async runtime for rust\"\n\n# Good\n\"rust async runtime benchmarks 2025\"\n\nnews: include a time anchor — \"OpenAI o3 release 2025\" not just \"OpenAI o3\"\nacademic: use field terminology — \"transformer attention efficiency survey\"\nsocial: phrase as community search — \"reddit best mechanical keyboard 2025\""
      },
      {
        "title": "SearXNG Search Syntax (in query)",
        "body": "SearXNG supports lightweight query modifiers you can embed directly into the query string:\n\nSyntaxMeaningExamples!<engine> / !<category>Select engine(s) and/or a category. Chainable and inclusive; abbreviations are accepted.!wp paris, !wikipedia paris, !map paris, !map !ddg !wp paris:<lang>Language filter:fr !wp Wau Holland"
      },
      {
        "title": "Count",
        "body": "count=5 (default) — sufficient for most tasks\ncount=10 — comparing many options, checking consensus\ncount=3 — quick fact checks"
      },
      {
        "title": "Multi-Search Strategy",
        "body": "Fire multiple focused searches rather than one broad one:\n\n# Bad: one vague search\ninternet_search(\"best way to deploy Node.js\")\n\n# Good: three targeted searches\ninternet_search(\"Node.js Docker deployment best practices 2025\")\ninternet_search(\"Node.js PM2 vs Docker production\", category=\"social\")\ninternet_search(\"Node.js zero-downtime deployment strategies\")\n\nCombine general + social for factual + sentiment coverage:\n\ninternet_search(\"Bun runtime performance vs Node.js benchmarks\")\ninternet_search(\"Bun runtime production experience\", category=\"social\")"
      },
      {
        "title": "When NOT to Use",
        "body": "Things you already know with high confidence\nStable API docs or well-known syntax — use training knowledge\nRepeating a search that already answered the question"
      },
      {
        "title": "Common Mistakes",
        "body": "MistakeFixgeneral for a research paperUse category=\"academic\"Searching \"what happened today\"Use category=\"news\" with a specific topicOne broad search for a multi-part questionBreak into 2–3 focused searchesRepeating a failed search verbatimRephrase with different keywordscount=20 for a simple factDefault count=5 is almost always enough"
      }
    ],
    "body": "Internet Search\n\nQueries a self-hosted SearXNG instance aggregating multiple search engines.\n\nCategory Routing\n\nAlways set category based on the nature of the query.\n\nCategory\tWhen to use\tEngines\ngeneral\tDefault. Facts, how-tos, products, people, broad web.\tBrave, Bing, DDG, Startpage, Qwant, Wikipedia…\nnews\tRecent events, breaking news, anything time-sensitive.\tBing News, DDG News\nacademic\tResearch papers, studies, medical literature, preprints.\tarXiv, Google Scholar, PubMed\nsocial\tOpinions, community recommendations, \"what do people think about X\".\tReddit\nQuery Formulation\n\nWrite queries as a search engine expects — keywords, not full sentences:\n\n# Bad\n\"what is the fastest async runtime for rust\"\n\n# Good\n\"rust async runtime benchmarks 2025\"\n\nnews: include a time anchor — \"OpenAI o3 release 2025\" not just \"OpenAI o3\"\nacademic: use field terminology — \"transformer attention efficiency survey\"\nsocial: phrase as community search — \"reddit best mechanical keyboard 2025\"\nSearXNG Search Syntax (in query)\n\nSearXNG supports lightweight query modifiers you can embed directly into the query string:\n\nSyntax\tMeaning\tExamples\n!<engine> / !<category>\tSelect engine(s) and/or a category. Chainable and inclusive; abbreviations are accepted.\t!wp paris, !wikipedia paris, !map paris, !map !ddg !wp paris\n:<lang>\tLanguage filter\t:fr !wp Wau Holland\nCount\ncount=5 (default) — sufficient for most tasks\ncount=10 — comparing many options, checking consensus\ncount=3 — quick fact checks\nMulti-Search Strategy\n\nFire multiple focused searches rather than one broad one:\n\n# Bad: one vague search\ninternet_search(\"best way to deploy Node.js\")\n\n# Good: three targeted searches\ninternet_search(\"Node.js Docker deployment best practices 2025\")\ninternet_search(\"Node.js PM2 vs Docker production\", category=\"social\")\ninternet_search(\"Node.js zero-downtime deployment strategies\")\n\n\nCombine general + social for factual + sentiment coverage:\n\ninternet_search(\"Bun runtime performance vs Node.js benchmarks\")\ninternet_search(\"Bun runtime production experience\", category=\"social\")\n\nWhen NOT to Use\nThings you already know with high confidence\nStable API docs or well-known syntax — use training knowledge\nRepeating a search that already answered the question\nCommon Mistakes\nMistake\tFix\ngeneral for a research paper\tUse category=\"academic\"\nSearching \"what happened today\"\tUse category=\"news\" with a specific topic\nOne broad search for a multi-part question\tBreak into 2–3 focused searches\nRepeating a failed search verbatim\tRephrase with different keywords\ncount=20 for a simple fact\tDefault count=5 is almost always enough"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jzakirov/internet-search",
    "publisherUrl": "https://clawhub.ai/jzakirov/internet-search",
    "owner": "jzakirov",
    "version": "0.3.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/internet-search",
    "downloadUrl": "https://openagent3.xyz/downloads/internet-search",
    "agentUrl": "https://openagent3.xyz/skills/internet-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/internet-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/internet-search/agent.md"
  }
}