{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-music-generation",
    "name": "Ai Music Generation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/ai-music-generation",
    "canonicalUrl": "https://clawhub.ai/okaris/ai-music-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-music-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-music-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/ai-music-generation"
    },
    "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/ai-music-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-music-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-music-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-music-generation/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": "AI Music Generation",
        "body": "Generate music and songs via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "# Install CLI\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a song\ninfsh app run infsh/diffrythm --input '{\"prompt\": \"upbeat electronic dance track\"}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Available Models",
        "body": "ModelApp IDBest ForDiffrythminfsh/diffrythmFast song generationTencent Songinfsh/tencent-song-generationFull songs with vocals"
      },
      {
        "title": "Browse Audio Apps",
        "body": "infsh app list --category audio"
      },
      {
        "title": "Instrumental Track",
        "body": "infsh app run infsh/diffrythm --input '{\n  \"prompt\": \"cinematic orchestral soundtrack, epic and dramatic\"\n}'"
      },
      {
        "title": "Song with Vocals",
        "body": "infsh app sample infsh/tencent-song-generation --save input.json\n\n# Edit input.json:\n# {\n#   \"prompt\": \"pop song about summer love\",\n#   \"lyrics\": \"Walking on the beach with you...\"\n# }\n\ninfsh app run infsh/tencent-song-generation --input input.json"
      },
      {
        "title": "Background Music for Video",
        "body": "infsh app run infsh/diffrythm --input '{\n  \"prompt\": \"calm lo-fi hip hop beat, study music, relaxing\"\n}'"
      },
      {
        "title": "Podcast Intro",
        "body": "infsh app run infsh/diffrythm --input '{\n  \"prompt\": \"short podcast intro jingle, professional, tech themed, 10 seconds\"\n}'"
      },
      {
        "title": "Game Soundtrack",
        "body": "infsh app run infsh/diffrythm --input '{\n  \"prompt\": \"retro 8-bit video game music, adventure theme, chiptune\"\n}'"
      },
      {
        "title": "Prompt Tips",
        "body": "Genre keywords: pop, rock, electronic, jazz, classical, hip-hop, lo-fi, ambient, orchestral\n\nMood keywords: happy, sad, energetic, calm, dramatic, epic, mysterious, uplifting\n\nInstrument keywords: piano, guitar, synth, drums, strings, brass, choir\n\nStructure keywords: intro, verse, chorus, bridge, outro, loop"
      },
      {
        "title": "Use Cases",
        "body": "Social Media: Background music for videos\nPodcasts: Intro/outro jingles\nGames: Soundtracks and effects\nVideos: Background scores\nAds: Commercial jingles\nContent Creation: Royalty-free music"
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Text-to-speech\nnpx skills add inference-sh/skills@text-to-speech\n\n# Video generation (add music to videos)\nnpx skills add inference-sh/skills@ai-video-generation\n\n# Speech-to-text\nnpx skills add inference-sh/skills@speech-to-text\n\nBrowse all apps: infsh app list"
      },
      {
        "title": "Documentation",
        "body": "Running Apps - How to run apps via CLI\nContent Pipeline Example - Building media workflows\nApps Overview - Understanding the app ecosystem"
      }
    ],
    "body": "AI Music Generation\n\nGenerate music and songs via inference.sh CLI.\n\nQuick Start\n# Install CLI\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a song\ninfsh app run infsh/diffrythm --input '{\"prompt\": \"upbeat electronic dance track\"}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nAvailable Models\nModel\tApp ID\tBest For\nDiffrythm\tinfsh/diffrythm\tFast song generation\nTencent Song\tinfsh/tencent-song-generation\tFull songs with vocals\nBrowse Audio Apps\ninfsh app list --category audio\n\nExamples\nInstrumental Track\ninfsh app run infsh/diffrythm --input '{\n  \"prompt\": \"cinematic orchestral soundtrack, epic and dramatic\"\n}'\n\nSong with Vocals\ninfsh app sample infsh/tencent-song-generation --save input.json\n\n# Edit input.json:\n# {\n#   \"prompt\": \"pop song about summer love\",\n#   \"lyrics\": \"Walking on the beach with you...\"\n# }\n\ninfsh app run infsh/tencent-song-generation --input input.json\n\nBackground Music for Video\ninfsh app run infsh/diffrythm --input '{\n  \"prompt\": \"calm lo-fi hip hop beat, study music, relaxing\"\n}'\n\nPodcast Intro\ninfsh app run infsh/diffrythm --input '{\n  \"prompt\": \"short podcast intro jingle, professional, tech themed, 10 seconds\"\n}'\n\nGame Soundtrack\ninfsh app run infsh/diffrythm --input '{\n  \"prompt\": \"retro 8-bit video game music, adventure theme, chiptune\"\n}'\n\nPrompt Tips\n\nGenre keywords: pop, rock, electronic, jazz, classical, hip-hop, lo-fi, ambient, orchestral\n\nMood keywords: happy, sad, energetic, calm, dramatic, epic, mysterious, uplifting\n\nInstrument keywords: piano, guitar, synth, drums, strings, brass, choir\n\nStructure keywords: intro, verse, chorus, bridge, outro, loop\n\nUse Cases\nSocial Media: Background music for videos\nPodcasts: Intro/outro jingles\nGames: Soundtracks and effects\nVideos: Background scores\nAds: Commercial jingles\nContent Creation: Royalty-free music\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Text-to-speech\nnpx skills add inference-sh/skills@text-to-speech\n\n# Video generation (add music to videos)\nnpx skills add inference-sh/skills@ai-video-generation\n\n# Speech-to-text\nnpx skills add inference-sh/skills@speech-to-text\n\n\nBrowse all apps: infsh app list\n\nDocumentation\nRunning Apps - How to run apps via CLI\nContent Pipeline Example - Building media workflows\nApps Overview - Understanding the app ecosystem"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/ai-music-generation",
    "publisherUrl": "https://clawhub.ai/okaris/ai-music-generation",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-music-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-music-generation",
    "agentUrl": "https://openagent3.xyz/skills/ai-music-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-music-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-music-generation/agent.md"
  }
}