A specialized AI agent skill designed to automate Suno AI music production on headless Linux cloud servers using virtual display technology.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install suno-headless-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-headless-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 Headless skill is a robust solution for developers and creators who need to generate high-quality AI music directly from a server environment. Unlike standard automation tools that are often blocked by Google and Suno bot detection, this skill utilizes Xvfb (X Virtual FrameBuffer) to run a full instance of Google Chrome in memory. This allows it to simulate a real user interface on headless systems, providing a seamless bridge between Openclaw Skills and Suno's creative engine.
By integrating this skill into your workflow, you can automate the entire lifecycle of music production—from authentication via Google OAuth or cookie injection to lyrics submission and MP3 delivery. It is specifically optimized for Linux distributions like Ubuntu, ensuring that cloud-based AI agents can perform audio tasks without requiring a physical monitor or a desktop environment.
First, install the necessary system dependencies on your Linux server:
sudo apt update && sudo apt install -y xvfb google-chrome-stable fonts-noto-cjk
Next, install the Python environment and browser binaries:
cd suno-headless
pip3 install -r requirements.txt
playwright install
Finally, configure your Gemini API key for hCaptcha solving and verify the installation:
echo "GEMINI_API_KEY=your_key_here" > ~/.suno/.env
bash suno-headless/check_env.sh
The skill organizes its configuration and output using the following structure:
| Component | Path | Description |
|---|---|---|
| Config Directory | ~/.suno/ |
Stores persistent browser profiles and environment secrets. |
| Session Cookies | suno_cookies.json |
JSON formatted tokens used for authenticated sessions. |
| Audio Output | output_mp3/ |
Default location for all downloaded AI-generated music files. |
| Logs | suno-headless/logs/ |
Detailed execution traces for debugging and performance monitoring. |
Loading
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.

Sync your personal TooToo codex to monitor and enforce AI agent alignment with your core values and principles.

A comprehensive automation skill for Suno AI that handles authentication, custom song generation, and audio file management.

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








































