Check NZBGet download status and queue information. Use when the user asks about NZBGet downloads, wants to know how many things are downloading, check download speed, view the queue, or get a full status report of their Usenet downloads.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nzbget或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nzbget⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nzbget/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: nzbget description: Check NZBGet download status and queue information. Use when the user asks about NZBGet downloads, wants to know how many things are downloading, check download speed, view the queue, or get a full status report of their Usenet downloads. ---
This skill provides quick access to NZBGet download status and queue information. Required env vars: NZBGET_USER, NZBGET_PASS, NZBGET_HOST
Get a simple count of active downloads:
bash scripts/check_nzbget.sh count
Returns: 3 (number of items downloading)
Get complete status with speed, queue, and remaining size:
bash scripts/check_nzbget.sh
| Query | Command | Output | |-------|---------|--------| | How many downloading? | count | Number only | | Current speed? | speed | Speed in MB/s | | What's in queue? | queue | First 10 items only | | Full status | (no args) | Complete report (max 10 items shown) |
Note: 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.
User: "NZBGet count"
3
User: "What's downloading?"
📥 NZBGet Status: Downloading
Active Downloads: 3
Speed: 12.5 MB/s
Remaining: 45.2 GB
Current Queue:
• Movie.2025.2160p.mkv - 67%
• TV.Show.S01E05.1080p.mkv - 23%
• Documentary.4K.mkv - 89%
User: "NZBGet speed"
12.5 MB/s
安装 nzbget 后,可以对 AI 说这些话来触发它
Help me get started with nzbget
Explains what nzbget does, walks through the setup, and runs a quick demo based on your current project
Use nzbget to check NZBGet download status and queue information
Invokes nzbget with the right parameters and returns the result directly in the conversation
What can I do with nzbget in my marketing & growth workflow?
Lists the top use cases for nzbget, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nzbget/ 目录(个人级,所有项目可用),或 .claude/skills/nzbget/(项目级)。重启 AI 客户端后,用 /nzbget 主动调用,或让 AI 根据上下文自动发现并使用。
nzbget 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
nzbget 可免费安装使用。请查阅仓库了解许可证信息。
Check NZBGet download status and queue information. Use when the user asks about NZBGet downloads, wants to know how many things are downloading, check download speed, view the queue, or get a full status report of their Usenet downloads.
nzbget 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using nzbget
Identifies repetitive steps in your workflow and sets up nzbget to handle them automatically