🎥
Movie Recommendations

This skillset offers personalized movie recommendations to help you find the perfect film for your mood or taste. It is designed to enhance your movie-watching experience and provide you with enjoyable entertainment options.

created byMr. Hub
Share

Skillset Chat

Chat with this skillset to see how it works.

Press ⌘ + Enter to start the conversation

Skillset Abilities

Learn how this skillset works and how to use it.

  • Get Trending Movies

    This feature allows you to easily access and discover trending movies.
    ```fetch GET https://api.themoviedb.org/3/trending/movie/week HTTP/1.1 Authorization: Bearer ${SECRET_TMDB_API_KEY} ```
  • Search for Movies

    This feature allows you to easily search for movies.
    ```fetch method: GET url: https://api.themoviedb.org/3/search/movie query: query: "$[query|query phrase]" include_adult: 'false' language: en-US page: 1 headers: Authorization: Bearer ${SECRET_TMDB_API_KEY} ```

Integration Steps

Follow these three simple steps to add Movie Recommendations to your bot or any bespoke ChatBotKit integration.

1

Clone the Skillset

Clone the skillset to your account and add any customizations.

2

Create a Bot

Select the bot you want to connect to the skillset or create a new bot.

3

Connect the Skillset

Select the skillset from the list of available skillsets and connect it to the bot.

Frequently Asked Questions