Multi Search Engine
一个面向 Research 场景的 Agent 技能。原始说明:Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
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"]
Query 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"