Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control YouTube Music with natural language. Play, pause, skip, search, manage playlists, and queue tracks. Full playback control via browser automation.
Control YouTube Music with natural language. Play, pause, skip, search, manage playlists, and queue tracks. Full playback control via browser automation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Control YouTube Music with natural language commands. Uses browser automation for full playback control.
# No setup needed - uses OpenClaw browser # Optional: Set default profile in TOOLS.md
Play: "play [song name]" / "play [artist]" / "play [playlist]" Pause: "pause" / "stop" Resume: "resume" / "continue" Skip: "skip" / "next" Previous: "previous" / "back" Volume: "volume 50%" / "set volume to 80" Mute: "mute" / "unmute"
Search: "search for [query]" / "find [artist]" Trending: "what's trending" / "trending now" Recommendations: "recommend similar" / "more like this"
Playlists: "show my playlists" / "create playlist [name]" Add to Playlist: "add this to [playlist]" Liked Songs: "show liked songs" / "like this"
Queue: "show queue" / "what's next" Add to Queue: "queue [song]" Clear Queue: "clear queue"
Now Playing: "what's playing" / "current track" Lyrics: "show lyrics" / "lyrics" Artist Info: "about [artist]"
"play Ye Tune Kya Kiya by Javed Bashir" "pause the music" "skip to next track" "set volume to 75%" "search for Arijit Singh hits" "add this to my workout playlist" "what's playing now?" "show me the lyrics" "queue some chill Bollywood songs"
Uses OpenClaw's browser tool with YouTube Music: Profile: openclaw (isolated browser) Base URL: https://music.youtube.com CDP Port: 18800
Selectors are resolved via snapshot refs, not hardcoded: Player controls: pause, play, skip, previous Search box: combobox with placeholder Volume slider: range input Queue: up next panel Lyrics: lyrics tab
Browser not running β Auto-start Video unavailable β Suggest alternatives Network issues β Retry with backoff No search results β Show spelling suggestions
Fuzzy matching for song names Artist/album disambiguation Auto-play top result if exact match
Remembers last played track Tracks listening history Suggests based on time of day
Cast to different devices Sync playback across tabs Group control (future)
OpenClaw browser tool YouTube Music (music.youtube.com) No API keys required
Requires browser to be running Some features need YouTube Premium Lyrics availability varies by region Queue management limited to current session
YouTube Music API integration (if available) Offline mode with cached tracks Cross-platform sync Voice control integration Smart playlists based on mood/activity
User: "play Tuna Kay Keya" Assistant: "Found 'Ye Tune Kya Kiya' by Javed Bashir. Playing now! π΅"
User: "pause" Assistant: "Paused. Press play to resume. βΈοΈ" User: "skip" Assistant: "Skipping to next track. βοΈ"
User: "add this to my Bollywood Classics" Assistant: "Added 'Ye Tune Kya Kiya' to 'Bollywood Classics' playlist. β"
Test the skill with: # Test search "search for Pritam songs" # Test playback "play a sample track" "pause" "skip" # Test volume "set volume to 50%" "mute" "unmute" Skill Author: Your AI Assistant License: MIT Status: Ready for production π
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.