Music discovery (Spotify, Last.fm) and Hi-Res audio downloads (Qobuz, TIDAL) through a unified CLI.
All commands use bash ${SKILLPATH}/run.sh [args...], which activates the venv and runs the corresponding Python script. All scripts output structured JSON to stdout by default. Use --format text for human-readable output. Errors are JSON on stderr with exit code 1 (recoverable) or 2 (unrecoverable).
Output is key=value pairs (this is a shell script, not a Python script). If VENV=missing, run install first.
음악을 찾아보고, 맞춤 추천을 받고, 고품질 오디오 파일을 다운로드하세요. 사용자가 자신의 취향에 따라 새로운 음악을 찾고, 노래/앨범/아티스트를 검색하고, 좋아하는 아티스트와 유사한 추천을 받거나, Qobuz 또는 TIDAL에서 무손실 오디오(FLAC/Hi-Res)를 다운로드하려는 경우에 사용하세요. 트리거 문구에는 "좋아요", "노래 추천", "앨범 다운로드", "무손실", "고해상도", "FLAC", "음악 검색", "유사 아티스트", "음악 설정"이 포함됩니다. 출처: psylch/hifi-download-skill.