— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-mjrussell-agent-skills-trakt ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Trakt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Trakt CLI
Query your trakt.tv watch history and search for movies/TV shows.
Installation
npm install -g trakt-cli
Setup
- Create an app at https://trakt.tv/oauth/applications/new
- Run:
trakt-cli auth --client-id --client-secret - Visit the URL shown and enter the device code
- Credentials saved to
~/.trakt.yaml
Commands
Watch History
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
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mjrussell
- Source: mjrussell/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.