Install
openclaw skills install @mjrussell/traktTrack and view your watched movies and TV shows via trakt.tv. Use when user asks about their watch history, what they've been watching, or wants to search for movies/shows.
openclaw skills install @mjrussell/traktQuery your trakt.tv watch history and search for movies/TV shows.
npm install -g trakt-cli
trakt-cli auth --client-id <id> --client-secret <secret>~/.trakt.yamltrakt-cli history # Recent history (default: 10 items)
trakt-cli history --limit 25 # Show more
trakt-cli history --page 2 # Paginate
trakt-cli search "Breaking Bad"
trakt-cli search "The Matrix"
User: "What have I been watching lately?"
trakt-cli history
User: "Show me my last 20 watched items"
trakt-cli history --limit 20
User: "Find info about Severance"
trakt-cli search "Severance"