Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

openclaw-traktOpenClaw trakt 搜索

Agent Skill

openclaw-trakt 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

42,759

周安装

1,764

GitHub Stars

公开资料未说明

下载量

13,971
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-trakt(OpenClaw trakt 搜索)
来源仓库:https://github.com/fr3nch13/openclaw-trakt
安装命令:
openclaw skills install openclaw-trakt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-trakt

简介

使用 Trakt.tv 跟踪和推荐电视节目和电影。当用户请求节目/电影推荐、想要跟踪他们正在观看的内容、检查他们的观看列表或根据他们的观看历史记录获取个性化建议时使用。需要 Trakt.tv 帐户并订阅 Pro 才能获得完整功能。

SKILL.md

name
openclaw-trakt
description
Track and recommend TV shows and movies using Trakt.tv. Use when the user asks for show/movie recommendations, wants to track what they're watching, check their watchlist, or get personalized suggestions based on their viewing history. Requires Trakt.tv account with Pro subscription for full functionality.

Trakt.tv Integration for OpenClaw

Integrate with Trakt.tv to track watch history and provide personalized show/movie recommendations.

📚 Trakt API Documentation: <https://trakt.docs.apiary.io/>

First-Time Setup Required

Before using this skill, run the interactive setup:

Automated Setup (Recommended)

python3 scripts/setup.py

This will guide you through:

  1. Installing dependencies
  2. Creating a Trakt application
  3. Configuring credentials
  4. Authenticating with PIN
  5. Testing the integration

Manual Setup

If automated setup doesn't work, follow the manual steps in the Setup section below.

Interactive Setup for OpenClaw

When a user asks to "install Trakt" or "set up Trakt integration," OpenClaw should:

  1. Read INSTALL.md for detailed interactive flow
  2. Or run python3 scripts/setup.py and guide user through prompts

Features

  • Track watch history (automatically synced by Trakt from streaming services)
  • Get personalized recommendations based on viewing habits
  • Access user watchlists and collections
  • Search for shows and movies
  • View trending content

Prerequisites

  1. Python dependencies:
   # Install via pip (with --break-system-packages if needed)
   pip3 install requests
   
   # OR use a virtual environment (recommended)
   python3 -m venv ~/.openclaw-venv
   source ~/.openclaw-venv/bin/activate
   pip install requests

Alternatively, install via Homebrew if available:

   brew install python-requests
  1. Trakt.tv account with Pro subscription (required for automatic watch tracking)
  1. Trakt API application - Create at <https://trakt.tv/oauth/applications>
  1. Configuration file: ~/.openclaw/trakt_config.json (see setup below)

Setup

1. Create Trakt Application

  1. Visit <https://trakt.tv/oauth/applications>
  2. Click "New Application"
  3. Fill in the form:

- Name: "OpenClaw Assistant" - Description: "Personal AI assistant integration" - Redirect URI: urn:ietf:wg:oauth:2.0:oob (for PIN auth) - Permissions: Check all that apply

  1. Save and note your Client ID and Client Secret

2. Create Configuration File

Create ~/.openclaw/trakt_config.json with your credentials:

{
  "client_id": "YOUR_CLIENT_ID_HERE",
  "client_secret": "YOUR_CLIENT_SECRET_HERE",
  "access_token": "",
  "refresh_token": ""
}

Replace YOUR_CLIENT_ID_HERE and YOUR_CLIENT_SECRET_HERE with your actual values from step 1.

Note: Leave access_token and refresh_token empty - they'll be filled automatically after authentication.

3. Authenticate

Run the authentication script:

python3 scripts/trakt_client.py auth

This will output a PIN URL. Visit it, authorize the app, and run:

python3 scripts/trakt_client.py auth <PIN>

Authentication tokens are saved to ~/.openclaw/trakt_config.json

Usage

Get Recommendations

When a user asks for show/movie recommendations:

python3 scripts/trakt_client.py recommend

This returns personalized recommendations based on the user's watch history and ratings.

Check Watch History

python3 scripts/trakt_client.py history

Returns the user's recent watch history.

View Watchlist

python3 scripts/trakt_client.py watchlist

Shows content the user has saved to watch later.

Search

python3 scripts/trakt_client.py search "Breaking Bad"

Search for specific shows or movies.

Trending Content

python3 scripts/trakt_client.py trending

Get currently trending shows and movies.

Recommendation Workflow

When a user asks "What should I watch?" or similar:

  1. Get personalized recommendations:
   python3 scripts/trakt_client.py recommend
  1. Parse the results and present them naturally:

- Show title, year, rating - Brief description/genre - Why it's recommended (if available)

  1. Optionally check watchlist to avoid suggesting shows they already plan to watch
  1. Consider recent history to avoid re-suggesting recently watched content

API Reference

See references/api.md for detailed Trakt API endpoint documentation.

Common Use Cases

"What should I watch tonight?"

  • Get recommendations, filter by mood/genre if specified
  • Check trending if user wants something popular

"Add [show] to my watchlist"

  • Search for the show
  • Add to Trakt watchlist (requires additional endpoint implementation)

"What have I been watching lately?"

  • Get watch history
  • Summarize recent shows/movies

"Is [show] trending?"

  • Get trending list
  • Search for specific show

Limitations

  • Trakt Pro subscription required for automatic watch tracking from streaming services
  • Recommendations improve over time as watch history grows
  • API rate limits apply: 1000 requests per 5 minutes (authenticated)
  • Full API documentation: <https://trakt.docs.apiary.io/>

Troubleshooting

"Authentication failed"

  • Verify CLIENT_ID and CLIENT_SECRET are set correctly in ~/.openclaw/trakt_config.json
  • Ensure PIN is copied accurately (case-sensitive)
  • Check that your Trakt application has proper permissions

"No recommendations returned"

  • User may not have enough watch history yet
  • Try falling back to trending content
  • Ensure user has rated some content on Trakt

"API request failed"

  • Check authentication token hasn't expired
  • Verify network connectivity
  • Check Trakt API status: https://status.trakt.tv

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.23%
按下载量换算11,907

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills