← 返回
开发者工具 Key 中文

Suno

Generate AI music with Suno via API or browser, with prompt engineering and song extensions.
通过 API 或浏览器使用 Suno 生成 AI 音乐,支持提示词工程和歌曲扩展。
ivangdavila
开发者工具 clawhub v1.0.0 1 版本 99795.1 Key: 需要
★ 1
Stars
📥 1,441
下载
💾 93
安装
1
版本
#latest

概述

Setup

On first use, read setup.md for integration guidelines.

When to Use

User wants to generate music with Suno. Agent can use hosted APIs for programmatic generation, browser automation for direct platform interaction, or guide prompt engineering for manual use.

Architecture

Memory at ~/suno/. See memory-template.md for structure.

~/suno/
├── [memory.md]       # Created on first use: preferences, successful prompts
├── [projects/]       # Per-project song tracking
└── [songs/]          # Downloaded audio files

Quick Reference

TopicFile
-------------
Setupsetup.md
Memorymemory-template.md
API usageapi.md
Browser automationbrowser.md
Prompt craftingprompts.md
Style tagsstyles.md
Lyrics guidelyrics.md

Core Rules

1. Choose the Right Approach

SituationMethod
-------------------
Programmatic generationHosted API (aimusicapi.ai, EvoLink)
Visual interactionBrowser at suno.com
Just need promptsPrompt engineering only

2. Structure Prompts in Layers

[genre] [subgenre] [mood] [instruments] [voice] [era/influence]

Example: "indie folk melancholic acoustic guitar soft female vocals 90s"

3. Custom Lyrics Format

[Verse]
Your lyrics here

[Chorus]
Hook section

[Bridge]
Contrast

[Outro]
Ending

4. Extend Songs Strategically

Suno generates clips. Build full songs:

  1. Create initial clip with strong hook
  2. Extend with consistent style
  3. Add outro with ending indicators
  4. Target 2-4 minutes total

5. API Usage Pattern

All APIs follow: generate → poll for completion → retrieve audio URL.

Generation takes 30-90 seconds. See api.md for code examples.

API Integration

Hosted APIs (Recommended)

Two main options for programmatic generation:

aimusicapi.ai — Get API key at aimusicapi.ai

EvoLink — Get API key at evolink.ai

Both provide REST APIs for generation, custom lyrics, and extensions.

See api.md for detailed code examples and endpoint documentation.

API Flow

# Conceptual flow (see api.md for real code)
1. POST /generate with prompt
2. Receive task_id
3. Poll /task/{id} every 5 seconds
4. Get audio_url when status="completed"

Browser Automation

When API isn't available or user prefers visual interaction:

Generate at suno.com

  1. Navigate to suno.com/create
  2. Choose Simple (description) or Custom (lyrics + style)
  3. Enter prompt or lyrics
  4. Click Create, wait 30-60 seconds
  5. Download the audio

See browser.md for detailed automation steps.

Prompt Patterns

By Genre

GenrePattern
----------------
Electronicelectronic [subgenre] [mood] synth [texture]
Rock[sub]rock [energy] [guitars] [vocals] [decade]
Poppop [mood] [tempo] [vocals] [production]
Hip Hophip hop [subgenre] [beat] [flow] [era]

Voice Control

soft female vocals, ethereal, breathy
deep male vocals, baritone, raspy
instrumental, no vocals

See prompts.md and styles.md for comprehensive guides.

Common Traps

TrapProblemSolution
-------------------------
Vague promptsRandom outputBe specific with genre, mood
ContradictionsConfuses modelConsistent descriptors
Too many keywordsDilutes focus8-12 key terms max
No structure tagsAwkward lyricsUse [Verse], [Chorus]

Data Storage

This skill creates ~/suno/ on first use:

  • memory file — Preferences, successful prompts
  • projects folder — Per-project tracking
  • songs folder — Downloaded audio (optional)

All data stays local. API keys should be stored as environment variables.

Scope

This skill does:

  • Generate music via hosted APIs (requires API key from provider)
  • Navigate suno.com with browser automation
  • Craft optimized prompts for Suno's model
  • Write lyrics with proper structure tags
  • Track projects and successful patterns locally

This skill does NOT:

  • Store API keys in plain text files
  • Access files outside ~/suno/
  • Make requests without user direction

External Endpoints

When using hosted APIs, requests go to:

EndpointData SentPurpose
------------------------------
api.aimusicapi.aiPrompts, lyricsMusic generation
api.evolink.aiPrompts, lyricsMusic generation
suno.comBrowser sessionDirect platform access

API keys authenticate requests. Prompts and lyrics are sent for processing.

Trust

By using this skill with APIs, prompts and lyrics are sent to third-party services for music generation. Only use services you trust with your creative content.

Related Skills

Install with clawhub install if user confirms:

  • audio — Audio processing and editing
  • video — Combine music with video content
  • ffmpeg — Audio format conversion

Feedback

  • If useful: clawhub star suno
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 16:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,383
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,188
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,801