Token导航 LogoToken导航TokenDH.com
音频生成敏感数据clawhub未标认证来源可访问clear审计通过

youtube-music-mv-detectoryoutube 音乐 mv 探测器

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

7,246

周安装

296

GitHub Stars

1

下载量

2,321
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:youtube-music-mv-detector(youtube 音乐 mv 探测器)
来源仓库:https://github.com/nicowu07/youtube-music-mv-detector
安装命令:
openclaw skills install youtube-music-mv-detector
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install youtube-music-mv-detector

简介

识别 YouTube Music 链接是 MV 还是纯音频歌曲。

  • 适用于音乐分类、版权识别或播放类型判断。
  • 自动解析 music.youtube.com 域名下的资源属性。
  • 不下载内容,仅作元数据分析,无文件生成。
  • 可用于播客或音乐推荐系统的预处理环节。youtube-music-mv-detector 属于音频生成类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
youtube-music-mv-detector
description
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 classify them as MV or audio track.

YouTube Music MV Detector

Detection Method

Use YouTube's free oEmbed API (no API key needed):

https://www.youtube.com/oembed?url={youtube_music_url}&format=json

Classification Rules

After fetching oEmbed data, check:

🎬 MV (Music Video) - if ANY true:

  1. Author does NOT contain " - Topic"
  2. Title contains "(Official Music Video)", "(Music Video)", "MV", "(Official Video)"

🎵 Song (Audio) - if ANY true:

  1. Author contains " - Topic" (YouTube Topic channels = audio tracks)
  2. Title is just the song name without video indicators

Examples

URLTitleAuthorResult
music.youtube.com/watch?v=1rvqA8rMTu8Iceage - Star (Official Music Video)Iceage🎬 MV
music.youtube.com/watch?v=Mh5Y8vusknEStarIceage - Topic🎵 Song
music.youtube.com/watch?v=wtJcLWeY114amazarashi...EDamazarashi Official YouTube Channel🎬 MV
music.youtube.com/watch?v=HPMwDxi9-e0Kisetsu Wa Tsugitsugi Shindeikuamazarashi - Topic🎵 Song

Workflow

  1. Extract video ID from YouTube Music URL
  2. Call oEmbed API: https://www.youtube.com/oembed?url=...&format=json
  3. Parse title and author_name from JSON response
  4. Apply classification rules above
  5. Return result with title and classification

Notes

  • YouTube Music URLs may include extra params like &list=... or &si=... - strip these before calling oEmbed
  • oEmbed is free and doesn't require authentication
  • This works for both regular YouTube and YouTube Music links

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

支持文本到音乐或歌曲生成

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.82%
按下载量换算1,853

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills