← 返回 Skills 市场
Pathé Movie Skill
作者
humboldtjs
· GitHub ↗
· v1.0.0
1702
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pathe-movie
功能描述
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.
安全使用建议
This skill appears coherent and does what it says: query Pathé's public JSON API and return show info and posters. Before installing, confirm your agent runtime permits outbound HTTPS to https://www.pathe.nl, allows writing temporary files (e.g., /tmp) and that your messaging gateway accepts local file paths as media. Note the skill downloads public poster images — if you have privacy or storage policies, ensure temporary files are cleaned up. Finally, review the included config (approved/primary cinemas) to make sure it matches your expected defaults. If you need higher assurance, run the helper code in a sandboxed environment to observe network traffic and file writes.
功能分析
Type: OpenClaw Skill
Name: pathe-movie
Version: 1.0.0
The skill is designed to interact with the Pathé Netherlands API to retrieve movie information, showtimes, and cinema details. The `SKILL.md` instructions guide the AI agent to use the `pathe_movie.py` script and to save temporary poster images to `/tmp`, which is a standard practice for temporary files. The `pathe_movie.py` script exclusively makes HTTP requests to `https://www.pathe.nl/api` using standard Python libraries, without any evidence of data exfiltration, arbitrary command execution, or access to sensitive local files. All analyzed files align with the stated purpose and lack any high-risk behaviors or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (Pathé movies, posters, showtimes) align with the provided Python helper, API reference, and config. No unexpected credentials, binaries, or unrelated services are requested.
Instruction Scope
SKILL.md instructs the agent to call Pathé endpoints, use included helpers, and download poster images to a temporary path (e.g., /tmp) to attach them to WhatsApp messages. This is consistent with delivering media via a gateway, but it requires the agent environment to permit outbound HTTP and writing temporary files and assumes the platform's messaging tool accepts local file paths.
Install Mechanism
No install spec; skill is instruction-only with a small helper Python file. Nothing is downloaded from external, untrusted URLs and no package installs are requested.
Credentials
No environment variables or secret credentials are required. The skill works using direct public API requests to pathe.nl and a local config file included in the package.
Persistence & Privilege
always:false and no modifications to other skills or system-wide configs. Skill writes/reads only its included config and (per instructions) temporary poster files; this is expected for media delivery.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pathe-movie - 安装完成后,直接呼叫该 Skill 的名称或使用
/pathe-movie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pathe-movie 1.0.0 initial release
- Search, retrieve, and present Pathé Netherlands movie data including posters, descriptions, ratings, showtimes, and cinema details via Pathé’s JSON APIs.
- Supports movie lookup by title with fuzzy matching, handles multiple results, and fetches rich details using structured `/api/show/{slug}` and related endpoints.
- Automatically filters and details cinemas; only approved locations are used unless the user specifies otherwise.
- Poster and still images are always downloaded locally for WhatsApp delivery.
- Handles null or missing data gracefully, returning clear feedback for empty or incomplete showtime and synopsis data.
- Configuration and helper scripts centralize logic for consistency and maintainability.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1702 次。
如何安装 Pathé Movie Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pathe-movie」即可一键安装,无需额外配置。
Pathé Movie Skill 是免费的吗?
是的,Pathé Movie Skill 完全免费(开源免费),可自由下载、安装和使用。
Pathé Movie Skill 支持哪些平台?
Pathé Movie Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pathé Movie Skill?
由 humboldtjs(@humboldtjs)开发并维护,当前版本 v1.0.0。
推荐 Skills