← Back to Skills Marketplace
Media Cli
by
Solomon Neas
· GitHub ↗
· v1.0.4
· MIT-0
166
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install media-cli
Description
Single-file bash CLI for the *arr media stack with SSH remote support. For agents running on a different machine than the media services (e.g., VPS agent man...
Usage Guidance
This skill appears coherent for managing a remote *arr stack, but take these precautions before installing: 1) Manually review the repository and the install.sh / media script you clone (don’t run without inspection). 2) Be aware the tool uses your SSH config/keys to tunnel API calls to the remote host — granting the agent the ability to run these commands effectively gives it SSH-based access to that host. 3) Confirm you trust the GitHub source (https://github.com/solomonneas/media-cli). 4) Keep the stored config (~/.config/media-cli/config) protected (chmod 600 is recommended) and only supply API keys for services you expect the tool to manage.
Capability Analysis
Type: OpenClaw Skill
Name: media-cli
Version: 1.0.4
The bundle contains metadata and documentation (SKILL.md, README.md) for 'media-cli', a tool designed to manage media automation services like Sonarr and Radarr via a bash script. The documentation describes legitimate functionality, including local and remote (SSH) API interactions and file management tasks. No actual code or scripts were provided in the bundle for analysis, and the instructions for the AI agent are clearly aligned with the stated purpose, showing no signs of prompt injection, data exfiltration, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description describe a single-file bash CLI for *arr services and the SKILL.md only references bash, curl, python3, and ssh — all appropriate and expected for this purpose.
Instruction Scope
Runtime instructions tell the agent to clone the GitHub repo and run the install/setup wizard which stores API URLs/keys at ~/.config/media-cli/config; this is within scope but requires the agent to run shell commands and to use existing SSH config/keys. The SKILL.md does not instruct reading unrelated files, but you should review the install script before executing it.
Install Mechanism
This is an instruction-only skill with no install spec; install is expected to be a git clone and running the repo's install.sh on the user's machine. No arbitrary download URLs or archive extraction are included in the skill metadata.
Credentials
No environment variables, secrets, or config paths are declared beyond the config file (~/.config/media-cli/config) that the tool itself uses to store API keys. Required binaries listed in the docs match the described functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or system-wide agent settings per the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install media-cli - After installation, invoke the skill by name or use
/media-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Clarified remote use case, linked to media-cli-local for same-machine setups
v1.0.3
Removed curl-pipe-bash install pattern from README.md
v1.0.2
Replaced curl-pipe-bash install with git clone for security scanner compatibility
v1.0.1
Scrubbed personal info
v1.0.0
Initial release of media-cli: a single-file bash CLI for managing the *arr media stack.
- Manage Sonarr, Radarr, Prowlarr, qBittorrent, Bazarr, Jellyseerr, and Tdarr from the terminal
- Supports both local and remote (over SSH, including Windows) operation
- Includes interactive setup wizard for API configuration
- Commands cover searching, adding, monitoring, and removing movies/shows; torrent control; subtitle and request handling; transcoding status, and more
- No dependencies beyond bash, curl, python3 (no pip), and SSH for remote mode
Metadata
Frequently Asked Questions
What is Media Cli?
Single-file bash CLI for the *arr media stack with SSH remote support. For agents running on a different machine than the media services (e.g., VPS agent man... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Media Cli?
Run "/install media-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Media Cli free?
Yes, Media Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Media Cli support?
Media Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Media Cli?
It is built and maintained by Solomon Neas (@solomonneas); the current version is v1.0.4.
More Skills