← 返回 Skills 市场
clawkk

Movie Advisor

作者 clawkk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
195
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install movie-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /movie-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug movie-advisor
版本 1.0.0
许可证 MIT-0
累计安装 7
当前安装数 7
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Movie Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install movie-advisor」即可一键安装,无需额外配置。

Movie Advisor 是免费的吗?

是的,Movie Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Movie Advisor 支持哪些平台?

Movie Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Movie Advisor?

由 clawkk(@clawkk)开发并维护,当前版本 v1.0.0。

💬 留言讨论