Token导航 LogoToken导航TokenDH.com
音频生成操作浏览器clawhub未标认证来源可访问clear审计提醒

youtube-music-ultraYouTube 音乐超级

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

14,346

周安装

576

GitHub Stars

公开资料未说明

下载量

4,730
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:youtube-music-ultra(YouTube 音乐超级)
来源仓库:https://github.com/oki3505f/youtube-music-ultra
安装命令:
openclaw skills install youtube-music-ultra
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install youtube-music-ultra

简介

使用自然语言控制 YouTube Music。播放、暂停、跳过、搜索、管理播放列表和队列曲目。通过浏览器自动化进行完全播放控制。

SKILL.md

name
youtube-music
version
1.0.0
description
Control YouTube Music with natural language. Play, pause, skip, search, manage playlists, and queue tracks. Full playback control via browser automation.
homepage
https://github.com/paragshah/openclaw-youtube-music
metadata

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

Commands

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"

Implementation Notes

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

Advanced Features

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

Examples

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 🚀

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

支持文本到音乐或歌曲生成

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.9%
按下载量换算4,489

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills