From sundial-org-awesome-openclaw-skills-4
Queries Trakt.tv watch history and searches movies/TV shows via trakt-cli. Useful for personal watch data retrieval or media lookups.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Query your trakt.tv watch history and search for movies/TV shows.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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"