music-to-dreamina
/music-to-dreamina — Music → Dreamina Prompts
Convert music analysis into Dreamina-compatible image/video generation prompts. Each song section gets a tailored Chinese and English prompt with style keywords, color palette, and energy level.
Usage
/music-to-dreamina <audio_file_or_analysis_json>
Accepts either an audio file (runs analysis first) or a previously saved analysis JSON.
Steps
- Validate input (audio file or JSON)
- Generate Dreamina prompts:
python3 -m music_analyzer dreamina "<input_path>"
-
Present per-section prompts:
- Section name and time range
- Chinese prompt (prompt_zh) — ready for Dreamina
- English prompt (prompt_en)
- Style keywords and color palette
- Energy level (0-1)
-
Suggest using
/dreamina-gen-imagewith the generated prompts to create actual images
Mapping Logic
| Music Feature | Dreamina Parameter | Example |
|---|---|---|
| Emotion | Style keywords | happy → "明亮暖色调,活力" |
| Energy | Composition intensity | high → "动态构图,强对比" |
| BPM | Rhythm description | >140 → "激烈节奏" |
| Key/Mode | Brightness/darkness | major → "明亮基调" |
| Genre | Visual style | electronic → "赛博朋克,霓虹" |
| Section | Scene sequence | chorus → stronger visuals |
Output Format
Each section produces:
{
"section": "chorus_1",
"time_range": {"start": 45.2, "end": 72.8},
"prompt_zh": "动态构图,明亮暖色调...",
"prompt_en": "dynamic composition, bright warm tones...",
"style_keywords": ["vibrant", "energetic"],
"color_palette": ["#FFD700", "#FF6B35"],
"energy_level": 0.85
}
Integration with pull-film
The generated prompts can be directly used with /dreamina-gen-image from the pull-film plugin to create actual Dreamina images.
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-lyrics
Extract lyrics — timestamped transcription using faster-whisper
4dreamina-edit-image
使用 edit_image 工具编辑图片或基于参考图生成新图,适用于有参考图的编辑和生成场景
3