Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries NZ cinema locations, now-playing movies, and session times across Event, HOYTS, Reading, Rialto, and Berkeley Mission Bay via a CLI. Read-only; no bookings.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:nz-cinemasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live New Zealand cinema locations, current movies, and session times through a small deterministic CLI with human-readable and JSON output, without browser automation, login, or booking actions.
Searches CGV, Megabox, and Lotte Cinema in Korea for theaters, movies, schedules, and available seats using the daiso CLI tool.
Searches and inspects public Eventfinda New Zealand event listings by location, category, or keyword from no-login website pages. Returns event URLs, venues, dates, session times, ticket badges, images, and JSON-LD detail.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Query live New Zealand cinema locations, current movies, and session times through a small deterministic CLI with human-readable and JSON output, without browser automation, login, or booking actions.
scripts/cli.py with the narrowest subcommand that answers the taskcinemas to resolve a cinema name, slug, or source idmovies --cinema <name> before sessions when the movie id is unknownsessions <movie-id> --date YYYY-MM-DD --cinema <name> for showtimesnowplaying --cinema <name> for a same-day cinema view--json for agent chaining, comparisons, or structured reportsRun with:
python3 skills/nz-cinemas/scripts/cli.py <command> [flags]
cinemas [--chain event|hoyts|reading|rialto|berkley] [--region text] [--json] - list cinema locationsmovies [--chain event|hoyts|reading|rialto|berkley] [--cinema <name-or-id>] [--date YYYY-MM-DD] [--limit N] [--json] - current movies playingsessions <movie-id> [--chain event|hoyts|reading|rialto|berkley] [--date YYYY-MM-DD] [--cinema <name-or-id>] [--limit N] [--json] - showtimes for a movie id, title, slug, or alternate source idnowplaying [--chain event|hoyts|reading|rialto|berkley] [--cinema <name-or-id>] [--date YYYY-MM-DD] [--limit N] [--json] - sessions playing on a dateExamples:
python3 skills/nz-cinemas/scripts/cli.py cinemas --chain hoyts --region Auckland
python3 skills/nz-cinemas/scripts/cli.py movies --chain hoyts --cinema "Berkeley Mission Bay" --json
python3 skills/nz-cinemas/scripts/cli.py nowplaying --chain reading --cinema LynnMall --json
python3 skills/nz-cinemas/scripts/cli.py sessions "Star Wars" --chain event --cinema "Queen Street" --date 2026-05-24
python3 skills/nz-cinemas/scripts/cli.py sessions HO00008315 --chain hoyts --cinema "Berkeley Mission Bay" --json
scripts/cli.pyreferences/api-notes.mdberkley maps to HOYTS Berkeley Mission Bay, because the public current site exposes it through HOYTS rather than a separate Berkley API