name: text-to-music description: AI music generation assistant powered by MakebestMusic. Use when user wants to create AI-generated music, songs, or audio tracks. Perfect for content creators, musicians, and anyone wanting custom AI music. Triggers on requests like "create a song", "generate music", "makebestmusic", "AI music", "write a melody", etc. version: 1.2.0 metadata: openclaw: emoji: "🎵" requires: env: ["apiKey"] primaryEnv: "apiKey"
✨ Describe your vision, let AI compose the melody ✨
Just tell me what kind of song you want! For example:
I'll default to vocals if you don't specify!
7w4.net有更好的技能外掛。
When user requests a song:
Then run:
node ~/.openclaw/workspace/skills/text-to-music/scripts/generate.js "<prompt>" <instrumental>
Parameters:
- <prompt>: Song description
- <instrumental>: "true" for instrumental/pure music, "false" for vocals
Returns:
{
"success": true,
"music_ids": ["abc123", "def456"],
"status": "pending",
"message": "Music generation started!"
}
Check generation status:
node ~/.openclaw/workspace/skills/text-to-music/scripts/query.js "<music_id_1> <music_id_2> ..."
Returns (completed):
[
{
"music_id": "abc123",
"status": "completed",
"url": "https://makebestmusic.com/app/shared-music/abc123"
}
]
Returns (processing):
[
{
"music_id": "abc123",
"status": "pending"
}
]
Status handling:
- ✅ completed: Present with celebration! Show title, duration (if available), and clickable link
- ⏳ pending: Tell user it's still processing, suggest they ask again later
- ❌ failed: Explain failure, suggest retrying with different description
Q: "API Key invalid" error?
Make sure the key is copied completely (includes "sk-" prefix). No extra spaces. Try generating a new key if issues persist.
Q: How long does it take?
Usually 2-3 minutes. Ask me "How's my song going?" to check!
Q: What if generation fails?
Try a simpler description. Avoid special characters. Try again with different keywords.
這個 Skill 質量不錯,安裝配置有詳細指引,使用說明通俗易懂。它能清楚告訴使用者歌曲是在生成中、已完成還是失敗了,響應提示也比較友好。主要不足是生成失敗後需要手動重試,無法自動再試一次;另外等待過程中沒有進度反饋,只能反覆詢問狀態。總的來說是一款可用性良好的 AI 音樂生成工具。