{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ddg-web-search",
    "name": "DuckDuckGo Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JakeLin/ddg-web-search",
    "canonicalUrl": "https://clawhub.ai/JakeLin/ddg-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ddg-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ddg-web-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/ddg-web-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/ddg-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/ddg-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ddg-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ddg-web-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": "DuckDuckGo Search via web_fetch",
        "body": "Search the web using DuckDuckGo Lite's HTML interface, parsed via web_fetch. No API key or package install required."
      },
      {
        "title": "How to Search",
        "body": "web_fetch(url=\"https://lite.duckduckgo.com/lite/?q=QUERY\", extractMode=\"text\", maxChars=8000)\n\nURL-encode the query — use + for spaces\nUse extractMode=\"text\" (not markdown) for clean results\nIncrease maxChars for more results"
      },
      {
        "title": "Region Filtering",
        "body": "Append &kl=REGION for regional results:\n\nau-en — Australia\nus-en — United States\nuk-en — United Kingdom\nde-de — Germany\nfr-fr — France\n\nFull list: https://duckduckgo.com/params"
      },
      {
        "title": "Example — Australian search",
        "body": "web_fetch(url=\"https://lite.duckduckgo.com/lite/?q=best+coffee+melbourne&kl=au-en\", extractMode=\"text\", maxChars=8000)"
      },
      {
        "title": "Reading Results",
        "body": "Results appear as numbered items with title, snippet, and URL. Skip entries marked \"Sponsored link\" (ads) — organic results follow."
      },
      {
        "title": "Search-then-Fetch Pattern",
        "body": "Search — query DDG Lite for a list of results\nPick — identify the most relevant URLs\nFetch — use web_fetch on those URLs to read full content"
      },
      {
        "title": "Tips",
        "body": "First 1-2 results may be ads — skip to organic results\nFor exact phrases, wrap in quotes: q=%22exact+phrase%22\nAdd specific terms to narrow results (site name, year, location)"
      },
      {
        "title": "Limitations",
        "body": "No time/date filtering (DDG Lite doesn't support &df= reliably via fetch)\nText results only — no images or videos\nResults sourced from Bing (may differ from Google)\nGoogle search does NOT work via web_fetch (captcha blocked)"
      }
    ],
    "body": "DuckDuckGo Search via web_fetch\n\nSearch the web using DuckDuckGo Lite's HTML interface, parsed via web_fetch. No API key or package install required.\n\nHow to Search\nweb_fetch(url=\"https://lite.duckduckgo.com/lite/?q=QUERY\", extractMode=\"text\", maxChars=8000)\n\nURL-encode the query — use + for spaces\nUse extractMode=\"text\" (not markdown) for clean results\nIncrease maxChars for more results\nRegion Filtering\n\nAppend &kl=REGION for regional results:\n\nau-en — Australia\nus-en — United States\nuk-en — United Kingdom\nde-de — Germany\nfr-fr — France\n\nFull list: https://duckduckgo.com/params\n\nExample — Australian search\nweb_fetch(url=\"https://lite.duckduckgo.com/lite/?q=best+coffee+melbourne&kl=au-en\", extractMode=\"text\", maxChars=8000)\n\nReading Results\n\nResults appear as numbered items with title, snippet, and URL. Skip entries marked \"Sponsored link\" (ads) — organic results follow.\n\nSearch-then-Fetch Pattern\nSearch — query DDG Lite for a list of results\nPick — identify the most relevant URLs\nFetch — use web_fetch on those URLs to read full content\nTips\nFirst 1-2 results may be ads — skip to organic results\nFor exact phrases, wrap in quotes: q=%22exact+phrase%22\nAdd specific terms to narrow results (site name, year, location)\nLimitations\nNo time/date filtering (DDG Lite doesn't support &df= reliably via fetch)\nText results only — no images or videos\nResults sourced from Bing (may differ from Google)\nGoogle search does NOT work via web_fetch (captcha blocked)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JakeLin/ddg-web-search",
    "publisherUrl": "https://clawhub.ai/JakeLin/ddg-web-search",
    "owner": "JakeLin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ddg-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/ddg-web-search",
    "agentUrl": "https://openagent3.xyz/skills/ddg-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ddg-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ddg-web-search/agent.md"
  }
}