Query Korean multiplex (Lotte Cinema, CGV, Megabox) box office rankings and upcoming movie data enriched with KOBIS details. Use when the user asks about Korean movies currently showing, box office rankings, upcoming releases, or wants movie recommendations based on genre, director, actor, or rating.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install k-cinema-bridge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install k-cinema-bridge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/k-cinema-bridge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: k-cinema-bridge description: Query Korean multiplex (Lotte Cinema, CGV, Megabox) box office rankings and upcoming movie data enriched with KOBIS details. Use when the user asks about Korean movies currently showing, box office rankings, upcoming releases, or wants movie recommendations based on genre, director, actor, or rating. homepage: https://uyeong.github.io/k-cinema-bridge/ allowed-tools: WebFetch ---
A JSON API providing Korean multiplex (Lotte Cinema, CGV, Megabox) box office and upcoming movie data, enriched with detailed information such as genre, director, and cast from KOBIS (Korean Film Council). Data is automatically refreshed daily at 00:00 UTC.
https://uyeong.github.io/k-cinema-bridgeGET requests without authentication.info field may be null, so always perform a null check before accessing it.| Endpoint | Description | |---|---| | GET /api/boxoffice.json | Combined box office from all sources ({lotte, cgv, megabox}) | | GET /api/boxoffice/{source}.json | Box office by source (BoxOfficeMovie[]) | | GET /api/upcoming.json | Combined upcoming movies from all sources ({lotte, cgv, megabox}) | | GET /api/upcoming/{source}.json | Upcoming movies by source (UpcomingMovie[]) |
Valid source values: lotte, cgv, megabox
source: "lotte" | "cgv" | "megabox"
rank: number -- Box office rank (starting from 1)
title: string -- Movie title
rating: string -- Audience rating
posterUrl: string -- Poster image URL
info?: MovieInfo -- KOBIS detailed info (may be null)
source: "lotte" | "cgv" | "megabox"
title: string -- Movie title
rating: string -- Audience rating
posterUrl: string -- Poster image URL
releaseDate: string -- Release date (YYYY-MM-DD, may be an empty string)
info?: MovieInfo -- KOBIS detailed info (may be null)
code, title, englishTitle, originalTitle: string
runtime: string (minutes)
productionYear, openDate (YYYYMMDD), productionStatus, type: string
nations: string[] -- Production countries
genres: string[]
directors: {name, englishName}[]
actors: {name, englishName, role, roleEnglish}[]
showTypes: {group, name}[]
companies: {code, name, englishName, part}[]
audits: {number, grade}[]
staff: {name, englishName, role}[]
When the user asks for movie recommendations or what's popular:
GET {BASE_URL}/api/boxoffice.json to retrieve combined box office data from all sources.info.genres if available.When the user asks about upcoming or soon-to-be-released movies:
GET {BASE_URL}/api/upcoming.json to retrieve combined upcoming movie data.releaseDate (YYYY-MM-DD) to match the user's requested time range.info field if available.When the user asks about a specific genre, director, or actor:
GET {BASE_URL}/api/boxoffice.json and GET {BASE_URL}/api/upcoming.json.info field: - Genre: match against info.genres - Director: match against info.directors[].name - Actor: match against info.actors[].name
info field before accessing nested properties.When the user asks for age-appropriate movies:
rating field to filter. This field is always present and does not require the info field.When the user asks about a specific cinema chain:
GET {BASE_URL}/api/boxoffice/{source}.json or GET {BASE_URL}/api/upcoming/{source}.json.lotte, cgv, megabox.When the user asks to compare rankings between cinema chains:
GET {BASE_URL}/api/boxoffice.json to retrieve combined data.title across different sources and compare their rank values.info is null for a movie, present only the base fields (title, rank, rating, posterUrl) without guessing missing details.安装 K Cinema Bridge 后,可以对 AI 说这些话来触发它
Help me get started with K Cinema Bridge
Explains what K Cinema Bridge does, walks through the setup, and runs a quick demo based on your current project
Use K Cinema Bridge to query Korean multiplex (Lotte Cinema, CGV, Megabox) box office rank...
Invokes K Cinema Bridge with the right parameters and returns the result directly in the conversation
What can I do with K Cinema Bridge in my data & analytics workflow?
Lists the top use cases for K Cinema Bridge, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/k-cinema-bridge/ 目录(个人级,所有项目可用),或 .claude/skills/k-cinema-bridge/(项目级)。重启 AI 客户端后,用 /k-cinema-bridge 主动调用,或让 AI 根据上下文自动发现并使用。
K Cinema Bridge 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
K Cinema Bridge 可免费安装使用。请查阅仓库了解许可证信息。
Query Korean multiplex (Lotte Cinema, CGV, Megabox) box office rankings and upcoming movie data enriched with KOBIS details. Use when the user asks about Korean movies currently showing, box office rankings, upcoming releases, or wants movie recommendations based on genre, director, actor, or rating.
K Cinema Bridge 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using K Cinema Bridge
Identifies repetitive steps in your workflow and sets up K Cinema Bridge to handle them automatically