← 返回 Skills 市场
238
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-music-mv-detector
功能描述
Detect YouTube Music links as MV (music video) or song (audio). Use when user shares YouTube Music links (music.youtube.com/watch?v=...) and you need to clas...
安全使用建议
This skill is coherent and lightweight: it only fetches YouTube's oEmbed JSON and applies simple heuristics to title/author to decide MV vs audio. Before installing, be aware that (1) the classification is heuristic and will sometimes mislabel tracks (titles and authors are user-controlled metadata), (2) the skill will make network requests to YouTube (so the URLs you check are revealed to Google), and (3) oEmbed can fail or be rate-limited — implementations should handle HTTP errors, timeouts, and absent fields. If you need higher accuracy or metadata robustness, consider using the YouTube Data API (requires credentials) or adding additional checks. Otherwise this skill appears safe and appropriate for its stated purpose.
功能分析
Type: OpenClaw Skill
Name: youtube-music-mv-detector
Version: 1.0.0
The skill provides instructions for an AI agent to classify YouTube Music links as either music videos or audio tracks using the public YouTube oEmbed API. The logic is transparent, uses a legitimate external endpoint (youtube.com/oembed), and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (classify YouTube Music links as MV vs audio) align with the instructions: extracting a video ID, calling YouTube's oEmbed endpoint, and parsing title/author are exactly what's needed.
Instruction Scope
Instructions stay within scope (network call to youtube.com/oembed, parse title/author, apply heuristics). They rely on simple heuristics (author contains " - Topic", title substrings) which can misclassify edge cases. The SKILL.md does not instruct reading unrelated files, environment variables, or sending data to third-party services other than YouTube.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing will be written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate to the task.
Persistence & Privilege
No special persistence or always-on flag. Agent autonomous invocation remains platform default but the skill does not request elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-music-mv-detector - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-music-mv-detector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
YouTube Music MV Detector 是什么?
Detect YouTube Music links as MV (music video) or song (audio). Use when user shares YouTube Music links (music.youtube.com/watch?v=...) and you need to clas... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 YouTube Music MV Detector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-music-mv-detector」即可一键安装,无需额外配置。
YouTube Music MV Detector 是免费的吗?
是的,YouTube Music MV Detector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
YouTube Music MV Detector 支持哪些平台?
YouTube Music MV Detector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube Music MV Detector?
由 Nico Wu(@nicowu07)开发并维护,当前版本 v1.0.0。
推荐 Skills