music-to-dreamina
3
总安装量
3
周安装量
#61728
全站排名
安装命令
npx skills add https://github.com/benzema216/dreamina-claude-skills --skill music-to-dreamina
Agent 安装分布
opencode
2
claude-code
2
replit
1
trae
1
kimi-cli
1
Skill 文档
/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.