Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Create a lo-fi hip hop instrumental for studying
- 1Check the mureka-generate-instrumental model schema via GET /v1/model?slug=mureka-generate-instrumental
- 2POST to /v1/prediction with the model slug and a prompt describing genre, mood, and instruments
- 3Poll GET /v1/prediction/{id} until status is 'success'
- 4Extract the audio URL from the response 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.