music-analyze
/music-analyze — Full Music Analysis
Analyze a local audio file and output a comprehensive structured JSON containing rhythm, emotion, timbre, tonality, lyrics, onset, and color palette data.
Usage
/music-analyze <audio_file_path>
Accepted Formats
MP3, WAV, FLAC, OGG, M4A, AAC, WMA
Steps
- Validate the audio file path exists and is a supported format
- Run the full analysis pipeline:
python3 -m music_analyzer analyze "<audio_file_path>"
-
Parse the JSON output and present a structured summary to the user:
- Rhythm: BPM, time signature, song structure sections
- Emotion: Primary mood, energy level, valence, genre
- Timbre: Brightness, warmth, dynamic range, MFCC summary
- Tonality: Key, mode, chord progression highlights
- Lyrics: Whether vocals detected, language, transcription preview
- Onsets: Onset rate (for visual sync reference)
- Color Palette: Suggested colors based on mood
-
If the user wants to generate Dreamina prompts or storyboards, suggest:
/music-to-dreaminafor Dreamina image/video generation prompts/music-to-storyboardfor shot-by-shot storyboard/music-color-palettefor detailed color scheme
Options
- Add
--no-cacheto force re-analysis (skip cached results) - Add
--no-separationto skip Demucs source separation (faster) - Add
--output <path>to save JSON to a specific file
Output
The analysis JSON follows the MusicAnalysisResult schema and can be saved and reused as input for the formatter commands (dreamina, storyboard, color-palette).
Error Handling
- If librosa is not installed, instruct user:
pip install -e ~/.claude/plugins/music-analyzer/src/ - If optional features are missing, the tool will degrade gracefully and note which tier is active (lite/standard/full)
More from benzema216/dreamina-claude-skills
storyboard-generator
根据用户的创意/故事想法,批量生成多张连贯的图片和视频,并以专业分镜表(Storyboard)的形式展示。支持单镜头重新生成、图生视频、首尾帧视频生成等高级功能。适用于短视频脚本、动画分镜、广告创意、故事可视化等场景。
27storyboard-creator
小说/剧本转分镜表创作工具。将文字内容转换为详细的分镜表,用于指导AI生图和生视频。当用户需要:(1) 将小说章节转换为分镜表 (2) 创建AI生图用的分镜脚本 (3) 制作影视分镜规划 (4) 生成带有生图提示词的分镜表 时使用此技能。
14music-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
4dreamina-edit-image
使用 edit_image 工具编辑图片或基于参考图生成新图,适用于有参考图的编辑和生成场景
3