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.
Why use this skill?
Lookup Pathé Netherlands movie showtimes, posters, and ratings. A powerful OpenClaw skill for real-time cinema data and movie information.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/humboldtjs/pathe-movieWhat This Skill Does
The pathe-movie skill is a specialized agent capability designed to interface directly with the official Pathé Netherlands API. It serves as a comprehensive bridge between the user and real-time cinema data, enabling the discovery of movie details, parental ratings, synopses, and theater-specific showtimes. By mimicking browser-like headers and utilizing intelligent fuzzy matching, the skill ensures reliable retrieval of information even when user queries are imprecise.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/humboldtjs/pathe-movie
Ensure that you have configured the config/pathe_movie_config.json file to define your preferred cinemas, as this will act as the default scope for showtime lookups unless otherwise specified by the user.
Use Cases
This skill is ideal for users who want to query movie schedules without navigating clunky websites. It is perfect for checking if a new blockbuster has a showing nearby, finding out the specific content rating of a film before taking children, or retrieving high-quality movie posters for personal reference. It excels in environments where users rely on conversational interfaces to manage their entertainment activities.
Example Prompts
- "What is the plot of the new Beetlejuice movie, and is it suitable for a 12-year-old?"
- "Show me the movie times for Deadpool & Wolverine at Pathé Zaandam today."
- "Find me a poster for the latest sci-fi movie currently playing at any Pathé in Amsterdam."
Tips & Limitations
- Data Handling: Always perform null-checks on
synopsisandposterPathfields, as these are not guaranteed to be present in all API responses. - Precision: The skill uses a fuzzy matching algorithm for search; if you don't get the desired movie, try to use more specific keywords.
- Default Cinemas: Always verify your configuration file settings to avoid receiving showtimes for cinemas outside your preferred geographic region. If the API returns zero showtimes for a specific request, it means there are no scheduled screenings for the selected date or cinema combination. Always handle empty array returns gracefully by informing the user that no sessions are available at this time.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-humboldtjs-pathe-movie": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api