music-tonality

/music-tonality — Tonality & Harmony Analysis

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "music-tonality" with this command: npx skills add benzema216/dreamina-claude-skills/benzema216-dreamina-claude-skills-music-tonality

/music-tonality — Tonality & Harmony Analysis

Detect musical key, mode, chord progression, and melody pitch contour.

Usage

/music-tonality <audio_file_path>

Steps

  • Validate the audio file path

  • Run tonality analysis:

python3 -m music_analyzer tonality "<audio_file_path>"

  • Present results:

  • Key: Detected key and mode (e.g. "C major", "A minor")

  • Confidence: Key detection confidence

  • Chord Progression: Sequence of chords with timestamps

  • Melody Contour: Simplified pitch contour (sampled Hz values)

Detection Methods

  • Essentia (standard/full tier): Uses essentia's KeyExtractor and ChordsDetection

  • Librosa (lite tier): Krumhansl-Schmuckler key profiles + template-based chord matching

Output Fields

Field Description

key

Estimated key (e.g. "C major")

key_confidence

Confidence 0-1

mode

"major" or "minor"

chords

Chord events with time, duration, label

melody_contour

Sampled pitch values in Hz

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

storyboard-generator

No summary provided by upstream source.

Repository SourceNeeds Review
General

storyboard-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

music-analyze

No summary provided by upstream source.

Repository SourceNeeds Review
General

music-emotion

No summary provided by upstream source.

Repository SourceNeeds Review