Discover music, get personalized recommendations, and download high-fidelity audio files. Use when user wants to find new music based on their taste, search for songs/albums/artists, get recommendations similar to artists they like, or download lossless audio (FLAC/Hi-Res) from Qobuz or TIDAL. Trigger phrases include "find music like", "recommend songs", "download album", "lossless", "Hi-Res", "FLAC", "music discovery", "similar artists", "setup music".
Add this skill
npx mdskills install psylch/hifi-downloadComprehensive music discovery and Hi-Res download skill with async workflows and clear error handling
A Claude Code skill for music discovery and high-quality audio downloads. Combines Spotify and Last.fm for discovery with Qobuz and TIDAL for lossless audio downloads.
| Step | What Happens | Service Used |
|---|---|---|
| Discover | Search music, find similar artists/tracks | Spotify, Last.fm |
| Recommend | Personalized recommendations from listening history | Spotify + Last.fm |
| Search | Find albums/tracks on download platforms | Qobuz, TIDAL |
| Download | Download in lossless quality (FLAC/Hi-Res) | Qobuz, TIDAL |
This skill is part of media-master, which bundles music, cloud drive, and book download skills:
npx skills add psylch/media-master -g -y
npx skills add psylch/hifi-download-skill -g -y
/plugin marketplace add psylch/hifi-download-skill
/plugin install hifi-download@psylch-hifi-download-skill
Restart Claude Code after installation.
In Claude Code, use any of these trigger phrases:
find music like Radiohead
recommend songs based on my taste
download album OK Computer in Hi-Res
search for FLAC albums
setup music services
| Service | Type | Requirements |
|---|---|---|
| Spotify | Discovery | Free account + API credentials |
| Last.fm | Discovery | Free API key |
| Qobuz | Downloads | Studio/Sublime subscription |
| TIDAL | Downloads | HiFi+ subscription |
hifi-download-skill/
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── skills/
│ └── hifi-download/
│ ├── SKILL.md # Main skill definition
│ ├── run.sh # Venv-aware script runner
│ ├── .env.example # Credential template
│ ├── references/
│ │ ├── setup_guide.md # Detailed setup instructions
│ │ └── musicmaster.md # Complete script reference
│ └── scripts/
│ ├── setup.sh # Environment setup
│ ├── setup_config.py # Credential configuration
│ ├── status.py # Service status check
│ ├── spotify_*.py # Spotify scripts
│ ├── lastfm_*.py # Last.fm scripts
│ ├── platform_*.py # Qobuz/TIDAL scripts
│ └── lib/ # Shared modules
├── README.md
└── LICENSE
This project relies on the following open-source tools:
This tool is intended for personal use only and was created for educational purposes.
By using this software, you agree to these terms.
MIT
Best experience: Claude Code
/plugin marketplace add psylch/hifi-downloadThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install psylch/hifi-downloadHifi Download is a free, open-source AI agent skill. Discover music, get personalized recommendations, and download high-fidelity audio files. Use when user wants to find new music based on their taste, search for songs/albums/artists, get recommendations similar to artists they like, or download lossless audio (FLAC/Hi-Res) from Qobuz or TIDAL. Trigger phrases include "find music like", "recommend songs", "download album", "lossless", "Hi-Res", "FLAC", "music discovery", "similar artists", "setup music".
Install Hifi Download with a single command:
npx mdskills install psylch/hifi-downloadThis downloads the skill files into your project and your AI agent picks them up automatically.
Hifi Download works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.