← Back to Skills Marketplace
humboldtjs

Pathé Movie Skill

by humboldtjs · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1702
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pathe-movie
  3. After installation, invoke the skill by name or use /pathe-movie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pathe-movie
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1702 downloads so far.

How do I install Pathé Movie Skill?

Run "/install pathe-movie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pathé Movie Skill free?

Yes, Pathé Movie Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pathé Movie Skill support?

Pathé Movie Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pathé Movie Skill?

It is built and maintained by humboldtjs (@humboldtjs); the current version is v1.0.0.

💬 Comments