5.5k★by rjmurillo
tautulli – OpenClaw Skill
tautulli is an OpenClaw Skills integration for coding workflows. Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Skill Snapshot
| name | tautulli |
| description | Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info. OpenClaw Skills integration. |
| owner | rjmurillo |
| repository | rjmurillo/tautulli |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @rjmurillo/tautulli |
| last updated | Feb 7, 2026 |
Maintainer

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
Tautulli
Monitor Plex Media Server activity via Tautulli API.
Setup
Set environment variables:
TAUTULLI_URL– Tautulli instance URL (e.g.,http://192.168.1.100:8181)TAUTULLI_API_KEY– Settings → Web Interface → API Key
Commands
Current Activity
bash {baseDir}/scripts/activity.sh
Shows active streams with user, title, progress, quality, and player.
Watch History
bash {baseDir}/scripts/history.sh [limit]
Default: last 10 items. Pass a number for more.
Library Stats
bash {baseDir}/scripts/libraries.sh
Lists library sections with item counts.
Recently Added
bash {baseDir}/scripts/recent.sh [limit]
Shows recently added media. Default: 10 items.
User Stats
bash {baseDir}/scripts/users.sh
Lists users with total watch time and last seen date.
Server Info
bash {baseDir}/scripts/server.sh
Shows Plex server name, version, platform, and connection status.
API Reference
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.
Tautulli Skill for OpenClaw
Monitor your Plex Media Server via Tautulli API.
Features
- Current activity – See who's watching and what
- Watch history – Review recent plays
- Library stats – Item counts per library
- Recently added – New media in Plex
- User stats – Watch time by user
- Server info – Plex server status
Installation
clawhub install tautulli
Or clone directly:
git clone https://github.com/rjmurillo/openclaw-skill-tautulli.git ~/.openclaw/workspace/skills/tautulli
Configuration
Set environment variables in your OpenClaw config (~/.openclaw/openclaw.json):
{
"env": {
"vars": {
"TAUTULLI_URL": "http://192.168.1.100:8181",
"TAUTULLI_API_KEY": "your-api-key-here"
}
}
}
Get your API key from Tautulli: Settings → Web Interface → API Key
Usage Examples
Ask your OpenClaw agent:
- "Who's watching Plex?"
- "Show me Plex history"
- "What was recently added to Plex?"
- "Show library stats"
Requirements
- Tautulli instance
curlandjqinstalled- OpenClaw configured with environment variables
License
MIT
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install tautulli?
Run openclaw add @rjmurillo/tautulli in your terminal. This installs tautulli into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/rjmurillo/tautulli. Review commits and README documentation before installing.
