@openclaw/songsee

Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namesongsee
descriptionGenerate spectrograms and feature-panel visualizations from audio with the songsee CLI.
homepagehttps://github.com/steipete/songsee

songsee

Generate spectrograms + feature panels from audio.

Quick start

  • Spectrogram: songsee track.mp3
  • Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux
  • Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg
  • Stdin: cat track.mp3 | songsee - --format png -o out.png

Common flags

  • --viz list (repeatable or comma-separated)
  • --style palette (classic, magma, inferno, viridis, gray)
  • --width / --height output size
  • --window / --hop FFT settings
  • --min-freq / --max-freq frequency range
  • --start / --duration time slice
  • --format jpg|png

Notes

  • WAV/MP3 decode native; other formats use ffmpeg if available.
  • Multiple --viz renders a grid.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@openclaw/songsee/verified)](https://skillsafe.ai/skill/@openclaw/songsee/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@openclaw/songsee/installs)](https://skillsafe.ai/skill/@openclaw/songsee/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@openclaw/songsee/scan)](https://skillsafe.ai/skill/@openclaw/songsee/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@openclaw/songsee/eval)](https://skillsafe.ai/skill/@openclaw/songsee/)