← All skills
Tencent SkillHub Β· Developer Tools

Youtube Music

Control YouTube Music with natural language. Play, pause, skip, search, manage playlists, and queue tracks. Full playback control via browser automation.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Control YouTube Music with natural language. Play, pause, skip, search, manage playlists, and queue tracks. Full playback control via browser automation.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
INSTALL_COMPLETE.md, OPTIMIZATION_LOG.md, README.md, SKILL.md, UPDATE_v3_FINAL.md, UPGRADE_SUMMARY.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 23 sections Open source page

YouTube Music Control Skill 🎡

Control YouTube Music with natural language commands. Uses browser automation for full playback control.

Quick Start

# No setup needed - uses OpenClaw browser # Optional: Set default profile in TOOLS.md

Playback Control

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 & Discovery

Search: "search for [query]" / "find [artist]" Trending: "what's trending" / "trending now" Recommendations: "recommend similar" / "more like this"

Library & Playlists

Playlists: "show my playlists" / "create playlist [name]" Add to Playlist: "add this to [playlist]" Liked Songs: "show liked songs" / "like this"

Queue Management

Queue: "show queue" / "what's next" Add to Queue: "queue [song]" Clear Queue: "clear queue"

Information

Now Playing: "what's playing" / "current track" Lyrics: "show lyrics" / "lyrics" Artist Info: "about [artist]"

Usage Examples

"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"

Browser Automation

Uses OpenClaw's browser tool with YouTube Music: Profile: openclaw (isolated browser) Base URL: https://music.youtube.com CDP Port: 18800

Key Selectors (Dynamic)

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

Error Handling

Browser not running β†’ Auto-start Video unavailable β†’ Suggest alternatives Network issues β†’ Retry with backoff No search results β†’ Show spelling suggestions

Smart Search

Fuzzy matching for song names Artist/album disambiguation Auto-play top result if exact match

Context Awareness

Remembers last played track Tracks listening history Suggests based on time of day

Multi-Room Support

Cast to different devices Sync playback across tabs Group control (future)

Configuration

  • Add to TOOLS.md:
  • ### YouTube Music
  • Default profile: openclaw
  • Preferred quality: high
  • Auto-play: on
  • Shuffle default: off

Dependencies

OpenClaw browser tool YouTube Music (music.youtube.com) No API keys required

Limitations

Requires browser to be running Some features need YouTube Premium Lyrics availability varies by region Queue management limited to current session

Future Enhancements

YouTube Music API integration (if available) Offline mode with cached tracks Cross-platform sync Voice control integration Smart playlists based on mood/activity

Play a Song

User: "play Tuna Kay Keya" Assistant: "Found 'Ye Tune Kya Kiya' by Javed Bashir. Playing now! 🎡"

Control Playback

User: "pause" Assistant: "Paused. Press play to resume. ⏸️" User: "skip" Assistant: "Skipping to next track. ⏭️"

Search & Discover

  • User: "find similar to this"
  • Assistant: "Based on 'Ye Tune Kya Kiya', you might like:
  • 'Kaise Hua' by Vishal Mishra
  • 'Aankhon Se Batana' by Dikshant
  • 'Kali Kali Zulfon Ke' by Madhur Sharma"

Playlist Management

User: "add this to my Bollywood Classics" Assistant: "Added 'Ye Tune Kya Kiya' to 'Bollywood Classics' playlist. βœ“"

Testing

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 πŸš€

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • INSTALL_COMPLETE.md Docs
  • OPTIMIZATION_LOG.md Docs
  • README.md Docs
  • UPDATE_v3_FINAL.md Docs
  • UPGRADE_SUMMARY.md Docs