← All skills
Tencent SkillHub Β· AI

Eachlabs Music

Generate songs, instrumentals, lyrics, and podcasts using EachLabs Mureka AI models. Also supports song extension, stem separation, and song recognition. Use when the user wants to create music, lyrics, or audio content.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate songs, instrumentals, lyrics, and podcasts using EachLabs Mureka AI models. Also supports song extension, stem separation, and song recognition. Use when the user wants to create music, lyrics, or audio content.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/MODELS.md

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

EachLabs Music

Generate songs, instrumentals, lyrics, podcasts, and more using Mureka AI models via the EachLabs Predictions API.

Authentication

Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.

Mureka Models

CapabilitySlugDescriptionGenerate Songmureka-generate-songCreate a full song with vocals from a promptGenerate Instrumentalmureka-generate-instrumentalCreate instrumental tracksGenerate Lyricsmureka-generate-lyricsGenerate lyrics from a promptExtend Lyricsmureka-extend-lyricsContinue/extend existing lyricsExtend Songmureka-extend-songContinue an existing songCreate Speechmureka-create-speechGenerate speech audioCreate Podcastmureka-create-podcastGenerate multi-speaker podcastRecognize Songmureka-recognize-songIdentify a song from audioDescribe Songmureka-describe-songAnalyze and describe a songStem Songmureka-stem-songSeparate audio into stemsUpload Filemureka-upload-fileUpload audio for other operations

Minimax Music

CapabilitySlugDescriptionMusic v2minimax-music-v2Latest Minimax music generationMusic v1.5minimax-music-v1-5Stable Minimax music generation

Prediction Flow

Check model GET https://api.eachlabs.ai/v1/model?slug=<slug> β€” validates the model exists and returns the request_schema with exact input parameters. Always do this before creating a prediction to ensure correct inputs. POST https://api.eachlabs.ai/v1/prediction with model slug, version "0.0.1", and input matching the schema Poll GET https://api.eachlabs.ai/v1/prediction/{id} until status is "success" or "failed" Extract the output from the response

Generate a Song

curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-generate-song", "version": "0.0.1", "input": { "prompt": "An upbeat indie pop song about summer road trips with catchy chorus", "duration": 120 } }'

Generate Instrumental

curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-generate-instrumental", "version": "0.0.1", "input": { "prompt": "Lo-fi hip hop beat with jazzy piano chords and vinyl crackle, relaxing study music" } }'

Generate Lyrics

curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-generate-lyrics", "version": "0.0.1", "input": { "prompt": "Write lyrics for a heartfelt country ballad about coming home" } }'

Create a Podcast

curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-create-podcast", "version": "0.0.1", "input": { "prompt": "A 5-minute podcast discussion about the future of AI in music production", "speakers": ["Luna", "Jake"] } }'

Extend an Existing Song

First upload the song, then extend it: # Step 1: Upload the audio file curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-upload-file", "version": "0.0.1", "input": { "file": "https://example.com/my-song.mp3", "purpose": "audio" } }' # Step 2: Use the upload ID to extend the song curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-extend-song", "version": "0.0.1", "input": { "upload_audio_id": "<upload-id-from-step-1>", "prompt": "Continue with an energetic guitar solo bridge" } }'

Separate Audio Stems

curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Content-Type: application/json" \ -H "X-API-Key: $EACHLABS_API_KEY" \ -d '{ "model": "mureka-stem-song", "version": "0.0.1", "input": { "url": "https://example.com/song.mp3" } }'

Prompt Tips

Specify genre: "indie pop", "lo-fi hip hop", "classical orchestral", "EDM" Include mood: "upbeat", "melancholic", "energetic", "relaxing" Mention instruments: "acoustic guitar", "piano", "synthesizer", "drums" Describe tempo: "slow ballad", "fast-paced", "medium tempo groove" For lyrics, mention theme and structure: "verse-chorus-verse about..."

Parameter Reference

See references/MODELS.md for complete parameter details for each model.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/MODELS.md Docs