tautulli
✓Verified·Scanned 2/18/2026
This skill monitors Plex via Tautulli and provides activity, history, library, recent, user, and server info. It uses TAUTULLI_URL and TAUTULLI_API_KEY, runs bash {baseDir}/scripts/*.sh, and calls $TAUTULLI_URL/api/v2 endpoints.
from clawhub.ai·v292fccd·5.8 KB·0 installs
Scanned from 1.0.0 at 292fccd · Transparency log ↗
$ vett add clawhub.ai/rjmurillo/tautulli
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