songsee
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-skills-songsee-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name songsee description Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. homepage https://github.com/steipete/songsee metadata {"openclaw":{"emoji":"🌊","requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}} 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.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.