{
  "schemaVersion": "1.0",
  "item": {
    "slug": "eachlabs-music",
    "name": "Eachlabs Music",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-music",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-music",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/eachlabs-music",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=eachlabs-music",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/MODELS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/eachlabs-music"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/eachlabs-music",
    "agentPageUrl": "https://openagent3.xyz/skills/eachlabs-music/agent",
    "manifestUrl": "https://openagent3.xyz/skills/eachlabs-music/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/eachlabs-music/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EachLabs Music",
        "body": "Generate songs, instrumentals, lyrics, podcasts, and more using Mureka AI models via the EachLabs Predictions API."
      },
      {
        "title": "Authentication",
        "body": "Header: X-API-Key: <your-api-key>\n\nSet the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai."
      },
      {
        "title": "Mureka Models",
        "body": "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"
      },
      {
        "title": "Minimax Music",
        "body": "CapabilitySlugDescriptionMusic v2minimax-music-v2Latest Minimax music generationMusic v1.5minimax-music-v1-5Stable Minimax music generation"
      },
      {
        "title": "Prediction Flow",
        "body": "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.\nPOST https://api.eachlabs.ai/v1/prediction with model slug, version \"0.0.1\", and input matching the schema\nPoll GET https://api.eachlabs.ai/v1/prediction/{id} until status is \"success\" or \"failed\"\nExtract the output from the response"
      },
      {
        "title": "Generate a Song",
        "body": "curl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"An upbeat indie pop song about summer road trips with catchy chorus\",\n      \"duration\": 120\n    }\n  }'"
      },
      {
        "title": "Generate Instrumental",
        "body": "curl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-instrumental\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"Lo-fi hip hop beat with jazzy piano chords and vinyl crackle, relaxing study music\"\n    }\n  }'"
      },
      {
        "title": "Generate Lyrics",
        "body": "curl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-lyrics\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"Write lyrics for a heartfelt country ballad about coming home\"\n    }\n  }'"
      },
      {
        "title": "Create a Podcast",
        "body": "curl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-create-podcast\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"A 5-minute podcast discussion about the future of AI in music production\",\n      \"speakers\": [\"Luna\", \"Jake\"]\n    }\n  }'"
      },
      {
        "title": "Extend an Existing Song",
        "body": "First upload the song, then extend it:\n\n# Step 1: Upload the audio file\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-upload-file\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"file\": \"https://example.com/my-song.mp3\",\n      \"purpose\": \"audio\"\n    }\n  }'\n\n# Step 2: Use the upload ID to extend the song\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-extend-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"upload_audio_id\": \"<upload-id-from-step-1>\",\n      \"prompt\": \"Continue with an energetic guitar solo bridge\"\n    }\n  }'"
      },
      {
        "title": "Separate Audio Stems",
        "body": "curl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-stem-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"url\": \"https://example.com/song.mp3\"\n    }\n  }'"
      },
      {
        "title": "Prompt Tips",
        "body": "Specify genre: \"indie pop\", \"lo-fi hip hop\", \"classical orchestral\", \"EDM\"\nInclude mood: \"upbeat\", \"melancholic\", \"energetic\", \"relaxing\"\nMention instruments: \"acoustic guitar\", \"piano\", \"synthesizer\", \"drums\"\nDescribe tempo: \"slow ballad\", \"fast-paced\", \"medium tempo groove\"\nFor lyrics, mention theme and structure: \"verse-chorus-verse about...\""
      },
      {
        "title": "Parameter Reference",
        "body": "See references/MODELS.md for complete parameter details for each model."
      }
    ],
    "body": "EachLabs Music\n\nGenerate songs, instrumentals, lyrics, podcasts, and more using Mureka AI models via the EachLabs Predictions API.\n\nAuthentication\nHeader: X-API-Key: <your-api-key>\n\n\nSet the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.\n\nAvailable Capabilities\nMureka Models\nCapability\tSlug\tDescription\nGenerate Song\tmureka-generate-song\tCreate a full song with vocals from a prompt\nGenerate Instrumental\tmureka-generate-instrumental\tCreate instrumental tracks\nGenerate Lyrics\tmureka-generate-lyrics\tGenerate lyrics from a prompt\nExtend Lyrics\tmureka-extend-lyrics\tContinue/extend existing lyrics\nExtend Song\tmureka-extend-song\tContinue an existing song\nCreate Speech\tmureka-create-speech\tGenerate speech audio\nCreate Podcast\tmureka-create-podcast\tGenerate multi-speaker podcast\nRecognize Song\tmureka-recognize-song\tIdentify a song from audio\nDescribe Song\tmureka-describe-song\tAnalyze and describe a song\nStem Song\tmureka-stem-song\tSeparate audio into stems\nUpload File\tmureka-upload-file\tUpload audio for other operations\nMinimax Music\nCapability\tSlug\tDescription\nMusic v2\tminimax-music-v2\tLatest Minimax music generation\nMusic v1.5\tminimax-music-v1-5\tStable Minimax music generation\nPrediction Flow\nCheck 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.\nPOST https://api.eachlabs.ai/v1/prediction with model slug, version \"0.0.1\", and input matching the schema\nPoll GET https://api.eachlabs.ai/v1/prediction/{id} until status is \"success\" or \"failed\"\nExtract the output from the response\nExamples\nGenerate a Song\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"An upbeat indie pop song about summer road trips with catchy chorus\",\n      \"duration\": 120\n    }\n  }'\n\nGenerate Instrumental\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-instrumental\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"Lo-fi hip hop beat with jazzy piano chords and vinyl crackle, relaxing study music\"\n    }\n  }'\n\nGenerate Lyrics\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-generate-lyrics\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"Write lyrics for a heartfelt country ballad about coming home\"\n    }\n  }'\n\nCreate a Podcast\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-create-podcast\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"prompt\": \"A 5-minute podcast discussion about the future of AI in music production\",\n      \"speakers\": [\"Luna\", \"Jake\"]\n    }\n  }'\n\nExtend an Existing Song\n\nFirst upload the song, then extend it:\n\n# Step 1: Upload the audio file\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-upload-file\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"file\": \"https://example.com/my-song.mp3\",\n      \"purpose\": \"audio\"\n    }\n  }'\n\n# Step 2: Use the upload ID to extend the song\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-extend-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"upload_audio_id\": \"<upload-id-from-step-1>\",\n      \"prompt\": \"Continue with an energetic guitar solo bridge\"\n    }\n  }'\n\nSeparate Audio Stems\ncurl -X POST https://api.eachlabs.ai/v1/prediction \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"model\": \"mureka-stem-song\",\n    \"version\": \"0.0.1\",\n    \"input\": {\n      \"url\": \"https://example.com/song.mp3\"\n    }\n  }'\n\nPrompt Tips\nSpecify genre: \"indie pop\", \"lo-fi hip hop\", \"classical orchestral\", \"EDM\"\nInclude mood: \"upbeat\", \"melancholic\", \"energetic\", \"relaxing\"\nMention instruments: \"acoustic guitar\", \"piano\", \"synthesizer\", \"drums\"\nDescribe tempo: \"slow ballad\", \"fast-paced\", \"medium tempo groove\"\nFor lyrics, mention theme and structure: \"verse-chorus-verse about...\"\nParameter Reference\n\nSee references/MODELS.md for complete parameter details for each model."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-music",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-music",
    "owner": "eftalyurtseven",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/eachlabs-music",
    "downloadUrl": "https://openagent3.xyz/downloads/eachlabs-music",
    "agentUrl": "https://openagent3.xyz/skills/eachlabs-music/agent",
    "manifestUrl": "https://openagent3.xyz/skills/eachlabs-music/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/eachlabs-music/agent.md"
  }
}