Token导航 LogoToken导航TokenDH.com
音频生成敏感数据github未标认证来源可访问clear审计未展示

youtube-musicYouTube 音乐

Agent Skill

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

总安装

2,188

周安装

94

GitHub Stars

公开资料未说明

下载量

767
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add andrejones92/canifi-life-os --skill "youtube-music"

简介

youtube-music 用于辅助音频、音乐、语音转写、语音合成或声音素材处理,适合生成配乐说明、整理音频流程或处理播客和视频配音素材。

  • 适用于输入音频来源、输出格式、时长和模型限制的确认,涉及人声克隆、版权音乐或公开发布时应核对授权和合规边界。
  • 通过 npx skills add andrejones92/canifi-life-os --skill "youtube-music" 命令安装。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
youtube-music
description
Stream music on YouTube Music, manage playlists, and access music videos
category
entertainment

YouTube Music Skill

Overview

Enables Claude to interact with YouTube Music for streaming songs, creating playlists, accessing music videos, and discovering new music through personalized recommendations.

Quick Install

curl -sSL https://canifi.com/skills/youtube-music/install.sh | bash

Or manually:

cp -r skills/youtube-music ~/.canifi/skills/

Setup

Configure via canifi-env:

# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash

canifi-env set GOOGLE_EMAIL " [email protected] "

Privacy & Authentication

Your credentials, your choice. Canifi LifeOS respects your privacy.

Option 1: Manual Browser Login (Recommended)

If you prefer not to share credentials with Claude Code:

  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password

Option 2: Environment Variables

If you're comfortable sharing credentials, you can store them locally:

canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"

Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.

Capabilities

  • Stream songs, albums, and playlists
  • Create and manage custom playlists
  • Access official music videos
  • View listening history and recommendations
  • Like songs and manage library

Usage Examples

Example 1: Create Playlist

User: "Create a chill vibes playlist on YouTube Music"
Claude: I'll create a new playlist called "Chill Vibes" and start adding relaxing tracks.

Example 2: Find Music Video

User: "Play the music video for Bohemian Rhapsody"
Claude: I'll find and play the official music video for Bohemian Rhapsody.

Example 3: Explore New Releases

User: "What's new in hip-hop this week?"
Claude: I'll check the new releases section for recent hip-hop albums and singles.

Authentication Flow

  1. Navigate to music.youtube.com via Playwright MCP
  2. Click "Sign In" button
  3. Enter Google account credentials
  4. Handle 2FA if enabled
  5. Maintain session for subsequent requests

Error Handling

  • Login Failed: Retry authentication up to 3 times, then notify via iMessage
  • Session Expired: Re-authenticate with Google
  • 2FA Required: Wait for code via iMessage or authenticator
  • Rate Limited: Implement exponential backoff
  • Content Unavailable: Check regional restrictions

Self-Improvement Instructions

When encountering new UI patterns:

  1. Document YouTube Music interface changes
  2. Update selectors for new layouts
  3. Track playlist sync with YouTube
  4. Monitor Premium vs Free feature differences

Notes

  • YouTube Premium provides ad-free experience
  • Library syncs with main YouTube account
  • Background play requires Premium on mobile
  • Uploads feature allows personal music

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

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

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

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

平台分布

Claude Code

29.34%
按下载量换算225

Gemini CLI

21.29%
按下载量换算163

OpenCode

16.27%
按下载量换算125

Antigravity

13.9%
按下载量换算107

Cursor

7.94%
按下载量换算61

Codex

3.12%
按下载量换算24

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills