skills$openclaw/trakt
mjrussell3.8k

by mjrussell

trakt – OpenClaw Skill

trakt is an OpenClaw Skills integration for security workflows. Track 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.

3.8k stars5.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

nametrakt
descriptionTrack 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 integration.
ownermjrussell
repositorymjrussell/trakt
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mjrussell/trakt
last updatedFeb 7, 2026

Maintainer

mjrussell

mjrussell

Maintains trakt in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
265 B
SKILL.md
1.3 KB
SKILL.md

name: trakt description: Track 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. homepage: https://trakt.tv metadata: clawdbot: emoji: "🎬" requires: bins: ["trakt-cli"]

Trakt CLI

Query your trakt.tv watch history and search for movies/TV shows.

Installation

npm install -g trakt-cli

Setup

  1. Create an app at https://trakt.tv/oauth/applications/new
  2. Run: trakt-cli auth --client-id <id> --client-secret <secret>
  3. Visit the URL shown and enter the device code
  4. Credentials saved to ~/.trakt.yaml

Commands

trakt-cli history                  # Recent history (default: 10 items)
trakt-cli history --limit 25       # Show more
trakt-cli history --page 2         # Paginate

Search

trakt-cli search "Breaking Bad"
trakt-cli search "The Matrix"

Usage Examples

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"

Notes

  • Search works without authentication
  • History requires authentication
  • Read-only access to watch history
README.md

No README available.

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 trakt?

Run openclaw add @mjrussell/trakt in your terminal. This installs trakt 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/mjrussell/trakt. Review commits and README documentation before installing.