tautulli-analytics
✓Work with Tautulli analytics integration for Plex streaming metrics. Use when building analytics features, adding charts, fetching streaming data, working with watch history, or analyzing user activity patterns. Covers both the Tautulli client (API communication) and analytics module (data collection and storage).
Installation
SKILL.md
This skill helps with Tautulli analytics features in homescreen-hero. Tautulli provides streaming metrics and watch history from Plex servers.
| ping() | Health check | (bool, Optional[str]) - success status and error message | | getlibraries() | Get Plex libraries | List of library dicts with sectionid | | getcollectionstats(ratingkey, querydays) | Watch stats for a collection | Dict with totalplays, totalduration |
| gethistory(length, start) | Watch history entries | List of history dicts with timestamps | | getuserwatchtimestats(querydays) | User watch stats | List of user stats | | getplaysbydate(timerange, yaxis) | Play counts by date | Dict with categories (dates) and series (play data) |
Work with Tautulli analytics integration for Plex streaming metrics. Use when building analytics features, adding charts, fetching streaming data, working with watch history, or analyzing user activity patterns. Covers both the Tautulli client (API communication) and analytics module (data collection and storage). Source: trentferguson/homescreen-hero.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/trentferguson/homescreen-hero --skill tautulli-analytics- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is tautulli-analytics?
Work with Tautulli analytics integration for Plex streaming metrics. Use when building analytics features, adding charts, fetching streaming data, working with watch history, or analyzing user activity patterns. Covers both the Tautulli client (API communication) and analytics module (data collection and storage). Source: trentferguson/homescreen-hero.
How do I install tautulli-analytics?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/trentferguson/homescreen-hero --skill tautulli-analytics Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/trentferguson/homescreen-hero
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-03