A comprehensive automation skill for Suno AI that handles authentication, custom song generation, and audio file management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install suno-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install suno-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Suno AI Music Creator is a powerful technical integration designed to bridge the gap between AI coding agents and professional AI music production. By leveraging Playwright and persistent browser contexts, this skill enables an AI agent to navigate the Suno.com interface, manage Google OAuth sessions, and handle the intricacies of the music creation pipeline without manual user intervention.
Built to be a core part of the Openclaw Skills library, it offers a robust solution for developers looking to incorporate high-quality audio generation into their workflows. It specifically addresses common automation hurdles like hCaptcha challenges by utilizing the Gemini API for vision-based problem solving, ensuring a high success rate for automated song production.
First, ensure you have Google Chrome installed on your system. Then, follow these steps to integrate this into your Openclaw Skills environment:
# Navigate to the skill directory and install dependencies
cd suno
pip3 install -r requirements.txt
playwright install
# For Linux/Cloud environments, install Xvfb for GUI simulation
sudo apt update && sudo apt install -y xvfb google-chrome-stable
# Configure your Gemini API key for CAPTCHA bypass
mkdir -p ~/.suno
echo "GEMINI_API_KEY=your_key" > ~/.suno/.env
The skill organizes generated media and configuration data using the following structure:
| Component | Path / Format | Description |
|---|---|---|
| Browser Profile | ~/.suno/chrome_gui_profile |
Stores persistent session data and cookies. |
| Environment | ~/.suno/.env |
Contains the Gemini API key for CAPTCHA solving. |
| Audio Output | {baseDir}/output_mp3 |
Default directory for downloaded MP3 files. |
| Metadata | Internal API JSON | Captured clip IDs and generation status. |
Loading
A specialized AI agent skill designed to automate Suno AI music production on headless Linux cloud servers using virtual display technology.

An automated system for generating professional Reveal.js slide decks and technical articles directly from source code and research papers.

Guide Creator is a specialized documentation system that generates and maintains standardized project guides to ensure seamless AI context recovery and development continuity.

An adversarial multi-agent engine that orchestrates AI personas with conflicting worldviews to stress-test decisions and strategies through structured debate.

A comprehensive automation interface to manage Cloudflare DNS, security, CDN settings, and serverless Workers via API.

A comprehensive command-line integration for programmatically managing DigitalOcean cloud infrastructure, including Droplets, DNS, and storage.








































