AI Agent Hub
Back to skills
AI Music Creator icon

AI Music Creator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @org-0bqts5ar/ai-music-creator-pro.

About this skill

Problem Solved

When an agent must turn one-line prompts, lyrics, or reference audio into playable tracks, the missing piece is a stable local workflow: authentication, generation, status checks, and downloads without forcing the user into a browser. AI Music Creator wraps the Haimian Music service into an agent-friendly CLI path.

How It Works

  • Local execution: Prefer aimv or the local CLI when the agent can run shell commands; fall back to curl APIs in restricted sandboxes.
  • Generation flow: Accept a prompt, lyrics, BGM request, or reference audio, produce two candidate tracks, and return playback, project, and download entries.
  • Error handling: Use structured tags such as auth_required, insufficient_points, quota_limited, wait_timeout, reference_not_ready, and not_found to guide login, payment, status polling, or recent-project lookup.
  • Account sync: Tracks sync to the Haimian Music account for continued management.

Boundaries

  • It depends on network access and the ability to run a local process or HTTP requests.
  • Generation consumes points or quota; a timeout does not mean failure.
  • If reference audio is not ready, check asset or project status before retrying.

Use Cases

  • Generate two BGM candidates from a podcast prompt.
  • Turn provided lyrics into review-ready songs.
  • Continue a demo with brighter reference-based options.
  • Call the music CLI from an agent sandbox.

Best For

  • Creators adding quick BGM to short videos or podcasts want prompt-generated, playable options.
  • Songwriters with lyrics but no arrangement want complete tracks from their words.
  • Editors producing video or brand content want to continue from an existing demo with a brighter take.
  • Developers integrating agent tools want a local music CLI with login and quota handling.