music-emotion
Installation
SKILL.md
/music-emotion — Emotion & Style Analysis
Classify the emotional content of an audio file: primary mood, energy level, emotional valence, arousal, genre, and mood tags.
Usage
/music-emotion <audio_file_path>
Steps
- Validate the audio file path
- Run emotion analysis:
python3 -m music_analyzer emotion "<audio_file_path>"
- Present results:
- Primary Emotion: Dominant mood (happy, sad, calm, energetic, etc.)
- Energy Level: 0-1 scale with curve across song segments
- Valence: -1 (negative) to 1 (positive)
- Genre: Detected genre
- Mood Tags: Descriptive mood keywords
Detection Methods
- CLAP (full tier): AI-based emotion/genre classification using CLAP model
- Heuristic (lite tier): Spectral features + rhythm + tonality-based rules
The method used is noted in the method field of the output.
Output Fields
| Field | Description |
|---|---|
primary_emotion |
Dominant emotion label |
secondary_emotions |
Additional emotion tags |
overall_energy |
Energy level 0-1 |
energy_curve |
Energy values per segment |
valence |
Emotional valence -1 to 1 |
arousal |
Arousal level 0-1 |
genre |
Detected genre |
mood_tags |
Mood descriptor keywords |
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-timbre
Analyze timbre — MFCC, spectral features, loudness, source separation
4music-lyrics
Extract lyrics — timestamped transcription using faster-whisper
4dreamina-edit-image
使用 edit_image 工具编辑图片或基于参考图生成新图,适用于有参考图的编辑和生成场景
3