What problem does it solve? Audio analysis often requires visual inspection of frequency content, tempo, and structure, but setting up spectrogram tooling in Python or DAWs is slow. This Skill wraps the songsee CLI to produce spectrograms and multi-panel audio feature images directly from audio files. ## Core Features & Use Cases - Spectrogram Generation: Render standard, mel-scaled, and styled spectrograms from WAV or MP3 files with a single command. - Multi-Panel Feature Grids: Combine chroma, MFCC, tempogram, loudness, HPSS, self-similarity, and spectral flux visualizations into one image. - Time Slicing and Format Control: Extract specific audio segments with --start/--duration and output PNG or JPG at custom dimensions. - Use Case: Compare two synthesized audio outputs by generating mel spectrograms of each, then inspect the images with vision_analyze to detect artifacts or differences. ## Quick Start Use the songsee skill to generate a mel spectrogram of track.mp3 and save it as spectrogram.png.