cinema-booking

Browse movies and book tickets at Classic Cinemas Elsternwick via CLI.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-marketplace --skill cinema-booking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cinema-booking
Source: https://github.com/nathanvale/side-quest-marketplace/tree/main/plugins/the-cinema-bandit/skills/cinema-booking
Command: npx skills add https://github.com/nathanvale/side-quest-marketplace --skill cinema-booking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browse movies and book tickets at Classic Cinemas Elsternwick with live pricing and email delivery.

Core Features & Use Cases

  • Browsing flow: List movies, view details, and access session times.
  • Pricing & tickets: Fetch pricing, select seats, and finalize booking.
  • Booking delivery: Send tickets via email with a summary.

Quick Start

Use the CLI to list movies, view details, fetch pricing, and complete a booking:

  • bun run src/cli.ts movies --format markdown
  • bun run src/cli.ts pricing --session-id "{SESSION_ID}" --format markdown

Frequently Asked Questions about cinema-booking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse and book cinema tickets online?

Browse and book cinema tickets by listing available movies, viewing session details and pricing, selecting seats, and completing checkout with email delivery. This Skill handles the full workflow from movie discovery through ticket confirmation at Classic Cinemas Elsternwick.

Can I check live pricing and seat availability before booking?

Yes. Fetch live pricing by session ID and view real-time seat availability as part of the booking flow. The Skill returns pricing and seating data via CLI commands with markdown formatting, letting you confirm costs and select seats before finalizing your order.

What's the step-by-step process to complete a cinema ticket booking?

The booking workflow follows: list movies, view movie details, select a session time, fetch pricing, choose seats, and receive tickets via email. Each step uses CLI commands that output markdown, maintaining state throughout to guide you to confirmation.

How are booked tickets delivered after purchase?

Booked tickets are delivered via email with a booking summary. After you complete seat selection and checkout, the Skill sends your ticket confirmation and session details to your email address automatically.

Does this work for specific cinema locations or chains?

This Skill is configured for Classic Cinemas Elsternwick in Melbourne, Australia. It handles queries specific to that venue's current showings, sessions, pricing, and seating. It is not a general cinema booking tool for other locations.