jpskill.com
📦 その他 コミュニティ

streaming-recommendations

ユーザーの希望に応じて、ジャンルや気分、配信プラットフォームなどを考慮し、おすすめの映画やテレビ番組を3〜5作品提案することで、何を見るか迷っている人に最適なストリーミング作品を見つける手助けをするSkill。

📜 元の英語説明(参考)

Recommends movies and TV shows to watch on streaming services. Gives 3-5 curated picks based on genre, mood, format, and streaming platform. Use when the user asks what to watch, wants streaming recommendations, or needs help picking a movie or show.

🇯🇵 日本人クリエイター向け解説

一言でいうと

ユーザーの希望に応じて、ジャンルや気分、配信プラットフォームなどを考慮し、おすすめの映画やテレビ番組を3〜5作品提案することで、何を見るか迷っている人に最適なストリーミング作品を見つける手助けをするSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o streaming-recommendations.zip https://jpskill.com/download/9309.zip && unzip -o streaming-recommendations.zip && rm streaming-recommendations.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9309.zip -OutFile "$d\streaming-recommendations.zip"; Expand-Archive "$d\streaming-recommendations.zip" -DestinationPath $d -Force; ri "$d\streaming-recommendations.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して streaming-recommendations.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → streaming-recommendations フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ストリーミングのおすすめ

ストリーミングサービスで視聴できる映画やテレビ番組を3~5個おすすめします。ユーザーのジャンル、気分、形式の好み、利用可能なプラットフォームに合わせて調整します。

活用場面

  • ユーザーが「何を見たらいい?」と尋ねたとき
  • ユーザーが映画やテレビ番組のおすすめを求めているとき
  • ユーザーがストリーミングサービスについて言及し、提案を求めているとき
  • ユーザーが気分やジャンルを説明し、エンターテイメントの選択肢を求めているとき

プロセス

ステップ1:リクエストの解析

ユーザーがすでに提供した好みを抽出します。次の4つの側面を探します。

側面
形式 映画、テレビ番組、またはどちらでも
ジャンル アクション、コメディ、SF、ドラマ、ホラー、スリラー、ドキュメンタリー、アニメーション、ロマンス、ファンタジー、ミステリー、犯罪
ストリーミングサービス Netflix、Hulu、Disney+、HBO Max、Prime Video、Apple TV+、Peacock、Paramount+、Tubi、または「どれでも」
気分 / 雰囲気 軽快で楽しい、強烈で引き込まれる、考えさせられる、心温まる、暗くて骨太、懐かしい、サスペンスフル

ステップ2:不足している情報の質問

4つの側面のいずれかが欠けている場合は、次の優先順位で一度に1つの選択式質問をします。すでに提供されている側面はスキップします。

  1. 形式 — 「映画とテレビ番組、どちらの気分ですか?」

    • 映画
    • テレビ番組
    • どちらでも構わない
  2. ジャンル — 「どんなジャンルが良いですか?」

    • アクション / アドベンチャー
    • コメディ
    • ドラマ
    • SF / ファンタジー
    • ホラー / スリラー
    • ドキュメンタリー
    • おまかせ
  3. ストリーミングサービス — 「どのサービスで視聴しますか?」

    • Netflix
    • Hulu / Disney+
    • HBO Max
    • Prime Video
    • Apple TV+
    • Peacock / Paramount+
    • どれでも / 全部持っている
  4. 気分 — 「どんな雰囲気を求めていますか?」

    • 軽快で楽しい
    • 強烈で引き込まれる
    • 考えさせられる
    • 心温まる
    • 暗くて骨太
    • おまかせ

ユーザーが4つすべてを事前に提供した場合(例:「Netflixで面白い映画、何か軽いものを勧めて」)、ステップ3に直接進みます。

ジャンルまたは気分で「おまかせ」を選択した場合、自由に選択します。高評価またはトレンドの選択肢を優先します。

ステップ3:おすすめの検索

現在の推奨事項を見つけるには、常にウェブ検索を使用してください。ストリーミングカタログは常に変化しています。トレーニングデータだけに頼らないでください。

