From audio-preview
Zero-dependency local web server for comparing and picking audio files. Opens a browser UI with play/pause controls and a pick button. Use when asked to "preview audio", "compare tracks", "listen to candidates", "pick a track", or any audio comparison task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/audio-preview:audio-previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Zero-dependency local web server for comparing and picking audio files in a browser UI.
Zero-dependency local web server for comparing and picking audio files in a browser UI.
# 1. Copy tool from plugin to ~/tools/audio-preview
cp -r "${CLAUDE_PLUGIN_ROOT}/tools" ~/tools/audio-preview
# 2. Link globally (no dependencies to install)
cd ~/tools/audio-preview && bun link
No npm dependencies. No FFmpeg. Just Bun's built-in HTTP server.
Windows note: If bun link doesn't work, run directly:
/path/to/bun.exe run ~/tools/audio-preview/src/cli.ts ./audio/
audio-preview ./audio/candidates/ # Preview all audio in directory
audio-preview track1.mp3 track2.ogg # Preview specific files
audio-preview ./dir1/ ./dir2/ --port 9000 # Multiple dirs, custom port
| Option | Default | Description |
|---|---|---|
-p, --port | 8111 | Server port |
-d, --dir | — | Add a directory (repeatable) |
-h, --help | — | Show help |
mp3, ogg, wav, flac, m4a, aac, webm
Works alongside lyria-audio and cc0-audio:
# Generate candidates with lyria
lyria "victory fanfare" -o candidate-1 -d ./candidates/
lyria "triumph theme" -o candidate-2 -d ./candidates/
# Source candidates with cc0-audio
cc0-audio download https://opengameart.org/content/victory -o candidate-3 -d ./candidates/
# Compare and pick
audio-preview ./candidates/
npx claudepluginhub whiskychoy/whisky-claude-plugins --plugin audio-previewSwitches DJ Claude audio backend to browser mode for higher quality playback by calling the switch_audio MCP tool.
Guides audio mastering for streaming platforms with loudness optimization, tonal balance, and platform-specific targets. Analyzes WAV files and applies mastering settings.
Generates vocal/instrumental songs and audio covers using MiniMax Music API via mmx CLI. Supports prompts, lyrics optimization, moods, genres, and reference audio.