{
  "schemaVersion": "1.0",
  "item": {
    "slug": "music-video-mcp",
    "name": "Music Video Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/liuyinjiwen06/music-video-mcp",
    "canonicalUrl": "https://clawhub.ai/liuyinjiwen06/music-video-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/music-video-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music-video-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "package.json",
      "SKILL.md",
      "src/index.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "music-video-mcp",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T22:03:03.525Z",
      "expiresAt": "2026-05-12T22:03:03.525Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music-video-mcp",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music-video-mcp",
        "contentDisposition": "attachment; filename=\"music-video-mcp-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "music-video-mcp"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/music-video-mcp"
    },
    "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/music-video-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/music-video-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/music-video-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/music-video-mcp/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "Get a free API key at freebeat.ai/developers\nSet environment variable: FREEBEAT_API_KEY=your-key"
      },
      {
        "title": "generate_music_video",
        "body": "Create an AI music video from a text prompt.\n\nprompt (required) — describe the video you want\nmode — singing | storytelling | auto (default: auto)\nduration — 5-180 seconds (default: 30)\nstyle — visual style (e.g. \"cinematic\", \"anime\", \"retro VHS\")"
      },
      {
        "title": "check_generation_status",
        "body": "Check progress of a video generation job.\n\njob_id — returned by generate_music_video"
      },
      {
        "title": "list_styles",
        "body": "Browse all available visual styles."
      },
      {
        "title": "get_account_info",
        "body": "Check remaining credits and account status."
      },
      {
        "title": "Example",
        "body": "\"Create a cinematic music video about a rainy night in Tokyo\"\n\nReturns a video URL + job metadata."
      }
    ],
    "body": "Freebeat MCP — AI Music Video Generator\nSetup\nGet a free API key at freebeat.ai/developers\nSet environment variable: FREEBEAT_API_KEY=your-key\nTools\ngenerate_music_video\n\nCreate an AI music video from a text prompt.\n\nprompt (required) — describe the video you want\nmode — singing | storytelling | auto (default: auto)\nduration — 5-180 seconds (default: 30)\nstyle — visual style (e.g. \"cinematic\", \"anime\", \"retro VHS\")\ncheck_generation_status\n\nCheck progress of a video generation job.\n\njob_id — returned by generate_music_video\nlist_styles\n\nBrowse all available visual styles.\n\nget_account_info\n\nCheck remaining credits and account status.\n\nExample\n\n\"Create a cinematic music video about a rainy night in Tokyo\"\n\nReturns a video URL + job metadata."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/liuyinjiwen06/music-video-mcp",
    "publisherUrl": "https://clawhub.ai/liuyinjiwen06/music-video-mcp",
    "owner": "liuyinjiwen06",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/music-video-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/music-video-mcp",
    "agentUrl": "https://openagent3.xyz/skills/music-video-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/music-video-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/music-video-mcp/agent.md"
  }
}