用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lovstudio/skills --skill lov-media-discovery命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | lov-media-discovery |
| description | 识别电影或剧集并从多个独立渠道收集、去重、归一化可下载候选;适用于“帮我找这部片的不同版本”、"search releases for this title",输出可审计的候选清单。 |
| license | MIT |
| metadata | {"author":"contributors","version":"0.4.0","tags":["media-search","dht","candidate-normalization"],"compatibility":"Agent runtime with web research; optional qBittorrent search API, Rats Search, and Torrent inputs.","dependencies":["python"]} |
Identify the requested work before collecting releases, then return normalized,
deduplicated candidates with evidence kept separate from search-result claims. Keep
Magnet, local Torrent, and remote .torrent inputs usable for later transport choice.
KIT_DIR and read $KIT_DIR/references/candidate-schema.md plus
$KIT_DIR/references/user-config.md.Resolve canonical title, original title, year, media type, season/episode, and likely alternate spellings. Ask only if two different works remain plausible after research.
Collect reliable evidence for known cuts and their runtimes: theatrical, original, director's cut, extended, uncut, complete, restoration, or regional variants. Record the source and confidence; do not treat a release filename as authoritative.
Use at least two available paths:
scripts/qbittorrent_search.py across enabled, reviewed search plugins.Run independent searches in parallel when the environment supports it. Use title, original title, year, edition terms, resolution, and subtitle markers as separate queries; avoid one over-constrained query that hides viable candidates.
$KIT_DIR/references/candidate-schema.md.source, source_url, observed time, and edition evidence.metadata_confidence: filename.Check that each candidate has id, name, uri, source, size when known, and current
health fields when available. Report discovery gaps instead of inventing metadata.
No mandatory external search service. qBittorrent search plugins and Rats Search are optional adapters; direct web research remains available when configured adapters are absent.
运行前读取本 Skill 包的 skill.yaml,由宿主提供 skill-runtime/v1 上下文。字段解析顺序为:当前请求、项目上下文、个人 Preferences、品牌 Profile、通用默认值。
required: true 字段缺失时,按 Manifest 的问题配置向用户提出一个聚焦问题;用户明确同意后再保存回答。context_id、字段路径与来源,诊断内容避开秘密、完整私人路径和原始配置。