ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

music-video-generation

Generate music videos using each::sense AI. Create visualizers, lyric videos, animated music videos, concert visuals, and genre-specific aesthetics synchronized to audio.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/music-video-generation
Or

Music Video Generation

Generate stunning music videos using each::sense. This skill creates visualizers, lyric videos, animated sequences, and cinematic music videos synchronized to your audio tracks.

Features

  • Audio Visualizers: Reactive visual patterns synced to audio frequencies
  • Lyric Videos: Animated typography with song lyrics
  • Abstract Visuals: Artistic, non-representational video content
  • Artist Performance: Simulated artist or band performance footage
  • Animated Music Videos: Cartoon, anime, or stylized animation
  • Concert Visuals: LED wall content and stage projections
  • Album Art Animation: Bring static album artwork to life
  • Beat-Synced Content: Visuals that react to rhythm and tempo
  • Genre-Specific Aesthetics: Hip-hop, EDM, rock, pop styling

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an audio visualizer video with neon geometric shapes that pulse to the beat, dark background with vibrant colors",
    "mode": "max"
  }'

Video Formats & Aspect Ratios

PlatformAspect RatioResolutionUse Case
YouTube16:91920x1080Standard music video
YouTube Shorts9:161080x1920Vertical clips, previews
Instagram Reels9:161080x1920Social promotion
TikTok9:161080x1920Viral clips
Square1:11080x1080Instagram feed, Spotify Canvas
Ultrawide21:92560x1080Concert LED walls

Use Case Examples

1. Audio Visualizer from Track

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 16:9 audio visualizer video. Circular waveform in the center with particles emanating outward on each beat. Deep purple and electric blue color palette. Dark space background with subtle stars. 10 seconds loop.",
    "mode": "max"
  }'

2. Lyric Video Generation

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a lyric video for the lyrics: \"Running through the night, chasing starlight, we are infinite tonight\". Animated text appearing word by word with a dreamy night sky background. Stars twinkling, soft gradient from dark blue to purple. Modern sans-serif font with subtle glow effect. 16:9 aspect ratio.",
    "mode": "max"
  }'

3. Abstract Music Visuals

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-music-video-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.