music-rhythm
Installation
SKILL.md
/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 |
Related skills
More from benzema216/dreamina-claude-skills
storyboard-generator
根据用户的创意/故事想法,批量生成多张连贯的图片和视频,并以专业分镜表(Storyboard)的形式展示。支持单镜头重新生成、图生视频、首尾帧视频生成等高级功能。适用于短视频脚本、动画分镜、广告创意、故事可视化等场景。
27storyboard-creator
小说/剧本转分镜表创作工具。将文字内容转换为详细的分镜表,用于指导AI生图和生视频。当用户需要:(1) 将小说章节转换为分镜表 (2) 创建AI生图用的分镜脚本 (3) 制作影视分镜规划 (4) 生成带有生图提示词的分镜表 时使用此技能。
14music-analyze
Full music analysis — extracts rhythm, emotion, timbre, tonality, lyrics and outputs structured JSON
6music-emotion
Analyze emotion — mood classification, energy, valence, genre detection
5music-timbre
Analyze timbre — MFCC, spectral features, loudness, source separation
4music-lyrics
Extract lyrics — timestamped transcription using faster-whisper
4