Lookup Pathé Netherlands movies, posters, descriptions, cinemas, and showtimes via the Pathé JSON APIs. Trigger when the user mentions a Pathé movie/show, wants a poster, asks about a description/rating, or requests showtimes for a specific cinema.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pathe-movie或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pathe-movie⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pathe-movie/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pathe-movie description: Lookup Pathé Netherlands movies, posters, descriptions, cinemas, and showtimes via the Pathé JSON APIs. Trigger when the user mentions a Pathé movie/show, wants a poster, asks about a description/rating, or requests showtimes for a specific cinema. ---
https://www.pathe.nl/api endpoints with the required browserlike headers (see scripts/pathe_movie.py).config/pathe_movie_config.json to know which cinemas to assume unless the user explicitly names a different cinema.scripts/pathe_movie.py for reusable helpers (sanitizing queries, fuzzy matching, best-match selection, and fetching downstream endpoints).references/api.md for payload shape, field names, and expected response structures.the, a, an, of, in, on, for, and)./api/search/full?q=... with the sanitized query.title. Keep the slug, poster (use poster.lg), and contentRating fields for later requests.poster.lg URL (fall back to poster.md/posterPath when necessary)./api/show/{slug}?language=nl.contentRating.description and synopsis (some entries have null; handle gracefully) plus any extras such as genres, directors, actors, and trailers as context.posterPath before falling back to the search response’s poster./api/show/{slug}/cinemas?language=nl. Filter the returned cinema keys against approvedCinemas in the config unless the user asks for others./api/cinema/{cinema}?language=nl to fetch the official name, citySlug, and services/alerts metadata./api/show/{slug}/showtimes/{cinema}?language=en to get schedules. Responses are dictionaries keyed by date (YYYY-MM-DD). Each value is an array of showtimes; every entry contains at least a time string (plus screen, optional language, format, etc.)./api/search/full?q=matrix to confirm the payload includes slug, title, poster, contentRating, and genres./api/show/the-matrix-41119 to verify contentRating.description, synopsis, and posterPath fields; the synopsis can be null and the posterPath may be missing, so always null-check./api/cinema/pathe-zaandam to inspect the returned name, citySlug, and service metadata (there is no shows list, so the cinema object is mostly static info)./api/show/iron-lung-51335/showtimes/pathe-zaandam to confirm the endpoint returns a list; it was empty for that slug, showing you must handle zero-showtime responses./api/shows?language=nl to understand the bulk structure: dozens of entries with slug, posterPath, contentRating, genres, and next24ShowtimesCount./tmp or another temporary location so the gateway can read the file.message tool media field (e.g., /tmp/bluey_poster.jpg). The WhatsApp docs describe that outbound media accepts local paths, so this ensures the actual image is delivered instead of a URL.message tool call descriptive (e.g., "Here’s the Bluey poster you asked for"), and rely on the downloaded file for the visual.Follow these instructions whenever the user asks about search, posters, descriptions, cinema availability, or showtimes so the skill always produces accurate Pathé Netherlands results.
安装 Pathé Movie Skill 后,可以对 AI 说这些话来触发它
Help me get started with Pathé Movie Skill
Explains what Pathé Movie Skill does, walks through the setup, and runs a quick demo based on your current project
Use Pathé Movie Skill to lookup Pathé Netherlands movies, posters, descriptions, cinemas, an...
Invokes Pathé Movie Skill with the right parameters and returns the result directly in the conversation
What can I do with Pathé Movie Skill in my developer & devops workflow?
Lists the top use cases for Pathé Movie Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pathe-movie/ 目录(个人级,所有项目可用),或 .claude/skills/pathe-movie/(项目级)。重启 AI 客户端后,用 /pathe-movie 主动调用,或让 AI 根据上下文自动发现并使用。
Pathé Movie Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pathé Movie Skill 可免费安装使用。请查阅仓库了解许可证信息。
Lookup Pathé Netherlands movies, posters, descriptions, cinemas, and showtimes via the Pathé JSON APIs. Trigger when the user mentions a Pathé movie/show, wants a poster, asks about a description/rating, or requests showtimes for a specific cinema.
Pathé Movie Skill 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Pathé Movie Skill
Identifies repetitive steps in your workflow and sets up Pathé Movie Skill to handle them automatically