← Back to Skills Marketplace
Suno Automation
by
upstatemovingimages-cmyk
· GitHub ↗
· v1.0.0
1943
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install suno-automation
Description
Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.
README (SKILL.md)
Suno Skill
This skill allows the agent to control Suno (suno.com) via the OpenClaw Managed Browser to generate music.
Prerequisites
- OpenClaw Browser: Must be running (
openclaw browser start). - Login: The user must be logged into Suno on the managed browser profile (
openclaw).
Usage
- Open Suno:
browser open https://suno.com/create - Snapshot:
browser snapshot(to get element refs). - Input Lyrics:
browser act type \x3Cref> "Your lyrics..." - Input Style:
browser act type \x3Cref> "Style description..." - Set Title:
browser act type \x3Cref> "Song Title" - Create:
browser act click \x3Ccreate_button_ref> - Wait & Play: Wait for the song to appear in the list, then
browser act click \x3Cplay_button_ref>.
Example (Agent Thought Process)
browser action=start profile=openclawbrowser action=open profile=openclaw url=https://suno.com/create- (User logs in manually if not already)
browser action=snapshot-> Identify lyric box (e.g.,e1953), style box (e1976), title (e2104), create button (e299).browser action=act kind=type ref=e1953 text="..."browser action=act kind=click ref=e299browser action=snapshot-> Find new song row and play button (e2172).browser action=act kind=click ref=e2172
Notes
- Refs change: Element references (
e123) change on every snapshot. Always snapshot before acting. - v5 Model: Ensure v5 is selected for best quality.
- Custom Mode: Switch to "Custom" mode to enter specific lyrics.
Usage Guidance
This skill is coherent and lightweight: it only automates Suno through the OpenClaw managed browser and asks for no extra credentials or installs. Before using it, ensure you trust the agent and the managed browser profile it will use — any logged-in sessions or sensitive data in that profile could be accessible to the automation. If you want to limit risk, run the OpenClaw browser in a profile dedicated to Suno (log out of other sites), avoid storing secrets in that profile, and only enable the skill when you intend to generate music.
Capability Analysis
Type: OpenClaw Skill
Name: suno-automation
Version: 1.0.0
The skill bundle is benign. It uses OpenClaw's managed browser commands (`browser open`, `browser snapshot`, `browser act type`, `browser act click`) to automate interaction with suno.com for music generation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts that would lead to unauthorized actions or access to sensitive data outside the intended browser automation scope. All instructions are clearly aligned with the stated purpose.
Capability Assessment
Purpose & Capability
The skill's name and SKILL.md describe controlling Suno via the managed browser and all required actions are browser operations (open, snapshot, type, click). No unrelated binaries, env vars, or installs are requested, which is proportionate to the stated purpose.
Instruction Scope
Instructions are scoped to browser actions on https://suno.com/create (snapshot, type, click). They do not request reading unrelated files or external endpoints. Note: because the skill drives the OpenClaw managed browser profile, the agent will have whatever access that browser profile has (session cookies, page contents) — the SKILL.md does not explicitly restrict or sanitize what the agent may read from the profile.
Install Mechanism
No install spec and no code files — instruction-only; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. This matches the described browser-automation behavior and is proportionate.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/force-inclusion or modify other skills' configs. The agent may invoke it autonomously (platform default), which is expected for skills of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install suno-automation - After installation, invoke the skill by name or use
/suno-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Control Suno AI via OpenClaw managed browser.
Metadata
Frequently Asked Questions
What is Suno Automation?
Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks. It is an AI Agent Skill for Claude Code / OpenClaw, with 1943 downloads so far.
How do I install Suno Automation?
Run "/install suno-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Suno Automation free?
Yes, Suno Automation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Suno Automation support?
Suno Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Suno Automation?
It is built and maintained by upstatemovingimages-cmyk (@upstatemovingimages-cmyk); the current version is v1.0.0.
More Skills