status

status is a command for coding agents from nickperrott/videodrome-plugin. It costs 0 tokens per session (640 once invoked), scanned A, original, MIT.

A read-only command for checking the state of a Plex media server, its libraries, and the queue of files waiting to be processed.

In plain words
What is it for?
Use it to inspect library counts, scan activity, storage details, pending review items, and recent file-processing results.
Why use it?
It gives you one place to see whether Plex is connected, what is being scanned, and whether files need attention, without changing anything.

Command

Part of the videodrome plugin — 1 skill, 9 commands, 4 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/nickperrott/videodrome-plugin/status
Clone the repo
git clone --depth 1 https://github.com/nickperrott/videodrome-plugin

Or install videodrome, the plugin that ships this one along with the rest of its 1 skill, 9 commands, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for status

README.md
[![agentmods](https://agentmods.dev/badge/commands/nickperrott/videodrome-plugin/status.svg)](https://agentmods.dev/commands/nickperrott/videodrome-plugin/status)
Your own site
<a href="https://agentmods.dev/commands/nickperrott/videodrome-plugin/status"><img src="https://agentmods.dev/badge/commands/nickperrott/videodrome-plugin/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 640 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00640
Opus 5 $0.00000 $0.00320
Sonnet 5 $0.00000 $0.00128
Haiku 4.5 $0.00000 $0.00064

Measured 3d ago against content hash 7963d67f98c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

videodrome-plugin/commands/status.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/videodrome:status - Server and Library Status

Display current status of Plex server, libraries, and ingest queue.

Usage

/videodrome:status [--libraries] [--queue] [--history]

Arguments

  • --libraries (optional): Show detailed library statistics
  • --queue (optional): Show pending ingest queue items
  • --history (optional): Show recent ingest history (last 10)

Examples

/videodrome:status
/videodrome:status --libraries
/videodrome:status --queue --history

What it does

Default Status

  • Plex server connectivity and version
  • Total libraries and item counts
  • Current scan/refresh operations
  • Watcher status (running/stopped)
  • Ingest queue size

With --libraries

  • Per-library item counts
  • Last scan timestamps
  • Library paths and types
  • Storage usage (if available)

With --queue

  • Files waiting for manual review
  • Pending low-confidence matches
  • Queue processing status

With --history

  • Recent ingest operations (last 10)
  • Success/failure status
  • Timestamps and file sizes
  • TMDb match information

Safety Classification

Read-only Operation - Auto-approved, no confirmation needed.

Status checks only query data without modifying anything.

MCP Tools Used

  • get_server_info() - Server details and version
  • list_libraries() - Library information
  • get_library_stats(library_name: str) - Detailed stats
  • get_ingest_queue() - Pending items
  • query_history(limit: int, filters: dict) - Recent operations

Output

Plex Media Server Status

Server: plex.local (192.168.1.100:32400)
Version: 1.40.0.7998
Status: Connected ✓

Libraries: 3 total
- Movies: 847 items (last scan: 2 hours ago)
- TV Shows: 124 shows, 2,451 episodes (last scan: 5 minutes ago)
- Music: 3,201 albums (last scan: 1 day ago)

Watcher: Running ✓
Watch Directory: /data/ingest
Queue: 3 files pending review

Recent Ingest History (last 10):
[1] 2024-02-10 14:32 - The Matrix (1999) [COPIED] 8.2 GB
[2] 2024-02-10 14:30 - Inception (2010) [COPIED] 12.1 GB
[3] 2024-02-10 13:15 - Breaking Bad S01E01 [COPIED] 1.4 GB
...

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 96 lines · 0 tokens per session scan A 7963d67f98c2

Subscribe to this mod's changes

status is a command published in the GitHub repository nickperrott/videodrome-plugin (1 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 640 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.