← 返回
未分类 Key 中文

Crazyrouter Music Gen

AI music generation via Crazyrouter API using Suno. Create songs from text descriptions with lyrics, style, and title. Use when user asks to generate music,...
通过Crazyrouter API使用Suno进行AI音乐生成,根据文本描述(含歌词、风格、标题)创作歌曲,用于用户请求生成音乐时使用。
xujfcn xujfcn 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 252
下载
💾 0
安装
1
版本
#latest

概述

Music Generation via Crazyrouter

Generate music and songs using Suno AI through Crazyrouter.

Script Directory

Agent Execution:

  1. SKILL_DIR = this SKILL.md file's directory
  2. Script path = ${SKILL_DIR}/scripts/main.mjs

Step 0: Check API Key ⛔ BLOCKING

[ -n "${CRAZYROUTER_API_KEY}" ] && echo "key_present" || echo "not_set"
ResultAction
----------------
key_presentContinue
not_setAsk user to set CRAZYROUTER_API_KEY. Get key at https://crazyrouter.com

Usage

# Generate music with description
node ${SKILL_DIR}/scripts/main.mjs --prompt "upbeat electronic dance music, energetic" --output song.mp3

# With custom lyrics
node ${SKILL_DIR}/scripts/main.mjs --prompt "pop ballad about coding at night" --lyrics "Writing code under the stars..." --output ballad.mp3

# Specify style
node ${SKILL_DIR}/scripts/main.mjs --prompt "jazz piano solo" --output jazz.mp3 --model suno_music

Options

OptionDescriptionDefault
------------------------------
--prompt Music description (required)
--output Output audio file
--lyrics Custom lyricsauto-generate
--model suno_music or suno-v3suno_music
--title Song titleauto-generate

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-08 04:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,826
ai-agent

Multi-Model Response Comparator

xujfcn
对比多个AI模型在同一任务下的响应,总结质量、风格、速度及成本的差异,最适用于模型选型。
★ 0 📥 597
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 118,042