music-color-palette
3
总安装量
3
周安装量
#60576
全站排名
安装命令
npx skills add https://github.com/benzema216/dreamina-claude-skills --skill music-color-palette
Agent 安装分布
opencode
2
claude-code
2
replit
1
amp
1
trae
1
kimi-cli
1
Skill 文档
/music-color-palette â Music â Color Palette
Generate a color palette based on the emotional mood and tonality of a music track. Outputs primary, secondary, accent, background, and text colors with hex codes.
Usage
/music-color-palette <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 color palette:
python3 -m music_analyzer color-palette "<input_path>"
- Present the palette:
- Primary color â dominant visual color
- Secondary color â supporting color
- Accent color â highlight/emphasis
- Background â suggested background
- Text â readable text color
- Full palette â extended hex code list
- Mood association â what the palette represents
Mapping Logic
The palette is derived from:
- Primary emotion (happy, sad, calm, energetic, etc.)
- Key mode (major â brighter, minor â deeper)
Each (emotion, mode) combination maps to a curated palette.
Output Format
{
"primary": "#FFD700",
"secondary": "#FF6B35",
"accent": "#FF1493",
"background": "#FFFAF0",
"text": "#2F2F2F",
"palette": ["#FFD700", "#FF6B35", "#FFA07A", "#FFEC8B", "#FF1493"],
"mood_association": "joyful warmth"
}
Use Cases
- Pair with
/music-to-dreaminafor consistent visual styling - Use as design system base colors for music-themed projects
- Feed into Dreamina or other visual generation tools