mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-19 07:27:04 +03:00
Rename ghost-cli, jira-cli, jellyfin-cli, openlibrary-cli, tmdb-cli, and tempest-cli to ghost, jira, jellyfin, openlibrary, tmdb, and tempest via git mv. Rewrite frontmatter name fields to match new directories, rename bundled scripts preserving executable bits, update internal invocation strings and README quick-start examples, and relocate the jellyfin pytest suite to jellyfin/scripts/ with its SCRIPT constant now resolving to the renamed sibling script. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1.2 KiB
1.2 KiB
TMDb — Movie & TV Discovery from the Terminal
Search movies and TV shows by keyword, discover by genre/certification/rating/date, check trending and upcoming releases, and browse genre lists.
Why Install This Skill
When your agent loads this skill, it can access the entire TMDb catalog without a browser. That means:
- Search movies and TV — by keyword with release year and ratings
- Discover by taste — genre, certification, rating threshold, date range
- Find trending content — what's popular right now
- Check upcoming releases — what's coming to theaters
- Browse certifications — US ratings (G, PG, PG-13, R, NC-17)
What You Get
| Directory | Purpose |
|---|---|
SKILL.md |
Complete command reference with compound filter examples |
scripts/tmdb |
CLI tool for TMDb v3 API |
Quick Start
export TMDB_ACCESS_TOKEN="your-tmdb-access-token"
tmdb movie search --term "dune"
tmdb movie discover --genre horror --certification R
Triggers
Load this for movies, TV shows, film discovery, genre browsing, or media recommendations.
Requirements
Python 3.8+ with requests library. Free API key from themoviedb.org.