LaunchKit · 2026
Back to Skills

eachlabs-music

Generate songs, instrumentals, lyrics, podcasts using Mureka AI.

0
959 downloads
by @eftalyurtseven

Setup & Installation

openclaw skills install @eftalyurtseven/eachlabs-music

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install eachlabs-music

Version History

v0.1.1Feb 9, 2026 - Version note by skill developer:

- No user-facing changes in this version. - No file changes detected since the previous release.

What This Skill Does

Connects to EachLabs Mureka and Minimax AI models to generate songs, instrumentals, lyrics, podcasts, and speech from text prompts. Also handles stem separation, song extension, and audio recognition via the EachLabs Predictions API.

Combines song generation, lyrics writing, stem separation, and audio recognition in one API instead of requiring separate services for each task.

When to use it

  • Generate a background instrumental track for a video project
  • Write and extend lyrics for a song in progress
  • Separate vocals from a mixed audio file
  • Create a multi-speaker podcast from a topic prompt
  • Identify an unknown song from an audio clip

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a lo-fi hip hop instrumental for studying

AGENT
  1. 1Check the mureka-generate-instrumental model schema via GET /v1/model?slug=mureka-generate-instrumental
  2. 2POST to /v1/prediction with the model slug and a prompt describing genre, mood, and instruments
  3. 3Poll GET /v1/prediction/{id} until status is 'success'
  4. 4Extract the audio URL from the response output
OUTPUT

A downloadable lo-fi instrumental audio file

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

EACHLABS_API_KEY environment variable — obtain at eachlabs.ai