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.
mediause/agent-skills/netflix/SKILL.md
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.
Decision brief
Run Netflix Tudum content discovery with guest-first dynamic commands, optional account context binding, and stable JSON-oriented execution.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/mediause/agent-skills --skill "netflix"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
Use this skill when the task targets Netflix operations such as:
Use the official install script for Windows:
Review the “2. Configure API Key” section in the pinned source before continuing.
Netflix manifest defaults to guest context (defaultaccountid: guest).
Review the “3.1 Direct dynamic commands (recommended)” section in the pinned source before continuing.
Permission review
The documentation includes network, browsing, or remote request actions.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 77/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 9 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Run Netflix Tudum content discovery with guest-first dynamic commands, optional account context binding, and stable JSON-oriented execution.
Use this skill when the task targets Netflix operations such as:
Use the official install script for Windows:
Run:
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version
Current support status:
mediause manage key <your_key> --json
Optional checks:
mediause auth list --json
mediause auth health --json
Netflix manifest defaults to guest context (default_account_id: guest).
Preferred pattern for this plugin:
use account only when you need explicit/visible session controlmediause netflix:guest list home --json
mediause netflix:guest get tudum --slug avatar-the-last-airbender --json
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
Source schema:
plugin.netflixcrates/platforms/plugins/netflix/manifest.yamlmediause netflix account health --jsonmediause netflix list home [--page <n>] [--limit <n>] --jsonmediause netflix list shows [--page <n>] [--limit <n>] --jsonmediause netflix list movies [--page <n>] [--limit <n>] --jsonmediause netflix list trending [--page <n>] [--limit <n>] --jsonmediause netflix list top10 [--region <code>] [--type <movies|tv>] [--page <n>] [--limit <n>] --jsonmediause netflix list recommend [--page <n>] [--limit <n>] --jsonmediause netflix list comingSoon [--page <n>] [--limit <n>] --jsonmediause netflix list leavingSoon [--page <n>] [--limit <n>] --jsonmediause netflix list kDramas [--page <n>] [--limit <n>] --jsonmediause netflix list anime [--page <n>] [--limit <n>] --jsonmediause netflix list whatToWatch [--page <n>] [--limit <n>] --jsonmediause netflix list podcasts [--page <n>] [--limit <n>] --jsonmediause netflix get tudum --slug <title_slug> --jsonmediause netflix get article --slug <article_slug> --jsonmediause netflix search whatsnew [--search <text>] [--type <movie|series>] [--genre <text>] [--language <text>] [--archive <value>] [--page <n>] [--limit <n>] --jsonNote:
search whatsnew requires visible account context (use account netflix --show true).mediause use account netflix:guest --show --json
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
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.
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
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
--json for all commands.--show.Before run:
mediause --version works.mediause plugin add netflix --json.mediause netflix -h.During run:
--show when search or verification requires visible context.After run:
mediause trace last --json.Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-07-25 Version: v1
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
event4u-app/agent-config
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.
event4u-app/agent-config
Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set.
event4u-app/agent-config
Use BEFORE writing/changing tests, adding mocks, or test-only methods on production classes — vs mocking-the-mock, production pollution, partial mocks, and overfit/tautological assertions