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 classify them as MV or audio track.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "youtube-music-mv-detector" with this command: npx skills add nicowu07/youtube-music-mv-detector

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

说人话

去AI味写作技能:将AI生成的文案改写成真人风格,适用于小红书、抖音、微信公众号、微博。 触发词:去AI味、润色文案、生成正文、human写作。 适用场景:AI生成初稿后,执行去AI味处理,使文案读起来自然、有人味、不像机器写的。

Registry SourceRecently Updated
General

Interview Prep Coach

Prepare candidates for technical, system-design, behavioral, case-study, and leadership interviews through diagnostic intake, timeline-based prep plans, mock...

Registry SourceRecently Updated
General

Cold Call Script Generator

Generate personalized cold call openers, voicemail scripts, cold email opening lines, and full multi-touch outbound sequences for B2B sales reps, SDRs, and f...

Registry SourceRecently Updated
General

Postzee Skill

Generate AI images/videos and post to 30+ social media platforms with Postzee. Use when the user wants to create AI media, generate images or videos, optimiz...

Registry SourceRecently Updated