{
  "schemaVersion": "1.0",
  "item": {
    "slug": "k-cinema-bridge",
    "name": "K Cinema Bridge",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/uyeong/k-cinema-bridge",
    "canonicalUrl": "https://clawhub.ai/uyeong/k-cinema-bridge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/k-cinema-bridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=k-cinema-bridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "openapi.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/k-cinema-bridge"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/k-cinema-bridge",
    "agentPageUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "k-cinema-bridge",
        "body": "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."
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://uyeong.github.io/k-cinema-bridge\nAll endpoints are accessible via GET requests without authentication.\nThe info field may be null, so always perform a null check before accessing it.\n\nEndpointDescriptionGET /api/boxoffice.jsonCombined box office from all sources ({lotte, cgv, megabox})GET /api/boxoffice/{source}.jsonBox office by source (BoxOfficeMovie[])GET /api/upcoming.jsonCombined upcoming movies from all sources ({lotte, cgv, megabox})GET /api/upcoming/{source}.jsonUpcoming movies by source (UpcomingMovie[])\n\nValid source values: lotte, cgv, megabox"
      },
      {
        "title": "BoxOfficeMovie",
        "body": "source: \"lotte\" | \"cgv\" | \"megabox\"\nrank: number          -- Box office rank (starting from 1)\ntitle: string         -- Movie title\nrating: string        -- Audience rating\nposterUrl: string     -- Poster image URL\ninfo?: MovieInfo      -- KOBIS detailed info (may be null)"
      },
      {
        "title": "UpcomingMovie",
        "body": "source: \"lotte\" | \"cgv\" | \"megabox\"\ntitle: string         -- Movie title\nrating: string        -- Audience rating\nposterUrl: string     -- Poster image URL\nreleaseDate: string   -- Release date (YYYY-MM-DD, may be an empty string)\ninfo?: MovieInfo      -- KOBIS detailed info (may be null)"
      },
      {
        "title": "MovieInfo",
        "body": "code, title, englishTitle, originalTitle: string\nruntime: string (minutes)\nproductionYear, openDate (YYYYMMDD), productionStatus, type: string\nnations: string[]     -- Production countries\ngenres: string[]\ndirectors: {name, englishName}[]\nactors: {name, englishName, role, roleEnglish}[]\nshowTypes: {group, name}[]\ncompanies: {code, name, englishName, part}[]\naudits: {number, grade}[]\nstaff: {name, englishName, role}[]"
      },
      {
        "title": "Recommending Popular Movies",
        "body": "When the user asks for movie recommendations or what's popular:\n\nFetch GET {BASE_URL}/api/boxoffice.json to retrieve combined box office data from all sources.\nIdentify movies that appear across multiple sources with low rank values — lower rank means higher popularity.\nPresent the top-ranked movies with their title, rating, and genre from info.genres if available."
      },
      {
        "title": "Announcing Upcoming Releases",
        "body": "When the user asks about upcoming or soon-to-be-released movies:\n\nFetch GET {BASE_URL}/api/upcoming.json to retrieve combined upcoming movie data.\nFilter results by releaseDate (YYYY-MM-DD) to match the user's requested time range.\nProvide details such as genre, directors, and actors from the info field if available."
      },
      {
        "title": "Searching by Genre, Director, or Actor",
        "body": "When the user asks about a specific genre, director, or actor:\n\nFetch both GET {BASE_URL}/api/boxoffice.json and GET {BASE_URL}/api/upcoming.json.\nFilter results using the info field:\n\nGenre: match against info.genres\nDirector: match against info.directors[].name\nActor: match against info.actors[].name\n\n\nAlways null-check the info field before accessing nested properties."
      },
      {
        "title": "Filtering by Audience Rating",
        "body": "When the user asks for age-appropriate movies:\n\nUse the rating field to filter. This field is always present and does not require the info field.\nKnown rating values: \"전체 관람가\" (All ages), \"12세 관람가\" (12+), \"15세 관람가\" (15+), \"청소년 관람불가\" (Adults only)."
      },
      {
        "title": "Querying a Specific Multiplex",
        "body": "When the user asks about a specific cinema chain:\n\nFetch GET {BASE_URL}/api/boxoffice/{source}.json or GET {BASE_URL}/api/upcoming/{source}.json.\nValid source values: lotte, cgv, megabox."
      },
      {
        "title": "Comparing Across Multiplexes",
        "body": "When the user asks to compare rankings between cinema chains:\n\nFetch GET {BASE_URL}/api/boxoffice.json to retrieve combined data.\nFind movies with the same title across different sources and compare their rank values."
      },
      {
        "title": "Response Guidelines",
        "body": "Respond in the same language the user is using.\nWhen presenting movie lists, include title, rank or release date, rating, and genre when available.\nIf info is null for a movie, present only the base fields (title, rank, rating, posterUrl) without guessing missing details.\nWhen comparing across multiplexes, use a table format for clarity."
      }
    ],
    "body": "k-cinema-bridge\n\nA 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.\n\nAPI Reference\nBase URL: https://uyeong.github.io/k-cinema-bridge\nAll endpoints are accessible via GET requests without authentication.\nThe info field may be null, so always perform a null check before accessing it.\nEndpoint\tDescription\nGET /api/boxoffice.json\tCombined box office from all sources ({lotte, cgv, megabox})\nGET /api/boxoffice/{source}.json\tBox office by source (BoxOfficeMovie[])\nGET /api/upcoming.json\tCombined upcoming movies from all sources ({lotte, cgv, megabox})\nGET /api/upcoming/{source}.json\tUpcoming movies by source (UpcomingMovie[])\n\nValid source values: lotte, cgv, megabox\n\nData Models\nBoxOfficeMovie\nsource: \"lotte\" | \"cgv\" | \"megabox\"\nrank: number          -- Box office rank (starting from 1)\ntitle: string         -- Movie title\nrating: string        -- Audience rating\nposterUrl: string     -- Poster image URL\ninfo?: MovieInfo      -- KOBIS detailed info (may be null)\n\nUpcomingMovie\nsource: \"lotte\" | \"cgv\" | \"megabox\"\ntitle: string         -- Movie title\nrating: string        -- Audience rating\nposterUrl: string     -- Poster image URL\nreleaseDate: string   -- Release date (YYYY-MM-DD, may be an empty string)\ninfo?: MovieInfo      -- KOBIS detailed info (may be null)\n\nMovieInfo\ncode, title, englishTitle, originalTitle: string\nruntime: string (minutes)\nproductionYear, openDate (YYYYMMDD), productionStatus, type: string\nnations: string[]     -- Production countries\ngenres: string[]\ndirectors: {name, englishName}[]\nactors: {name, englishName, role, roleEnglish}[]\nshowTypes: {group, name}[]\ncompanies: {code, name, englishName, part}[]\naudits: {number, grade}[]\nstaff: {name, englishName, role}[]\n\nInstructions\nRecommending Popular Movies\n\nWhen the user asks for movie recommendations or what's popular:\n\nFetch GET {BASE_URL}/api/boxoffice.json to retrieve combined box office data from all sources.\nIdentify movies that appear across multiple sources with low rank values — lower rank means higher popularity.\nPresent the top-ranked movies with their title, rating, and genre from info.genres if available.\nAnnouncing Upcoming Releases\n\nWhen the user asks about upcoming or soon-to-be-released movies:\n\nFetch GET {BASE_URL}/api/upcoming.json to retrieve combined upcoming movie data.\nFilter results by releaseDate (YYYY-MM-DD) to match the user's requested time range.\nProvide details such as genre, directors, and actors from the info field if available.\nSearching by Genre, Director, or Actor\n\nWhen the user asks about a specific genre, director, or actor:\n\nFetch both GET {BASE_URL}/api/boxoffice.json and GET {BASE_URL}/api/upcoming.json.\nFilter results using the info field:\nGenre: match against info.genres\nDirector: match against info.directors[].name\nActor: match against info.actors[].name\nAlways null-check the info field before accessing nested properties.\nFiltering by Audience Rating\n\nWhen the user asks for age-appropriate movies:\n\nUse the rating field to filter. This field is always present and does not require the info field.\nKnown rating values: \"전체 관람가\" (All ages), \"12세 관람가\" (12+), \"15세 관람가\" (15+), \"청소년 관람불가\" (Adults only).\nQuerying a Specific Multiplex\n\nWhen the user asks about a specific cinema chain:\n\nFetch GET {BASE_URL}/api/boxoffice/{source}.json or GET {BASE_URL}/api/upcoming/{source}.json.\nValid source values: lotte, cgv, megabox.\nComparing Across Multiplexes\n\nWhen the user asks to compare rankings between cinema chains:\n\nFetch GET {BASE_URL}/api/boxoffice.json to retrieve combined data.\nFind movies with the same title across different sources and compare their rank values.\nResponse Guidelines\nRespond in the same language the user is using.\nWhen presenting movie lists, include title, rank or release date, rating, and genre when available.\nIf info is null for a movie, present only the base fields (title, rank, rating, posterUrl) without guessing missing details.\nWhen comparing across multiplexes, use a table format for clarity."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/uyeong/k-cinema-bridge",
    "publisherUrl": "https://clawhub.ai/uyeong/k-cinema-bridge",
    "owner": "uyeong",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/k-cinema-bridge",
    "downloadUrl": "https://openagent3.xyz/downloads/k-cinema-bridge",
    "agentUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/k-cinema-bridge/agent.md"
  }
}