← Back to Skills Marketplace
195
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install movie-advisor
Description
Suggests movies and TV shows based on your taste or mood, providing ratings, cast, runtime, and where to stream globally with data-backed details.
Usage Guidance
This skill appears to be a harmless recommendation stub: it will create and append a small local JSON log under data/ and does not request credentials or perform network calls as provided. Before installing or wiring it into an agent: (1) correct the example command path in the docs if you plan to run it locally; (2) if you want real data-backed recommendations, be prepared to add API integration and supply TMDb/OMDb API keys — the skill does not ask for these automatically; (3) inspect any changes you or a maintainer make to the code before giving it network access or API keys; and (4) be aware the SKILL.md instructs installing Python packages via pip (requests, tmdbsimple), so only install those from trusted sources.
Capability Analysis
Type: OpenClaw Skill
Name: movie-advisor
Version: 1.0.0
The movie-advisor skill is a legitimate tool designed for movie and TV recommendations. The Python script (movie_advisor_tool.py) serves as a CLI stub that logs command usage to a local data file (movie_advisor_data.json) and provides reference URLs for movie databases like TMDb and OMDb. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code and documentation are entirely consistent with the stated purpose of assisting users with film discovery.
Capability Assessment
Purpose & Capability
Name/description promise: data-backed movie/TV recommendations and streaming hints. What is present: a small CLI stub that logs commands and returns canned success responses; SKILL.md describes using TMDb/OMDb and suggests installing requests and tmdbsimple. The code does not call TMDb/OMDb or require API keys, so the "data-backed lookups" capability is described but not implemented — you would need to wire API calls and provide API keys to realize that functionality. This is coherent but worth noting as a limitation rather than a security problem.
Instruction Scope
SKILL.md instructions stay within scope: recommend/search/detail flows, advice to use JustWatch and official APIs, and an explicit rule not to invent availability. They do ask the user to pip install dependencies if wiring real API calls. Minor DOC inconsistency: example command paths in SKILL.md reference scripts/skills/movie-advisor/scripts/movie_advisor_tool.py but the actual script is at scripts/movie_advisor_tool.py — the wrong path in examples could confuse users but is not a security issue. The instructions do not request or tell the agent to read unrelated files, environment variables, or external endpoints beyond named public APIs/aggregators.
Install Mechanism
No install spec included (instruction-only skill plus a small script). SKILL.md suggests pip installing requests and tmdbsimple if you wire real API calls — a low-risk, typical dependency suggestion. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requests no environment variables or credentials. Note: TMDb/OMDb integrations typically require API keys; the skill does not request them and its code does not use them, so lack of credentials is consistent with the provided implementation but means you must supply keys yourself if you wire API calls.
Persistence & Privilege
The script writes a small local JSON log (data/movie_advisor_data.json) in its data directory and ensures the directory exists. always:false and normal invocation flags — no elevated or persistent platform-wide privileges. It does not modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install movie-advisor - After installation, invoke the skill by name or use
/movie-advisor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of movie-advisor skill.
- Recommends films and TV shows based on taste, mood, occasion, or similar titles.
- Provides ratings, cast, synopsis, runtime, and global streaming platform availability.
- Supports data-backed lookups using TMDb/OMDb-style APIs.
- Includes commands for recommendation, search, and detailed title info.
- Outputs ready-to-use reports with "where to watch" guidance and key notes.
Metadata
Frequently Asked Questions
What is Movie Advisor?
Suggests movies and TV shows based on your taste or mood, providing ratings, cast, runtime, and where to stream globally with data-backed details. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install Movie Advisor?
Run "/install movie-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Movie Advisor free?
Yes, Movie Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Movie Advisor support?
Movie Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Movie Advisor?
It is built and maintained by clawkk (@clawkk); the current version is v1.0.0.
More Skills