ユーザーのフィルターを組み合わせて検索クエリを作成します。

  • 例:"Netflix で最高の軽快なコメディ映画 2026"
  • 例:"HBO Max で最高の強烈な SF テレビ番組 2026"

可用性を相互参照し、質の高い選択肢を見つけるために、2〜3個のクエリを検索します。以下を優先します。

  • 指定されたサービスで現在利用可能であること(可用性を確認)
  • 高評価であること(IMDb 7.0+ または Rotten Tomatoes 75%+)
  • バラエティに富むように、有名タイトルとあまり知られていないタイトルを組み合わせること
  • 単にジャンルだけでなく、明示された気分/雰囲気に一致すること

ステップ4:リッチカードとして提示

次の形式を使用して、3〜5個のおすすめを返します。

### {emoji} タイトル (年)
**ジャンル:** ジャンル1, ジャンル2 | **評価:** スコア (ソース)
**ストリーミング:** サービス名

2〜3文のあらすじ。ネタバレなし。プロットを要約するだけでなく、雰囲気を伝えるように書かれています。魅力的にしてください。

**おすすめの理由:** ユーザーが述べた気分や好みにこの選択肢を結び付ける一文。

書式ルール:

  • 映画には 🎬、テレビ番組には 📺 を使用します
  • IMDb(例:「8.2 IMDb」)または Rotten Tomatoes(例:「94% RT」)からの評価。検索で表示された方を使用します
  • あらすじ:2〜3文、ネタバレなし、プロットの詳細よりもトーンと雰囲気を強調します
  • 「おすすめの理由」:ユーザーの気分や好みを直接参照します。これにより、個人的な印象を与えます

出力例

リクエスト: Netflix で強烈な SF テレビ番組

📺 三体 (2024)

ジャンル: SF, ミステリー | 評価: 7.7 IMDb ストリーミング: Netflix

数十年にわたり、大陸をまたがるミステリー。優秀な科学者グループが人類史上最大の脅威に立ち向かいます。現実の物理学と驚くべきSFのコンセプトが融合し、容赦なくエスカレートしていきます。

おすすめの理由: 強烈で引き込まれるものを求めていたあなたに。最初のエピソードから息をつかせません。


📺 Silo (2023)

ジャンル: SF, ドラマ | 評価: 8.0 IMDb ストリーミング: Apple TV+

荒廃し有毒な未来において、数千人が巨大な地下サイロに住んでいます。保安官が外の世界を調査すると、コミュニティを破壊する可能性のある衝撃的な真実が明らかになります。

おすすめの理由: ゆっくりと強さを増していく、じわじわくる強烈さ。ハラハラドキドキしたいあなたにぴったりです。

主要な原則

  • 常にウェブを検索する — ストリーミングカタログは変化します。可用性を推測しないでください
  • 一度に1つの質問 — 複数の質問で圧倒しないでください
  • 「おすすめの理由」をパーソナライズする — すべてのおすすめをユーザーのリクエストに結び付けます
  • 常にネタバレなし — プロットのひねりや結末を絶対に明かさないでください
  • バラエティが重要 — 人気のあるものとあまり知られていないものを組み合わせます
  • 可用性を確認する — タイトルが指定されたサービスで利用できるかどうか不明な場合は、その旨を伝えます
  • 一度で完了 — おすすめを提示し、ユーザーに判断を委ねます。フォローアップを促さないでください
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Streaming Recommendations

Recommend 3-5 movies or TV shows to watch on streaming services, tailored to the user's genre, mood, format preference, and available platforms.

When to Use

  • User asks "what should I watch?"
  • User wants movie or TV show recommendations
  • User mentions streaming services and wants suggestions
  • User describes a mood or genre and wants entertainment picks

Process

Step 1: Parse the Request

Extract any preferences the user already provided. Look for these four dimensions:

Dimension Examples
Format Movie, TV show, or either
Genre Action, comedy, sci-fi, drama, horror, thriller, documentary, animation, romance, fantasy, mystery, crime
Streaming service Netflix, Hulu, Disney+, HBO Max, Prime Video, Apple TV+, Peacock, Paramount+, Tubi, or "any"
Mood / vibe Light & fun, intense & gripping, thought-provoking, heartwarming, dark & gritty, nostalgic, suspenseful

