# Trakt

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-mjrussell-agent-skills-trakt`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mjrussell](https://agentstack.voostack.com/s/mjrussell)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mjrussell](https://github.com/mjrussell)
- **Source:** https://github.com/mjrussell/agent-skills/tree/main/trakt

## Install

```sh
agentstack add skill-mjrussell-agent-skills-trakt
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Trakt CLI

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

## Installation

```bash
npm install -g trakt-cli
```

## Setup

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

## Commands

### Watch History

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

### Search

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

## Usage Examples

**User: "What have I been watching lately?"**
```bash
trakt-cli history
```

**User: "Show me my last 20 watched items"**
```bash
trakt-cli history --limit 20
```

**User: "Find info about Severance"**
```bash
trakt-cli search "Severance"
```

## Notes

- Search works without authentication
- History requires authentication
- Read-only access to watch history

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mjrussell](https://github.com/mjrussell)
- **Source:** [mjrussell/agent-skills](https://github.com/mjrussell/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mjrussell-agent-skills-trakt
- Seller: https://agentstack.voostack.com/s/mjrussell
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
