Overview
- Skill Key
- aricus/nzbget
- Author
- aricus
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aricus/nzbget
- Latest Commit SHA
- f882f0eb4df916c62188b02c3adf2c5ab69940d9
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nzbget 技能。 若已安装,则直接安装 nzbget 技能。
# 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 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 bash scripts/check_nzbget.sh ``` ### Specific Queries | 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. ## 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
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caspian9
飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。