YouTube Music MV Detector
v1.0.0Detect 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...
⭐ 1· 169·1 current·1 all-time
byNico Wu@ver0n1ca
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk970abp7fnb6vwt2gtgw0mcykx82yjwp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
