← Back to Skills Marketplace
238
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install 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 clas...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-music-mv-detector - After installation, invoke the skill by name or use
/youtube-music-mv-detector - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.
How do I install YouTube Music MV Detector?
Run "/install youtube-music-mv-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube Music MV Detector free?
Yes, YouTube Music MV Detector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YouTube Music MV Detector support?
YouTube Music MV Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube Music MV Detector?
It is built and maintained by Nico Wu (@nicowu07); the current version is v1.0.0.
More Skills