A CLI-driven skill to access Trakt.tv watch history and search for media content via AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install trakt
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install trakt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Trakt.tv CLI skill enables AI agents and developers to interact with their Trakt.tv profile directly through a terminal interface. This integration allows users to retrieve their recent watch history, paginate through viewed items, and perform global searches for movies and television series. By leveraging Openclaw Skills, this tool bridges the gap between media tracking and automated workflows, providing a seamless way to query entertainment data.
This skill is particularly useful for users who want to maintain a digital log of their media consumption without leaving their development environment. It provides a read-only interface to your history, ensuring your data remains secure while being easily accessible for queries and research.
First, install the CLI tool globally using npm:
npm install -g trakt-cli
Follow these steps to configure your account:
trakt-cli auth --client-id <id> --client-secret <secret>.~/.trakt.yaml for future use by Openclaw Skills.The skill manages data primarily through a configuration file and structured API responses:
~/.trakt.yaml stores the OAuth tokens and application identifiers.| Data Type | Access Level | Requirement |
|---|---|---|
| Watch History | Read-Only | Authentication Required |
| Media Search | Read-Only | Public Access |
--page flag.--limit 50) to adjust the volume of data returned in a single query.Loading
A powerful integration for managing Todoist tasks and projects directly through an AI agent via the TypeScript CLI.

A powerful command-line interface for browsing, filtering, and discovering games within your Steam library based on playtime, ratings, and compatibility.

A specialized CLI tool for programmatically accessing, listing, and inspecting received emails and domain configurations via the Resend API.

A powerful command-line interface for the Paprika Recipe Manager that enables AI agents to query recipes, meal plans, and grocery lists.

A command-line interface for accessing real-time Portland TriMet transit data, including arrivals, trip routing, and system alerts.

A sophisticated multi-layered memory architecture for AI agents that integrates vector search, Git-based knowledge graphs, and write-ahead logging.








































