skills$openclaw/nzbget
aricus3.1k

by aricus

nzbget – OpenClaw Skill

nzbget is an OpenClaw Skills integration for writing workflows. 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.

3.1k stars1.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namenzbget
descriptionCheck 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. OpenClaw Skills integration.
owneraricus
repositoryaricus/nzbget
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @aricus/nzbget
last updatedFeb 7, 2026

Maintainer

aricus

aricus

Maintains nzbget in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
check_nzbget.sh
3.6 KB
_meta.json
264 B
SKILL.md
1.8 KB
SKILL.md

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.

NZBGet Status Checker

This skill provides quick access to NZBGet download status and queue information. Required env vars: NZBGET_USER, NZBGET_PASS, 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:

bash scripts/check_nzbget.sh

Specific Queries

QueryCommandOutput
How many downloading?countNumber only
Current speed?speedSpeed in MB/s
What's in queue?queueFirst 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"

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

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install nzbget?

Run openclaw add @aricus/nzbget in your terminal. This installs nzbget into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/aricus/nzbget. Review commits and README documentation before installing.