korean-cinema-search

Finds Guyanese coconut-based recipes and their origins.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-cinema-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-cinema-search
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-cinema-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-cinema-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

극장에서 어떤 영화를 언제 볼 수 있는지와 잔여석 상황을 사람이 일일이 찾아보는 번거로움을 줄여, 원하는 지점과 날짜에 맞춰 상영 정보와 좌석 가용성을 빠르게 확인할 수 있게 해줍니다.

Core Features & Use Cases

  • 영화관 체인별 검색: CGV, 메가박스, 롯데시네마의 상영작과 시간표/잔여석 조회를 체인에 맞는 엔드포인트로 안내합니다.
  • 지점·지역 기반 탐색: 지점명이나 지역 키워드를 받아 해당 영화관 후보를 먼저 좁힌 뒤, 필요한 경우 영화 후보와 상영 데이터를 단계적으로 확인합니다.
  • 날짜 자동 처리(Asia/Seoul): 날짜를 생략하면 KST 기준 오늘을 YYYYMMDD로 계산해 조회에 일관되게 적용하며, 상영작/시간표/잔여석에 맞는 playDate 입력을 보장합니다.

Quick Start

Ask: "강남 근처 CGV에서 오늘 상영작과 시간표(가능하면 잔여석) 찾아줘."

Frequently Asked Questions about korean-cinema-search

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

FAQPage Schema
How do I check movie showtimes and seat availability for Korean cinemas like CGV, Megabox, and Lottecinema?

To check movie showtimes and seat availability across CGV, Megabox, and Lottecinema, you can use a search tool that queries each chain's specific endpoints. You provide a theater or area keyword and a date, and it retrieves available showings, timetables, and remaining seats.

How do I find what movies are playing at a specific theater in Korea today?

Finding what movies are playing at a specific theater in Korea today involves searching by theater name or region. The tool first narrows down theater candidates, then resolves movie candidates for that location, and finally fetches the timetable data for the current KST-normalized date.

Can I automate movie ticket booking and payment for Korean cinemas using this tool?

No, you cannot automate movie ticket booking and payment for Korean cinemas using this tool. It enforces manual-safety by explicitly excluding booking and payment automation, focusing solely on retrieving theaters, showings, timetables, and remaining seat information.

Do I need Node.js to retrieve Korean cinema timetables and remaining seats?

Yes, you need Node.js version 20 with npx/npm to retrieve Korean cinema timetables and remaining seats. The tool uses the daiso CLI for health checks and accesses specific upstream REST paths to gather the showing and seat availability data.

What happens if I omit the date when looking up Korean cinema showtimes?

If you omit the date when looking up Korean cinema showtimes, the tool automatically calculates today's date in Asia/Seoul (KST) timezone. It formats this date as YYYYMMDD to ensure consistent playDate input for querying showings, timetables, and seat availability.