원클릭으로
tautulli
Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tautulli |
| description | Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info. |
| metadata | {"openclaw":{"emoji":"📊","requires":{"bins":["curl","jq"],"env":["TAUTULLI_URL","TAUTULLI_API_KEY"]}}} |
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 Keybash {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.