用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lovstudio/skills --skill lov-media-selection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | lov-media-selection |
| description | 比较媒体候选的剪辑版本、画质、编码、体积、音轨、字幕、活跃度与证据,自动选出最合适版本;适用于“哪个版本最值得下”、"choose the best compact release"。 |
| license | MIT |
| metadata | {"author":"contributors","version":"0.4.0","tags":["release-ranking","video-quality","subtitle-selection"],"compatibility":"Python 3.9+; consumes the Media Fetch candidate JSON schema and separates advertised from observed health.","dependencies":["python"]} |
Choose for viewing value, not label prestige: confirm the cut, then balance useful detail, efficient encoding, size, language coverage, current health, and evidence. Treat advertised seeders as a discovery hint and observed throughput as an acquisition signal; retain both in the decision for later review.
Read $KIT_DIR/references/quality-policy.md,
$KIT_DIR/references/candidate-schema.md, and resolved preferences. Validate the
candidate JSON before ranking.
Reject or penalize candidates for the wrong title, year, season, episode, or cut. Edition labels supported only by filenames remain provisional. Compare candidate duration to reliable edition runtimes when available.
Run:
python3 "$KIT_DIR/scripts/rank_candidates.py" \
--input CANDIDATES_JSON \
--output DECISION_JSON
Apply explicit user caps before defaults. Prefer efficient 2160p when its size and source quality are credible; otherwise prefer strong 1080p HEVC/AV1. Penalize tiny files with implausible quality claims and oversized remuxes in balanced mode.
Director's cut, extended, uncut, complete, restored, and theatrical editions are not interchangeable quality levels. Ask the user to choose when the cuts contain materially different scenes or intent and no preference resolves the difference.
Prefer verified embedded Simplified Chinese and English subtitles. Bilingual filename markers improve discovery rank but do not count as verified streams. Prefer original audio; treat dubs as additional value rather than a replacement unless requested.
choice_required=false.DECISION_JSON for acquisition fallback.zh-Hans may open the
exact-release subtitle branch after media verification; it does not silently lower
the release identity claim.Python 3.9+. No network dependency after the candidate manifest and edition evidence are complete.
运行前读取本 Skill 包的 skill.yaml,由宿主提供 skill-runtime/v1 上下文。字段解析顺序为:当前请求、项目上下文、个人 Preferences、品牌 Profile、通用默认值。
required: true 字段缺失时,按 Manifest 的问题配置向用户提出一个聚焦问题;用户明确同意后再保存回答。context_id、字段路径与来源,诊断内容避开秘密、完整私人路径和原始配置。