Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @steipete Updated 2/26/2026

🌊 Songsee OpenClaw Skill - ClawHub

Do you want your AI agent to automate Songsee workflows? This free skill from ClawHub helps with cli utilities tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install songsee

Full SKILL.md

Open original
namedescriptionhomepage
songseeGenerate spectrograms and feature-panel visualizations from audio with the songsee CLI.https://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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/steipete/songsee

Related skills

If this matches your use case, these are close alternatives in the same category.