{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nzbget",
    "name": "nzbget",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/aricus/nzbget",
    "canonicalUrl": "https://clawhub.ai/aricus/nzbget",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nzbget",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nzbget",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/check_nzbget.sh"
    ],
    "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/nzbget"
    },
    "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/nzbget",
    "agentPageUrl": "https://openagent3.xyz/skills/nzbget/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nzbget/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nzbget/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": "NZBGet Status Checker",
        "body": "This skill provides quick access to NZBGet download status and queue information.  Required env vars: NZBGET_USER, NZBGET_PASS, NZBGET_HOST"
      },
      {
        "title": "Quick Count",
        "body": "Get a simple count of active downloads:\n\nbash scripts/check_nzbget.sh count\n\nReturns: 3 (number of items downloading)"
      },
      {
        "title": "Full Status Report",
        "body": "Get complete status with speed, queue, and remaining size:\n\nbash scripts/check_nzbget.sh"
      },
      {
        "title": "Specific Queries",
        "body": "QueryCommandOutputHow many downloading?countNumber onlyCurrent speed?speedSpeed in MB/sWhat's in queue?queueFirst 10 items onlyFull status(no args)Complete report (max 10 items shown)\n\nNote: Queue listings are capped at 10 items to avoid flooding with large queues (400+ items). The script shows \"Next 10 of X items\" when there are more."
      },
      {
        "title": "Examples",
        "body": "User: \"NZBGet count\"\n\n3\n\nUser: \"What's downloading?\"\n\n📥 NZBGet Status: Downloading\n\nActive Downloads: 3\nSpeed: 12.5 MB/s\nRemaining: 45.2 GB\n\nCurrent Queue:\n  • Movie.2025.2160p.mkv - 67%\n  • TV.Show.S01E05.1080p.mkv - 23%\n  • Documentary.4K.mkv - 89%\n\nUser: \"NZBGet speed\"\n\n12.5 MB/s"
      },
      {
        "title": "Response Guidelines",
        "body": "For \"count\" or \"how many\": Use the number directly in a conversational response\nFor \"speed\": Report the current download speed\nFor full status: Summarize the key info (count, speed, remaining) and list active items\nIf NZBGet is unreachable or no items downloading, say so clearly\nKeep responses concise unless user asks for full details"
      }
    ],
    "body": "NZBGet Status Checker\n\nThis skill provides quick access to NZBGet download status and queue information. Required env vars: NZBGET_USER, NZBGET_PASS, NZBGET_HOST\n\nUsage\nQuick Count\n\nGet a simple count of active downloads:\n\nbash scripts/check_nzbget.sh count\n\n\nReturns: 3 (number of items downloading)\n\nFull Status Report\n\nGet complete status with speed, queue, and remaining size:\n\nbash scripts/check_nzbget.sh\n\nSpecific Queries\nQuery\tCommand\tOutput\nHow many downloading?\tcount\tNumber only\nCurrent speed?\tspeed\tSpeed in MB/s\nWhat's in queue?\tqueue\tFirst 10 items only\nFull status\t(no args)\tComplete report (max 10 items shown)\n\nNote: Queue listings are capped at 10 items to avoid flooding with large queues (400+ items). The script shows \"Next 10 of X items\" when there are more.\n\nExamples\n\nUser: \"NZBGet count\"\n\n3\n\n\nUser: \"What's downloading?\"\n\n📥 NZBGet Status: Downloading\n\nActive Downloads: 3\nSpeed: 12.5 MB/s\nRemaining: 45.2 GB\n\nCurrent Queue:\n  • Movie.2025.2160p.mkv - 67%\n  • TV.Show.S01E05.1080p.mkv - 23%\n  • Documentary.4K.mkv - 89%\n\n\nUser: \"NZBGet speed\"\n\n12.5 MB/s\n\nResponse Guidelines\nFor \"count\" or \"how many\": Use the number directly in a conversational response\nFor \"speed\": Report the current download speed\nFor full status: Summarize the key info (count, speed, remaining) and list active items\nIf NZBGet is unreachable or no items downloading, say so clearly\nKeep responses concise unless user asks for full details"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aricus/nzbget",
    "publisherUrl": "https://clawhub.ai/aricus/nzbget",
    "owner": "aricus",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nzbget",
    "downloadUrl": "https://openagent3.xyz/downloads/nzbget",
    "agentUrl": "https://openagent3.xyz/skills/nzbget/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nzbget/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nzbget/agent.md"
  }
}