← Back to Skills Marketplace
Media Cli Local
by
Solomon Neas
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install media-cli-local
Description
Single-file bash CLI for the *arr media stack. Manage Sonarr, Radarr, Prowlarr, qBittorrent, Bazarr, Jellyseerr, and Tdarr from the terminal or via AI agents...
Usage Guidance
This skill points you to an external GitHub script and tells you to run it locally and enter API URLs/keys for many local services. Before installing or running anything: 1) Manually inspect the repository and the single bash script (or ask the author for a specific commit/sha) — do not run arbitrary scripts without review. 2) Verify the script's network behavior (ensure calls are truly localhost-only and there's no telemetry/exfiltration). 3) Treat the setup wizard as sensitive: only enter API keys for services you control locally, and verify the config file permissions (chmod 600). 4) If you want the registry metadata to match practice, request the skill author add declared binaries (bash, curl, python3) and list that API keys will be required. 5) If you allow an AI agent to run this skill autonomously, be aware it will execute shell commands that download and run external code — only permit that after code review.
Capability Analysis
Type: OpenClaw Skill
Name: media-cli-local
Version: 1.0.0
The skill bundle lacks the actual implementation code, instead providing instructions in SKILL.md to download and execute a bash script from an external GitHub repository (https://github.com/solomonneas/media-cli.git). This 'fetch-and-execute' pattern is a high-risk behavior that bypasses static analysis of the tool's logic. Furthermore, the tool is designed to handle sensitive API keys for local media services, which could be compromised if the external script contains undocumented or malicious functionality.
Capability Assessment
Purpose & Capability
The SKILL.md describes a local CLI for Sonarr/Radarr/Prowlarr/qBittorrent/Bazarr/Jellyseerr/Tdarr which coherently explains why it needs bash, curl, and python3. However the registry metadata lists no required binaries or credentials, which is inconsistent with the documented requirements and setup behavior.
Instruction Scope
Instructions tell the agent/user to git clone an external GitHub repo, run the script, and run an interactive 'media setup' that collects API URLs and keys and writes them to ~/.config/media-cli/config. The SKILL.md claims 'localhost only' and 'no telemetry', but there is no packaged code in this skill for us to verify those assertions. The instructions also direct cloning and execution of external code — the agent could be told to run those commands and would download and execute third-party code.
Install Mechanism
There is no install spec in the registry (instruction-only). The SKILL.md instructs cloning from https://github.com/solomonneas/media-cli and copying a script into PATH. Downloading and executing code from GitHub is common but not vetted by the registry — the install step is external to the skill and should be reviewed/counted as an explicit external download by the user.
Credentials
The skill will ask for many local service API URLs and keys (Sonarr/Radarr/Prowlarr/qBittorrent/etc.) and stores them in ~/.config/media-cli/config, but the registry metadata declares no required credentials or primaryEnv. The absence of declared credentials is a mismatch; users should expect to provide and protect multiple service API keys even if they are local-only.
Persistence & Privilege
always is false and the skill does not request permanent platform presence. The only persistent action described is writing a local config file (chmod 600) which is normal for a CLI; there is no evidence it modifies other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install media-cli-local - After installation, invoke the skill by name or use
/media-cli-local - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of media-cli-local — a single-file Bash CLI for managing the *arr media stack locally:
- Manage Sonarr, Radarr, Prowlarr, qBittorrent, Bazarr, Jellyseerr, and Tdarr from the terminal.
- Local-only: All API calls to services on the same machine (no Docker, Node, or Python packages needed).
- Quick setup via interactive wizard; config saved with secure permissions.
- Clean, parseable output for seamless AI agent integration.
- Bash and curl based, with standard Python3 used only for JSON parsing.
Metadata
Frequently Asked Questions
What is Media Cli Local?
Single-file bash CLI for the *arr media stack. Manage Sonarr, Radarr, Prowlarr, qBittorrent, Bazarr, Jellyseerr, and Tdarr from the terminal or via AI agents... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Media Cli Local?
Run "/install media-cli-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Media Cli Local free?
Yes, Media Cli Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Media Cli Local support?
Media Cli Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Media Cli Local?
It is built and maintained by Solomon Neas (@solomonneas); the current version is v1.0.0.
More Skills