Step 2: Ask What's Missing

If any of the four dimensions are missing, ask one multiple-choice question at a time in this priority order. Skip any dimension already provided:

  1. Format — "Are you in the mood for a movie or a TV show?"

    • Movie
    • TV show
    • Either is fine
  2. Genre — "What genre sounds good?"

    • Action / Adventure
    • Comedy
    • Drama
    • Sci-Fi / Fantasy
    • Horror / Thriller
    • Documentary
    • Surprise me
  3. Streaming service — "Which service are you watching on?"

    • Netflix
    • Hulu / Disney+
    • HBO Max
    • Prime Video
    • Apple TV+
    • Peacock / Paramount+
    • Any / I have them all
  4. Mood — "What vibe are you going for?"

    • Light & fun
    • Intense & gripping
    • Thought-provoking
    • Heartwarming
    • Dark & gritty
    • Surprise me

If the user provides all four upfront (e.g., "recommend a funny movie on Netflix, something light"), skip straight to Step 3.

"Surprise me" on genre or mood means pick freely — lean toward highly-rated or trending picks.

Step 3: Search for Recommendations

Always use web search to find current recommendations. Streaming catalogs change constantly — never rely solely on training data.

Build search queries combining the user's filters:

  • Example: "best light comedy movies on Netflix 2026"
  • Example: "top intense sci-fi TV shows on HBO Max 2026"

Search 2-3 queries to cross-reference availability and find quality picks. Prioritize:

  • Currently available on the specified service (verify availability)
  • Well-rated (IMDb 7.0+ or Rotten Tomatoes 75%+)
  • Mix of well-known and lesser-known titles for variety
  • Matches the stated mood/vibe, not just the genre

Step 4: Present as Rich Cards

Return 3-5 recommendations using this format for each:

### {emoji} Title (Year)
**Genre:** Genre1, Genre2 | **Rating:** Score (Source)
**Streaming on:** Service Name

Synopsis in 2-3 sentences. Spoiler-free. Written to sell the vibe, not just
summarize the plot. Make it compelling.

**Why you'll like it:** One sentence connecting this pick back to the user's
stated mood and preferences.

Formatting rules:

  • Use 🎬 for movies, 📺 for TV shows
  • Rating from IMDb (e.g., "8.2 IMDb") or Rotten Tomatoes (e.g., "94% RT") — whichever the search surfaces
  • Synopsis: 2-3 sentences, spoiler-free, emphasize tone and vibe over plot details
  • "Why you'll like it": Directly reference the user's mood or preferences — this is what makes it feel personal

Example Output

You asked for: An intense sci-fi TV show on Netflix

📺 3 Body Problem (2024)

Genre: Sci-Fi, Mystery | Rating: 7.7 IMDb Streaming on: Netflix

A mystery that spans decades and continents as a group of brilliant scientists confront the greatest threat in humanity's history. The stakes escalate relentlessly, blending real physics with jaw-dropping sci-fi concepts.

Why you'll like it: You wanted intense and gripping — this one doesn't let you breathe from the first episode.


📺 Silo (2023)

Genre: Sci-Fi, Drama | Rating: 8.0 IMDb Streaming on: Apple TV+

In a ruined and toxic future, thousands live in a giant underground silo. When the sheriff investigates what's outside, she uncovers shocking truths that could destroy the community.

Why you'll like it: Slow-burn intensity that builds and builds — perfect for that edge-of-your-seat craving.

Key Principles

  • Always search the web — streaming catalogs change; never guess availability
  • One question at a time — don't overwhelm with multiple questions
  • Personalize the "why" — tie every recommendation back to what the user asked for
  • Spoiler-free always — never reveal plot twists or endings
  • Variety matters — mix popular and under-the-radar picks
  • Verify availability — if unsure a title is on the stated service, say so
  • One and done — present the picks and let the user take it from there; don't prompt for follow-up