Tsarr

Manage home media services through TsArr from OpenClaw. Use for Radarr, Sonarr, Lidarr, Readarr, Prowlarr, Bazarr, qBittorrent, and Seerr tasks such as checking health, inspecting queues and history, browsing libraries, searching, adding, editing, deleting items, viewing profiles, tags, and root folders, managing torrents, managing media requests, and checking TsArr configuration.

Audits

Pass

Install

openclaw skills install tsarr

TsArr

Manage Servarr apps through the tsarr CLI.

Start

  • Verify the CLI is available with tsarr --help.
  • If setup or service health is unclear, read references/setup.md and start with tsarr doctor.
  • Prefer --json when selecting IDs, extracting fields, or comparing results.

Safety

  • Inspect before mutating.
  • Fetch the current item before edit or delete when possible.
  • Avoid --yes on destructive commands unless the user explicitly wants non-interactive execution.
  • If the user says "Arr", "library", or "queue" without naming a service, clarify which service to use.
  • If a service has multiple named instances and the user doesn't specify which, clarify or default to the first instance.

Routing

Notes

  • Trust the command patterns in these references over stale prose elsewhere.
  • Keep responses operational: show the command you plan to run, summarize the result, and call out any destructive effect before you execute it.