Files
magnus919_agent-skills/tmdb
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 2619ba395f docs(skills): add When-not-to-use boundaries to renamed skills
The quality validator enforces an imperative-verb description plus a
negative boundary on every changed SKILL.md. The six renamed skills and
cli-builder carried no substantive boundary, so add a tailored
When-not-to-use section to each naming concrete alternatives (dashboard
administration, sibling platforms, adjacent skills). cli-builder lands
at 499 lines, inside the 500-line budget.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-26 02:26:59 -04:00
..

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.