Songsee

by ComeOnOliver comeonoliver/songsee Updated


Generates spectrograms and multi-panel audio feature visualizations from audio files via a command-line tool.

SKILL.md

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.

Related

  1. Songsee · lord1egypt
    Generates spectrograms and multi-panel audio feature visualizations (mel, chroma, MFCC) from audio files via a Go CLI.
    2
    repo stars
  2. Audio Scrape · joshuashepherd
    Discovers podcasts via the iTunes Search API, parses RSS feeds, downloads audio, transcribes with OpenAI Whisper, chunks transcripts, and upserts results into a database table.
    1
    repo stars
  3. Seaborn · k-dense-ai bundle
    Create publication-quality statistical graphics with dataset-oriented plotting, multivariate analysis, and automatic statistical estimation using minimal code.
    30.2k
    repo stars
  4. Geomaster · k-dense-ai bundle
    Process satellite imagery, perform GIS analysis, and apply spatial machine learning across 70+ geospatial topics with code examples in 8 programming languages.
    30.2k
    repo stars
  5. Networkx · jorcan bundle
    Create, analyze, and visualize complex networks and graphs in Python using NetworkX, including graph construction, algorithms, generators, I/O, and plotting.
    0
    repo stars
  6. Geopandas · k-dense-ai bundle
    Extends pandas for geospatial vector data analysis, including reading/writing shapefiles, GeoJSON, GeoPackage, and PostGIS, performing spatial joins, geometric operations, coordinate transformations, and creating static or interactive maps.
    30.2k
    repo stars

Frequently asked questions

How do I install the Songsee skill?

Run npx skillmds add comeonoliver/songsee in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.

What does the Songsee skill do?

Generates spectrograms and multi-panel audio feature visualizations from audio files via a command-line tool. It is listed under Data & Analytics, AI & ML, Data Visualization, Speech & Audio on SkillMD.

Is Songsee safe to use?

SkillMD's automated safety review verdict for this skill is PASS. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.

Which AI agents work with Songsee?

This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.

Is Songsee free to use?

Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.

Who published Songsee?

ComeOnOliver (@comeonoliver) published this skill. Their other Agent Skills are listed on their SkillMD profile.