← 返回 Skills 市场
gentrycopsy

YouTube Music

作者 gentrycopsy · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
2302
总下载
4
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install ytmusic
功能描述
Manage YouTube Music library, playlists, and discovery via ytmusicapi.
安全使用建议
This skill is internally consistent for controlling YouTube Music via ytmusicapi, but its setup requires you to extract browser request headers and create a browser.json file that contains your account authentication data. Before installing: (1) verify the ytmusicapi package source (use a virtualenv and inspect PyPI/GitHub for the package), (2) store browser.json in a safe location and delete it when not needed, (3) consider creating/using a secondary Google account if you want to limit blast radius, (4) never paste headers into untrusted machines or public paste sites, and (5) only grant file-system or skill-level access to this skill/agent if you trust the runtime environment. If you want a less sensitive option, look for an OAuth-based flow or official API methods instead of copying browser headers.
功能分析
Type: OpenClaw Skill Name: ytmusic Version: 1.0.1 The skill is classified as benign. The `SKILL.md` provides clear instructions for setting up the YouTube Music API, which involves installing a Python library (`pip install ytmusicapi`) and generating an authentication file (`browser.json`) from a cURL command. While the setup process requires the user to handle sensitive authentication data (cookies/tokens in the cURL command), these steps are explicitly for local authentication setup and do not contain any instructions for the AI agent to exfiltrate data, perform unauthorized actions, or engage in prompt injection with malicious intent. The file operations (reading `headers.txt`, writing `browser.json`) are necessary for the skill's stated purpose of managing YouTube Music.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md instructs using the ytmusicapi Python library to manage YouTube Music and playlist/library operations. No unrelated binaries, env vars, or services are requested.
Instruction Scope
Instructions stay within the stated purpose (install ytmusicapi, create browser.json via copied network request, use API calls). However the auth-generation steps require copying browser request headers (containing session cookies/tokens) into headers.txt and converting them to browser.json; that produces sensitive credentials which the skill will store in the skill folder.
Install Mechanism
No install spec in the manifest; SKILL.md recommends 'pip install ytmusicapi', which is an expected and proportionate mechanism. No downloads from untrusted URLs or archive extraction are instructed.
Credentials
The skill requests no environment variables or unrelated credentials. The implicit requirement to create and store browser.json grants the skill the same API access as the logged-in YouTube Music account — appropriate for the feature set but high-value, so treat the file as a secret.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request permanent platform-level privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ytmusic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ytmusic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Changed display name.
v1.0.0
Initial release
元数据
Slug ytmusic
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

YouTube Music 是什么?

Manage YouTube Music library, playlists, and discovery via ytmusicapi. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2302 次。

如何安装 YouTube Music?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ytmusic」即可一键安装,无需额外配置。

YouTube Music 是免费的吗?

是的,YouTube Music 完全免费(开源免费),可自由下载、安装和使用。

YouTube Music 支持哪些平台?

YouTube Music 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouTube Music?

由 gentrycopsy(@gentrycopsy)开发并维护,当前版本 v1.0.1。

💬 留言讨论