Movie times
Find movie showtimes at a specific theater or location. Use when the user asks about movie times, what's playing tonight, showtimes near a location, or movies at a specific theater.From its SKILL.md
npx -y skills add rgildea/skill-movie-times --skill movie-timesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 374 tokens by cl100k_base, as published. Nobody here has run it
Movie Times
Find current movie showtimes for a theater or location.
Instructions
-
Parse the request: Extract the theater name or city/area from
$ARGUMENTS. If none is given, ask the user before proceeding. -
Search for showtimes: Run a web search for:
"[theater or location] movie times tonight"— to find the theater's listing page- If a specific date was requested, include the date in the query
-
Fetch the showtimes page: Prefer these sources in order (they return complete listings):
- Atom Tickets (
atomtickets.com) — most reliable for full listings - Moviefone (
moviefone.com) — good fallback - The theater's own website
- Avoid Fandango — it uses dynamic JavaScript that doesn't render in fetches
- Atom Tickets (
-
Present results using this format:
[Theater Name] — [Address] Showtimes for [Date]
Movie Rating Runtime Showtimes Title PG-13 2h 10m 3:30, 6:45, 9:15 PM List IMAX, Dolby, or other premium formats as separate rows.
-
If listings are incomplete: Try a second source. Note at the bottom if results may be partial.
Tips
- "Providence Place Mall" → search
"Apple Cinemas Providence Place IMAX showtimes tonight" - For city-wide results, try
"[city] movie times tonight"and pick the closest theater - Evening showtimes are typically 6 PM onward — filter if the user asks for "tonight"
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.