Suno Upload

Parse prompt.md files and submit Suno music generation requests via Chrome automation.

37|4|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/nwp/suno-song-creator-plugin --skill suno-upload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Suno Upload
Source: https://github.com/nwp/suno-song-creator-plugin/tree/main/skills/suno-upload
Command: npx skills add https://github.com/nwp/suno-song-creator-plugin --skill suno-upload

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates tedious manual Suno prompt uploads by automatically parsing prompt.md files and uploading them to Suno via Chrome automation, freeing up time and reducing human error.

Core Features & Use Cases

  • Automated prompt parsing: extracts title, lyrics, styles, and parameters from prompt.md.
  • End-to-end Suno submission: opens suno.com/create, fills all fields including advanced sliders, and submits.
  • Safe fallbacks: if UI changes break selectors, it can provide guidance or fallback to manual upload steps.

Quick Start

Use this skill to upload a prompt.md to Suno by running the suno-upload skill in a directory containing a prompt.md.

Frequently Asked Questions about Suno Upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Suno prompt uploads from a markdown file?

To automate Suno prompt uploads, you need a prompt.md file in your current directory. This skill parses the file and uses Chrome automation to navigate to suno.com/create, fill all form fields, and submit.

Do I need a Chrome MCP server to use this Suno upload automation?

Yes, you need a Chrome MCP server to run this Suno upload automation. You also need an active Suno account with available credits to generate songs.

Can I batch upload multiple Suno prompts from a directory?

Yes, you can batch upload Suno prompts from a directory. The skill supports parsing multiple prompt.md files and submitting them sequentially while monitoring generation results.

What happens if Suno UI changes break the form selectors during upload?

If Suno UI changes break form selectors during upload, the skill provides safe fallbacks. It can offer guidance or fall back to manual upload steps to prevent data loss.

What parameters does the automated Suno uploader fill on the create page?

The automated Suno uploader fills the title, lyrics, styles, model selection, and advanced sliders on the suno.com/create page before submitting for generation.

Why does my Suno upload fail when I run the skill outside the prompt.md directory?

Your Suno upload fails because the skill requires a prompt.md file in the current working directory to extract song parameters. Ensure you execute the skill in the correct directory containing your formatted prompt file.