music-rhythm

/music-rhythm — Rhythm & Structure 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-rhythm" with this command: npx skills add benzema216/dreamina-claude-skills/benzema216-dreamina-claude-skills-music-rhythm

/music-rhythm — Rhythm & Structure Analysis

Extract rhythm and structural information from an audio file: tempo (BPM), beat positions, time signature, and song structure segmentation (intro/verse/chorus/bridge/outro).

Usage

/music-rhythm <audio_file_path>

Steps

  • Validate the audio file path

  • Run rhythm analysis:

python3 -m music_analyzer rhythm "<audio_file_path>"

  • Present results:

  • BPM: Estimated tempo with confidence

  • Time Signature: 4/4 or 3/4

  • Song Structure: Table of sections with start/end times

  • Beat Count: Total beats detected

Output Fields

Field Description

bpm

Estimated tempo in BPM

bpm_confidence

Confidence score 0-1

time_signature

Estimated time signature

beats

Array of beat positions with strength

downbeats

Downbeat times

sections

Song structure segments with labels and times

duration

Total duration in seconds

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