agentsclimarketplace

Movie times

Skill rgildea/skill-movie-times/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

Install
npx -y skills add rgildea/skill-movie-times --skill movie-times

Assembled 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

  1. Parse the request: Extract the theater name or city/area from $ARGUMENTS. If none is given, ask the user before proceeding.

  2. 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
  3. 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
  4. Present results using this format:

    [Theater Name] — [Address] Showtimes for [Date]

    MovieRatingRuntimeShowtimes
    TitlePG-132h 10m3:30, 6:45, 9:15 PM

    List IMAX, Dolby, or other premium formats as separate rows.

  5. 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.

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.