返回顶部
a

aimlapi-music

Generate high-quality music/songs via AIMLAPI. Supports Suno, Udio, Minimax, and ElevenLabs music models. Use when the user asks for music, songs, or soundtracks with specific lyrics or styles.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
528
下载量
0
收藏
概述
安装方式
版本历史

aimlapi-music

# AIMLAPI Music Generation ## Overview Generate music tracks using state-of-the-art AI models (Suno, Udio, Minimax, ElevenLabs). ## Quick start ```bash # General music (instrumental) python {baseDir}/scripts/gen_music.py \ --prompt "cyberpunk synthwave with heavy bass and retro synths" \ --model "minimax/music-2.0" # Song with lyrics python {baseDir}/scripts/gen_music.py \ --prompt "A happy pop song about a robot learning to feel" \ --lyrics "[Verse 1]\nWires and gears, clicking in time..." \ --model "minimax/music-2.0" # Short clip (ElevenLabs) python {baseDir}/scripts/gen_music.py \ --prompt "lo-fi pop hip-hop ambient" \ --model "elevenlabs/eleven_music" \ --length 20000 ``` ## Arguments - `--prompt`: (Required) Style or context for the music. - `--lyrics`: Optional lyrics for vocal tracks. - `--model`: Model choice (default: `minimax/music-2.0`). - `--length`: Length in milliseconds (primarily for ElevenLabs). - `--out-dir`: Directory to save the final MP3. ## Workflow The script uses a two-step process: 1. `POST /v2/generate/audio`: Creates the generation task. 2. `GET /v2/generate/audio?generation_id=...`: Polls for the result until `completed` or `failed`.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aiml-music-generator-1776297350 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aiml-music-generator-1776297350 技能

通过命令行安装

skillhub install aiml-music-generator-1776297350

下载 Zip 包

⬇ 下载 aimlapi-music v1.0.0

文件大小: 3.25 KB | 发布时间: 2026-4-16 16:00

v1.0.0 最新 2026-4-16 16:00
Initial release: Generate high-quality music or songs via AIMLAPI using multiple AI music models.

- Supports ElevenLabs and Minimax models.
- Generate music tracks with custom styles, lyrics, and length.
- Flexible script with arguments for prompt, lyrics, model choice, and output directory.
- Two-step API workflow for track generation and result polling.
- Requires AIMLAPI API key for authentication.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部