LLM Skills
~/catalog/audio & voice//SKILL
Audio & voiceGitHub source

songsee

/SKILL

Generate spectrograms + feature panels from audio.

openclawopenclaw
386.5k
June 5, 2026
NOASSERTION
// skill content

--- name: songsee description: "Generate spectrograms and feature-panel visualizations from audio using the songsee CLI." homepage: https://github.com/steipete/songsee metadata: { "openclaw": { "emoji": "🌊", "requires": { "bins": ["songsee"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "steipete/tap/songsee", "bins": ["songsee"], "label": "Install songsee (brew)", }, ], }, } --- # songsee Generate spectrograms and 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 - Native WAV/MP3 decoding; other formats use ffmpeg if available. - Multiple---vizs render a grid.

// original public source
openclaw/openclaw
/skills/songsee/SKILL.md
License: NOASSERTION. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/skills/songsee/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenclaw
Stars 386.5k
LicenseNOASSERTION
UpdatedJune 5, 2026
Format.md
AccessFree
// similar

Skills Audio & voice

View allarrow_forward