music-lyrics
Installation
SKILL.md
/music-lyrics — Lyrics Transcription
Transcribe lyrics from audio with timestamps using faster-whisper (when available).
Usage
/music-lyrics <audio_file_path>
Steps
- Validate the audio file path
- Run lyrics extraction:
python3 -m music_analyzer lyrics "<audio_file_path>"
Optionally specify model size: --model-size base (tiny/base/small/medium/large-v2)
- Present results:
- Has Vocals: Whether vocals were detected
- Language: Detected language
- Lyrics: Timestamped segments with text
- Full Text: Complete concatenated lyrics
Requirements
- Full tier: faster-whisper must be installed for actual transcription
- Lite tier: Only vocal detection heuristic (no transcription)
Install full dependencies:
pip install -e "~/.claude/plugins/music-analyzer/src/[full]"
Output Fields
| Field | Description |
|---|---|
segments |
Array of {start, end, text, confidence} |
full_text |
Complete lyrics text |
language |
Detected language code |
has_vocals |
Boolean — vocals detected |
method |
"whisper" or "none" |
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-emotion
Analyze emotion — mood classification, energy, valence, genre detection
5music-timbre
Analyze timbre — MFCC, spectral features, loudness, source separation
4dreamina-edit-image
使用 edit_image 工具编辑图片或基于参考图生成新图,适用于有参考图的编辑和生成场景
3