Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Monitor Plex Media Server activity via Tautulli API.
Set environment variables: TAUTULLI_URL โ Tautulli instance URL (e.g., http://192.168.1.100:8181) TAUTULLI_API_KEY โ Settings โ Web Interface โ API Key
bash {baseDir}/scripts/activity.sh Shows active streams with user, title, progress, quality, and player.
bash {baseDir}/scripts/history.sh [limit] Default: last 10 items. Pass a number for more.
bash {baseDir}/scripts/libraries.sh Lists library sections with item counts.
bash {baseDir}/scripts/recent.sh [limit] Shows recently added media. Default: 10 items.
bash {baseDir}/scripts/users.sh Lists users with total watch time and last seen date.
bash {baseDir}/scripts/server.sh Shows Plex server name, version, platform, and connection status.
All Tautulli API calls use: $TAUTULLI_URL/api/v2?apikey=$TAUTULLI_API_KEY&cmd=<command> Common commands: get_activity, get_history, get_libraries, get_recently_added, get_users, get_server_info.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.