← All plugins
sabx
v0.1.11SABnzbd CLI - control downloads, queues, RSS feeds, and automation via terminal
CodexClaude Code1 skill
by Aviv SinaiMIT5updated 1 week ago
Source
git clone https://github.com/avivsinai/sabxClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
sabx/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sabx/SKILL.md
Skills1
sabxskills/sabx/SKILL.md
Control SABnzbd download manager via CLI. Use when users need to check download queue/history, add NZBs, manage priorities, control speed limits, pause/resume downloads, configure RSS feeds, run scheduled tasks, or automate Usenet workflows. Triggers include "sabnzbd", "sabx", "downloads", "nzb", "usenet", "download queue", "download status".
Manifests2
.codex-plugin/plugin.json
{
"name": "sabx",
"version": "0.1.11",
"description": "SABnzbd CLI - control downloads, queues, RSS feeds, and automation via terminal",
"author": {
"name": "Aviv Sinai",
"url": "https://github.com/avivsinai"
},
"repository": "https://github.com/avivsinai/sabx",
"license": "MIT",
"skills": "./skills/",
"keywords": [
"sabnzbd",
"usenet",
"downloads",
"nzb",
"queue",
"automation",
"cli"
],
"interface": {
"displayName": "SABnzbd CLI",
"shortDescription": "Control SABnzbd downloads, queues, RSS feeds, speed limits, and automation",
"category": "Automation"
}
}.claude-plugin/plugin.json
{
"name": "sabx",
"version": "0.1.11",
"description": "SABnzbd CLI - control downloads, queues, RSS feeds, and automation via terminal",
"author": {
"name": "Aviv Sinai",
"url": "https://github.com/avivsinai"
},
"repository": "https://github.com/avivsinai/sabx",
"license": "MIT",
"skills": "./skills/",
"keywords": [
"sabnzbd",
"usenet",
"downloads",
"nzb",
"queue",
"automation",
"cli"
]
}