← 返回 Skills 市场
lucaperret

Tidal CLI

作者 Luca · GitHub ↗ · v1.1.2 · MIT-0
cross-platform ✓ 安全检测通过
240
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install tidal-cli
功能描述
Control Tidal music streaming from the terminal. Use when the user wants to search Tidal's catalog (artists, albums, tracks, videos, playlists), manage playl...
安全使用建议
This skill appears coherent: it installs an npm CLI and tells the agent to use that binary and its auth flow. Before installing, review the npm package (@lucaperret/tidal-cli) source or its npm page to confirm the publisher is trustworthy. Be aware that 'tidal-cli auth' will open your browser and store session credentials at ~/.tidal-cli/session.json — protect that file like any credential. Examples use jq and recommend rendering cover images; ensure you have jq or equivalent tooling if you want to run the provided pipelines. Finally, because third-party npm packages can run arbitrary code during install, consider auditing the package or installing in a controlled environment if you do not trust the publisher.
功能分析
Type: OpenClaw Skill Name: tidal-cli Version: 1.1.2 The skill bundle provides a legitimate interface for the `tidal-cli` tool (npm package `@lucaperret/tidal-cli`) to manage Tidal music streaming. It includes standard commands for authentication, searching, and playlist management. The instructions in SKILL.md are well-structured for an AI agent, focusing on programmatic access via JSON and providing helpful usage patterns without any signs of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill is a Tidal CLI wrapper and requires the tidal-cli binary; the install spec (npm package @lucaperret/tidal-cli that provides tidal-cli) is consistent with the description and expected functionality.
Instruction Scope
Runtime instructions are focused on Tidal operations (search, playlists, playback). They explicitly instruct the user to run 'tidal-cli auth' which opens a browser and persists credentials to ~/.tidal-cli/session.json (expected for an OAuth-like flow). Example workflows use jq for JSON manipulation and show how to fetch playback URLs — jq is not listed as a required binary and image rendering is suggested, so the agent/operator should ensure those client-side tools/support exist. The instructions do not direct data to unexpected external endpoints beyond Tidal/auth flow.
Install Mechanism
Install uses a named npm package (@lucaperret/tidal-cli) to create the tidal-cli binary. This is a standard mechanism for delivering a CLI via Node; it is moderate-risk by nature of third-party packages but is proportionate for a CLI skill.
Credentials
The skill requests no environment variables or unrelated credentials. It does write session credentials to ~/.tidal-cli/session.json as part of normal auth; no broad or unrelated secrets are requested.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. Its persistent footprint is the session file in the user's home directory (expected for CLI auth). Autonomous invocation (default) is allowed but not combined with other concerning capabilities.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tidal-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tidal-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
No user-facing changes detected in this version. - Version bumped to 1.1.2. - No file or documentation changes.
v1.1.1
- Changed the npm install package from @lucanova/tidal-cli to @lucaperret/tidal-cli. - Added instruction that `track info` and `album info` return a `coverUrl` field (640x640 JPEG) and should always display the cover art image to users.
v1.0.1
Declare tidal-cli binary dependency and npm install source in metadata
v1.0.0
Initial release of tidal-cli. - Control Tidal music streaming directly from the terminal. - Search Tidal’s catalog (artists, albums, tracks, videos, playlists) with JSON output. - Manage playlists: create, rename, delete, add or remove tracks/albums. - Add or remove artists, albums, or tracks from your library/favorites. - Play tracks with selectable quality, and retrieve playback info or stream URLs. - Discover similar artists/tracks and receive personalized recommendations. - View user profile and music account details. - Includes agent usage patterns and clear error reporting with exit codes.
元数据
Slug tidal-cli
版本 1.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Tidal CLI 是什么?

Control Tidal music streaming from the terminal. Use when the user wants to search Tidal's catalog (artists, albums, tracks, videos, playlists), manage playl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。

如何安装 Tidal CLI?

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

Tidal CLI 是免费的吗?

是的,Tidal CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tidal CLI 支持哪些平台?

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

谁开发了 Tidal CLI?

由 Luca(@lucaperret)开发并维护,当前版本 v1.1.2。

💬 留言讨论