NZBGet Status Checker
This skill provides quick access to NZBGet download status and queue information. Required env vars: NZBGETUSER, NZBGETPASS, NZBGET_HOST
Usage
Quick Count
Get a simple count of active downloads:
bash scripts/check_nzbget.sh count
Returns:
3 (number of items downloading)
Full Status Report
Get complete status with speed, queue, and remaining size:
CODEBLOCK1
Specific Queries
| Query | Command | Output |
|---|
| How many downloading? | INLINECODE1 | 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.
Examples
User: "NZBGet count"
CODEBLOCK2
User: "What's downloading?"
CODEBLOCK3
User: "NZBGet speed"
CODEBLOCK4
Response Guidelines
- - For "count" or "how many": Use the number directly in a conversational response
- For "speed": Report the current download speed
- For full status: Summarize the key info (count, speed, remaining) and list active items
- If NZBGet is unreachable or no items downloading, say so clearly
- Keep responses concise unless user asks for full details
NZBGet 状态检查器
此技能可快速访问 NZBGet 下载状态和队列信息。所需环境变量:NZBGETUSER、NZBGETPASS、NZBGET_HOST
使用方法
快速计数
获取活跃下载的简单计数:
bash
bash scripts/check_nzbget.sh count
返回:3(正在下载的项目数量)
完整状态报告
获取包含速度、队列和剩余大小的完整状态:
bash
bash scripts/check_nzbget.sh
特定查询
| 查询 | 命令 | 输出 |
|---|
| 正在下载多少? | count | 仅数字 |
| 当前速度? |
speed | 以 MB/s 为单位的速度 |
| 队列中有什么? | queue | 仅前 10 个项目 |
| 完整状态 | (无参数) | 完整报告(最多显示 10 个项目) |
注意: 队列列表限制为 10 个项目,以避免因大量队列(超过 400 个项目)而溢出。当有更多项目时,脚本会显示“接下来 10 个,共 X 个项目”。
示例
用户: NZBGet 计数
3
用户: 正在下载什么?
📥 NZBGet 状态:正在下载
活跃下载:3
速度:12.5 MB/s
剩余:45.2 GB
当前队列:
• Movie.2025.2160p.mkv - 67%
• TV.Show.S01E05.1080p.mkv - 23%
• Documentary.4K.mkv - 89%
用户: NZBGet 速度
12.5 MB/s
响应指南
- - 对于“计数”或“多少”:在对话式回复中直接使用数字
- 对于“速度”:报告当前下载速度
- 对于完整状态:总结关键信息(计数、速度、剩余)并列出活跃项目
- 如果 NZBGet 无法访问或没有项目在下载,请明确说明
- 除非用户要求完整详情,否则保持回复简洁