Movie Advisor
Skill by clawkk
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawkk/movie-advisorWhat This Skill Does
The Movie Advisor skill is an intelligent entertainment companion designed for OpenClaw users to navigate the vast landscape of cinema and television. It acts as a bridge between your personal tastes and the overwhelming number of choices available on streaming platforms. By leveraging external APIs, it provides structured data including ratings, cast lists, synopses, and, most importantly, availability information for major global streaming services. Beyond simple searches, the skill offers tailored recommendations based on mood, specific film preferences, or situational contexts like a date night or a family-friendly weekend gathering.
Installation
To integrate this skill into your environment, ensure you have the OpenClaw framework installed. Run the following command from your terminal within the repository root:
clawhub install openclaw/skills/skills/clawkk/movie-advisor
Additionally, ensure your Python environment is prepared by installing the necessary dependencies:
pip install requests tmdbsimple
Once installed, you can trigger the skill using standard CLI commands provided in the tool's package directory.
Use Cases
- Personalized Recommendations: Use the skill to find new content based on a movie you recently enjoyed; for instance, finding "dark sci-fi" if you liked Interstellar.
- Quick Fact-Checking: Instantly retrieve the runtime, director, or cast list of a specific title before committing to a viewing session.
- Streaming Discovery: Determine if a film is available on major international platforms, saving you time switching between apps to check availability.
- Trend Watching: Sort high-rated titles by release year to stay updated with modern cinematic releases.
Example Prompts
- "I really enjoyed Inception and Interstellar, can you recommend 3 similar mind-bending sci-fi movies that are currently available to stream?"
- "What are some highly-rated comedy TV shows released in the last two years that I can watch this weekend?"
- "Give me the details for the movie 'The Grand Budapest Hotel', including the cast and who directed it."
Tips & Limitations
- Regional Variations: Streaming availability is highly dependent on your geographic location. Always verify via your local service provider as the skill provides global data, not localized regional locks.
- Network Dependency: As an API-reliant tool, ensure you have an active internet connection to receive updated metadata.
- Precision: When using the
searchcommand, providing specific years or genres will significantly improve the accuracy and relevance of the results provided by the agent.
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-clawkk-movie-advisor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
data-move
Deep data migration workflow—scope, mapping, validation, batching and ordering, dual-write and cutover, rollback, and reconciliation. Use when moving tenants, bulk backfills, or changing stores without losing trust in data correctness.
data-model
Deep data modeling workflow—grain, facts and dimensions, keys, slowly changing dimensions, normalization trade-offs, and analytics query patterns. Use when designing warehouse/analytics models or reviewing star/snowflake schemas.
guard
Deep AI safety guardrails workflow—policy definition, input/output filtering, monitoring, escalation, and false-positive handling. Use when reducing harmful outputs, misuse, or policy violations in LLM products.
prompts
Deep prompt engineering workflow—task spec, constraints, examples, evaluation sets, iteration protocol, regression testing, and safety alignment. Use when improving LLM outputs, shipping prompt changes, or building reusable prompt templates.
cost-opt
Cloud cost review: rightsizing, reservations, waste. Use when reducing infra spend.