DevOps & CloudDocumentedScanned

tautulli

Monitor Plex activity and stats via Tautulli API.

Share:

Installation

npx clawhub@latest install tautulli

View the full skill documentation and source below.

Documentation

Tautulli

Monitor Plex Media Server activity via Tautulli API.

Setup

Set environment variables:

  • TAUTULLI_URL – Tautulli instance URL (e.g., ) - TAUTULLI_API_KEY – Settings → Web Interface → API Key ## Commands ### Current Activity __CODE_BLOCK_0__ Shows active streams with user, title, progress, quality, and player. ### Watch History __CODE_BLOCK_1__ Default: last 10 items. Pass a number for more. ### Library Stats __CODE_BLOCK_2__ Lists library sections with item counts. ### Recently Added __CODE_BLOCK_3__ Shows recently added media. Default: 10 items. ### User Stats __CODE_BLOCK_4__ Lists users with total watch time and last seen date. ### Server Info __CODE_BLOCK_5__ Shows Plex server name, version, platform, and connection status. ## API Reference All Tautulli API calls use: __CODE_BLOCK_6__ Common commands: get_activity, get_history, get_libraries, get_recently_added, get_users, get_server_info`.