nzbget-list
List the NZBGet download queue (active groups) and recent history (last 10 entries) via the JSON-RPC API with HTTP Basic auth.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List the NZBGet download queue (active groups) and recent history (last 10 entries) via the JSON-RPC API with HTTP Basic auth.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Poll trusted Multiple Sclerosis RSS feeds, score credibility, save raw items, filter low-quality material, and promote high-value items into citation-grounded KB processing.
Save a URL, file path, pasted text, DOI, or PMID into the knowledgebase at $KB_ROOT/raw/manual/YYYY/MM/DD/. Enriches via the relevant MCP (pubmed/crossref) when input is a DOI or PMID. NON-DESTRUCTIVE — write-only into raw/, never into pages/.
Append a single timestamped bullet to today's $KB_ROOT/journals/YYYY/MM/YYYY_MM_DD.md describing what the agent just did. Logseq-compatible and date-partitioned. Call this at the end of every meaningful action (page write, ingest, query answered).
Self-heal the MS knowledgebase layout after RSS watch or weekly digest. Migrates legacy flat files into the V2 date/type structure, refreshes Start Here and Index pages, checks links/frontmatter, and journals the maintenance summary.
Answer a research question by searching the kb first, then PubMed → CrossRef → SearXNG, writing a citation-grounded content page under $KB_ROOT/content/<type>/YYYY/MM/. Every claim cites a DOI/PMID/URL or is dropped. This is the heart of the agent.
Safely prune generated RSS watcher raw cache after weekly digest retention, without touching manual raw ingests or the RSS seen ledger.
| name | nzbget-list |
| description | List the NZBGet download queue (active groups) and recent history (last 10 entries) via the JSON-RPC API with HTTP Basic auth. |
| version | 0.1.0 |
| author | dobry-ops |
| license | MIT |
| metadata | {"hermes":{"tags":["media","nzbget","usenet","downloads"],"category":"media-ordering","related_skills":["arr-search","qbit-list"]}} |
Read-only view of NZBGet's current queue and recent history.
User asks about Usenet download status — "what's in nzbget", "anything stalled on usenet", "is the new episode done downloading", etc.
$NZBGET_URL$NZBGET_USERNAME (the hale restricted user — add/list/monitor only)$NZBGET_PASSWORDNZBGet uses HTTP Basic auth on a single JSON-RPC endpoint.
Active queue (current downloads):
curl -sf -u "$NZBGET_USERNAME:$NZBGET_PASSWORD" \
-H 'Content-Type: application/json' \
-d '{"method":"listgroups","params":[0]}' \
"$NZBGET_URL/jsonrpc" \
| jq '.result | map({NZBName, Status, RemainingSizeMB, Category})'
Recent history (completed / failed / parked):
curl -sf -u "$NZBGET_USERNAME:$NZBGET_PASSWORD" \
-H 'Content-Type: application/json' \
-d '{"method":"history","params":[false]}' \
"$NZBGET_URL/jsonrpc" \
| jq '.result[0:10] | map({Name, Status, Category, DestDir})'
Queue:
[1] some.show.s01e02.1080p.WEB-DL.x265
Status: DOWNLOADING Remaining: 412 MB Category: sonarr
History (last 10):
[1] some.movie.2024.1080p.BluRay.x265 ✓ SUCCESS/HEALTH movies