โ† All skills
Tencent SkillHub ยท Developer Tools

Suno

Generate AI music with Suno via API or browser, with prompt engineering and song extensions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate AI music with Suno via API or browser, with prompt engineering and song extensions.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
EXTRA_FILES.txt, MIGRATION_CHECK.json, PERCEPTION_EVAL_TODO.md, PERCEPTION_RESULT.json, SIMULATION.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 22 sections Open source page

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

TopicFileSetupsetup.mdMemorymemory-template.mdAPI usageapi.mdBrowser automationbrowser.mdPrompt craftingprompts.mdStyle tagsstyles.mdLyrics guidelyrics.md

1. Choose the Right Approach

SituationMethodProgrammatic generationHosted API (aimusicapi.ai, EvoLink)Visual interactionBrowser at suno.comJust 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: Create initial clip with strong hook Extend with consistent style Add outro with ending indicators 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.

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

Navigate to suno.com/create Choose Simple (description) or Custom (lyrics + style) Enter prompt or lyrics Click Create, wait 30-60 seconds Download the audio See browser.md for detailed automation steps.

By Genre

GenrePatternElectronicelectronic [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

TrapProblemSolutionVague promptsRandom outputBe specific with genre, moodContradictionsConfuses modelConsistent descriptorsToo many keywordsDilutes focus8-12 key terms maxNo 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 SentPurposeapi.aimusicapi.aiPrompts, lyricsMusic generationapi.evolink.aiPrompts, lyricsMusic generationsuno.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 <slug> 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Files
  • SKILL.md Primary doc
  • PERCEPTION_EVAL_TODO.md Docs
  • SIMULATION.md Docs
  • MIGRATION_CHECK.json Config
  • PERCEPTION_RESULT.json Config
  • EXTRA_FILES.txt Files