plugins/trakt/skills/trakt-whats-on/SKILL.md
Shows your Trakt watchlist, recently watched, and upcoming releases. Use this to get a quick overview of your watch queue and activity.
npx skillsauth add kud/claude-plugins trakt-whats-onInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch all of the following in parallel:
get_watchlist to get your current watchlistget_history to get recently watched itemsget_my_show_calendar and get_my_movie_calendar to see what's coming upStructure your response as:
### Watchlist
<up to 5 movies and shows, with type>
### Recently watched
<last 5 items with date>
### Up next
<upcoming episodes or releases from your calendar>
Keep it concise — no more than 5 items per section unless the user asks for more.
testing
Checks in to a movie or episode you're about to watch on Trakt. Use this when you start watching something.
documentation
Reads the revu review export (revu-review.md) or autosave (.revu.json) from the current directory, presents the annotated diff comments for AI review discussion, then asks whether to delete the export file.
data-ai
Searches your Raindrop.io bookmarks by keyword, tag, or collection. Use this to find a saved link.
data-ai
Saves a URL to Raindrop.io with optional tags and collection. Use this to bookmark a link.