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