一键导入
tidal-search
Search for artists, albums, or tracks on Tidal. Use when the user wants to find music, look up an artist, search for a song or album.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search for artists, albums, or tracks on Tidal. Use when the user wants to find music, look up an artist, search for a song or album.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Authenticate with Tidal via OAuth. Use when the user wants to log in to Tidal, start authentication, or when a command fails with an authentication error.
Add or remove artists, albums, or tracks from your Tidal favorites library. Use when the user wants to save music, like a song, follow an artist, or remove items from their library.
Manage Tidal playlists — list, create, rename, delete, add or remove albums and tracks. Use when the user wants to work with playlists.
| name | tidal-search |
| description | Search for artists, albums, or tracks on Tidal. Use when the user wants to find music, look up an artist, search for a song or album. |
| allowed-tools | Bash, Read, Grep |
| argument-hint | <artist|album|track> <query> |
Search for artists, albums, or tracks on Tidal and display results as a formatted table.
tidal-cli --json search --type artist --query "<query>"[{id, name}]tidal-cli --json search --type album --query "<query>"[{id, name, artist, year}]tidal-cli --json search --type track --query "<query>"[{id, name, artist}]Parse $ARGUMENTS:
artist, album, or track)/tidal-search <artist|album|track> <query>Run the appropriate command based on search type:
tidal-cli --json search --type artist --query "<query>"tidal-cli --json search --type album --query "<query>"tidal-cli --json search --type track --query "<query>"Parse the JSON array output and format as a markdown table:
ID and NameID, Name, Artist, and YearID, Name, and ArtistIf the result array is empty, display: "No results found for <type>: <query>."
"Error: Not authenticated" → "You need to authenticate first. Run /tidal-auth to log in.""Error: Unable to connect to Tidal" → "Network error: unable to reach Tidal. Check your internet connection."