返回顶部
m

movie-advisor

Movie and TV recommendation and critique assistant. Suggests films and series from taste, mood, or context; surfaces ratings, cast, runtime, and where to watch on major global streaming platforms. Keywords: movie recommendation, TV show, film review, Netflix, streaming, what to watch.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
132
下载量
0
收藏
概述
安装方式
版本历史

movie-advisor

# Movie Advisor — Recommendations & Deeper Takes ## Overview Helps users pick **movies and TV shows** that fit their preferences, mood, or occasion, and supports **short analytical takes** (themes, tone, comparable titles). Use for weekend picks, group viewing, discovering lesser-known gems, or understanding a title before watching. **Trigger keywords**: movie recommendation, TV show, film, what to watch, similar to [title], streaming ## Prerequisites ```bash pip install requests tmdbsimple ``` ## Capabilities 1. **Data-backed lookups** — TMDb / OMDb–style workflows for titles, ratings, cast, and metadata (see `references/movie_advisor_guide.md`). 2. **Taste-aware suggestions** — recommendations by genre, mood, “like this title,” or scenario (date night, family, short runtime). 3. **Title briefs** — scores, synopsis, key cast, runtime, and **where to watch** pointers on major **global** streaming services (outside mainland China’s domestic apps). ## Commands | Command | Description | Example | |---------|-------------|---------| | `recommend` | Recommend titles | `python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py recommend [args]` | | `search` | Search / filter titles | `python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py search [args]` | | `detail` | Title details | `python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py detail [args]` | ## Usage (from repository root) ```bash python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py recommend --like 'Interstellar' --count 5 python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py search --year 2026 --sort rating python3 scripts/skills/movie-advisor/scripts/movie_advisor_tool.py detail --title 'Oppenheimer' ``` ## Major global streaming platforms (reference) When suggesting **where to watch**, prefer well-known **international** services and official hubs. Availability varies by country and title; remind users to check their region. | Platform | Role | Official site | |----------|------|---------------| | **Netflix** | Subscription SVOD; strong originals & licensed catalog | https://www.netflix.com | | **YouTube** | Rentals/purchases (**YouTube Movies & TV**), free ad-supported titles, creator film channels | https://www.youtube.com/movies | | **Amazon Prime Video** | Included with Prime in many regions; add-on channels | https://www.primevideo.com | | **Disney+** | Disney, Pixar, Marvel, Star Wars, Nat Geo | https://www.disneyplus.com | | **Max** (HBO catalog in many markets) | HBO originals & Warner Bros. library (branding varies by region) | https://www.max.com | | **Apple TV+** | Apple originals; often bundled with Apple One | https://tv.apple.com | | **Hulu** | US-focused SVOD (Disney bundle in US) | https://www.hulu.com | | **Paramount+** | Paramount, CBS, Showtime (where available) | https://www.paramountplus.com | | **Peacock** | NBCUniversal (US) | https://www.peacocktv.com | | **Crunchyroll** | Anime & Asian drama (global) | https://www.crunchyroll.com | **Aggregator (where to watch by country):** [JustWatch](https://www.justwatch.com) — useful to cross-check Netflix / Prime / Apple / etc. for a specific title. Do **not** invent “available on X” without a source; when unsure, say availability is region-dependent and point to JustWatch or the platform’s own search. ## Output format (for the agent’s report) ```markdown # Movie Advisor report **Generated**: YYYY-MM-DD HH:MM ## Key picks 1. [Title — one-line why] 2. … 3. … ## Snapshot | Title | Score / source | Genre | Runtime | |-------|----------------|-------|---------| ## Notes [Themes, tone, or “if you liked X” — grounded in facts you have] ## Where to watch (verify locally) | Title | Platform hints (region-dependent) | |-------|-----------------------------------| ``` ## References ### APIs & data - [TMDb API](https://developer.themoviedb.org/docs/getting-started) - [OMDb API](https://www.omdbapi.com/) - [Public APIs — entertainment](https://github.com/public-apis/public-apis) ### Patterns & community - [Daily YouTube digest (OpenClaw use case)](https://github.com/hesamsheikh/awesome-openclaw-usecases/blob/main/usecases/daily-youtube-digest.md) - [Hacker News — recommendation engines](https://news.ycombinator.com/item?id=43600632) - [Reddit r/MovieSuggestions](https://www.reddit.com/r/MovieSuggestions/comments/106e373yyz/movie_advisor_ai/) ## Notes - Base scores and metadata on **API or user-provided** data; do not fabricate ratings or availability. - Mark missing fields as **unavailable** instead of guessing. - Streaming lineups change often; **region** and **date** matter.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 movie-advisor-1776025321 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 movie-advisor-1776025321 技能

通过命令行安装

skillhub install movie-advisor-1776025321

下载 Zip 包

⬇ 下载 movie-advisor v1.0.0

文件大小: 6.68 KB | 发布时间: 2026-4-13 11:07

v1.0.0 最新 2026-4-13 11:07
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部