Source profileQuality 77/100

mediause/agent-skills/netflix/SKILL.md

netflix

Use when handling MediaUse Netflix Tudum tasks, including list/get/search actions with guest-first dynamic commands, multi-platform direct switching, and safe execution guardrails.

Source repository stars
9
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Run Netflix Tudum content discovery with guest-first dynamic commands, optional account context binding, and stable JSON-oriented execution.

Best for

  • Use when handling MediaUse Netflix Tudum tasks, including list/get/search actions with guest-first dynamic commands, multi-platform direct switching, and safe execution guardrails.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/mediause/agent-skills --skill "netflix"
Safe inspection promptEditorial

Inspect the Agent Skill "netflix" from https://github.com/mediause/agent-skills/blob/766e5075b28b3acd541436a7e3b3e21cdc38da01/netflix/SKILL.md at commit 766e5075b28b3acd541436a7e3b3e21cdc38da01. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Scope

    Use this skill when the task targets Netflix operations such as:

    Account health checksContent listing (home, shows, movies, trending, top10, recommend, comingSoon, leavingSoon, kDramas, anime, whatToWatch, podcasts)Tudum title/article retrieval
  2. 02

    1. Install MediaUse CLI (Windows Only)

    Use the official install script for Windows:

    https://release.mediause.dev/install.ps1Windows: supportedLinux: not supported yet
  3. 03

    2. Configure API Key

    Review the “2. Configure API Key” section in the pinned source before continuing.

    Review and apply the “2. Configure API Key” source section.
  4. 04

    3. Context Model (Netflix Guest-First)

    Netflix manifest defaults to guest context (defaultaccountid: guest).

    Use dynamic direct commands with account selectorGuest mode can run read flows directlyUse use account only when you need explicit/visible session control
  5. 05

    3.1 Direct dynamic commands (recommended)

    Review the “3.1 Direct dynamic commands (recommended)” section in the pinned source before continuing.

    Review and apply the “3.1 Direct dynamic commands (recommended)” source section.

Permission review

Static risk signals and limitations

Network access

medium · line 23

The documentation includes network, browsing, or remote request actions.

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score77/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars9SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
mediause/agent-skills
Skill path
netflix/SKILL.md
Commit
766e5075b28b3acd541436a7e3b3e21cdc38da01
License
Not declared
Collected
2026-07-28
Default branch
master
View the original SKILL.md

MediaUse Netflix Skill

Run Netflix Tudum content discovery with guest-first dynamic commands, optional account context binding, and stable JSON-oriented execution.

Scope

Use this skill when the task targets Netflix operations such as:

  • Account health checks
  • Content listing (home, shows, movies, trending, top10, recommend, comingSoon, leavingSoon, kDramas, anime, whatToWatch, podcasts)
  • Tudum title/article retrieval
  • What's New search and filtering

1. Install MediaUse CLI (Windows Only)

Use the official install script for Windows:

Run:

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version

Current support status:

  • Windows: supported
  • Linux: not supported yet
  • macOS: not supported yet

2. Configure API Key

mediause manage key <your_key> --json

Optional checks:

mediause auth list --json
mediause auth health --json

3. Context Model (Netflix Guest-First)

Netflix manifest defaults to guest context (default_account_id: guest).

Preferred pattern for this plugin:

  • Use dynamic direct commands with account selector
  • Guest mode can run read flows directly
  • Use use account only when you need explicit/visible session control

3.1 Direct dynamic commands (recommended)

mediause netflix:guest list home --json
mediause netflix:guest get tudum --slug avatar-the-last-airbender --json

3.2 Explicit context binding (optional)

mediause use account netflix:guest --json
mediause netflix list home --json

If manual observation or challenge handling is needed:

mediause use account netflix:guest --show --json

4. Netflix Dynamic Command Map (from manifest)

Source schema:

  • plugin: plugin.netflix
  • manifest: crates/platforms/plugins/netflix/manifest.yaml

4.1 account.*

  • mediause netflix account health --json

4.2 list.*

  • mediause netflix list home [--page <n>] [--limit <n>] --json
  • mediause netflix list shows [--page <n>] [--limit <n>] --json
  • mediause netflix list movies [--page <n>] [--limit <n>] --json
  • mediause netflix list trending [--page <n>] [--limit <n>] --json
  • mediause netflix list top10 [--region <code>] [--type <movies|tv>] [--page <n>] [--limit <n>] --json
  • mediause netflix list recommend [--page <n>] [--limit <n>] --json
  • mediause netflix list comingSoon [--page <n>] [--limit <n>] --json
  • mediause netflix list leavingSoon [--page <n>] [--limit <n>] --json
  • mediause netflix list kDramas [--page <n>] [--limit <n>] --json
  • mediause netflix list anime [--page <n>] [--limit <n>] --json
  • mediause netflix list whatToWatch [--page <n>] [--limit <n>] --json
  • mediause netflix list podcasts [--page <n>] [--limit <n>] --json

4.3 get.*

  • mediause netflix get tudum --slug <title_slug> --json
  • mediause netflix get article --slug <article_slug> --json

4.4 search.*

  • mediause netflix search whatsnew [--search <text>] [--type <movie|series>] [--genre <text>] [--language <text>] [--archive <value>] [--page <n>] [--limit <n>] --json

Note:

  • Manifest indicates search whatsnew requires visible account context (use account netflix --show true).
  • If search fails due to verification/risk checks, run:
mediause use account netflix:guest --show --json

5. Standard Workflows

5.1 Quick guest discovery

mediause plugin add netflix --json
mediause netflix:guest list home --limit 20 --json
mediause netflix:guest list trending --limit 20 --json
mediause trace last --json

5.2 Get latest Netflix series information with comingSoon

mediause plugin add netflix --json
mediause netflix:guest list comingSoon --limit 20 --json

Use this when you want the latest upcoming or newly surfaced Netflix series/movie information without needing an account-bound session.

5.3 Tudum title deep read

mediause netflix:guest get tudum --slug avatar-the-last-airbender --json
mediause netflix:guest get article --slug avatar-the-last-airbender-season-2 --json
mediause trace last --json

5.3 What's New filtered search

mediause use account netflix:guest --show --json
mediause netflix search whatsnew --search "sci-fi" --type series --language english --limit 20 --json
mediause trace last --json

6. Operational Constraints

  • Prefer --json for all commands.
  • Keep read operations paced (avoid burst loops).
  • On CAPTCHA / unusual traffic / manual challenge:
    • Switch to visible context with --show.
    • Pause, complete verification, then retry.
  • Do not declare or execute commands not present in the Netflix manifest.

7. Minimum Validation Checklist

Before run:

  1. mediause --version works.
  2. API key configured.
  3. Plugin installed: mediause plugin add netflix --json.
  4. Command help reachable: mediause netflix -h.

During run:

  1. Use dynamic direct command for guest-first flows.
  2. Use --show when search or verification requires visible context.
  3. Keep intervals between repeated calls.

After run:

  1. Inspect mediause trace last --json.
  2. Record any challenge/risk event and applied recovery step.

Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-07-25 Version: v1

Alternatives

Compare before choosing