Works with Paperclip
How Songsee fits into a Paperclip company.
Songsee drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
S
SaaS FactoryPaired
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
$27$59
Explore packSource file
SKILL.md49 linesExpandCollapse
---name: songseedescription: Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.homepage: https://github.com/steipete/songseemetadata: { "openclaw": { "emoji": "🌊", "requires": { "bins": ["songsee"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "steipete/tap/songsee", "bins": ["songsee"], "label": "Install songsee (brew)", }, ], }, }--- # 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.