Suno Automation
v1.0.0Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Scan Findings in Context
[no-findings] expected: Regex-based scanner found no issues because this is an instruction-only skill with no code files. That is expected, but also means runtime behavior depends entirely on the agent following SKILL.md and the managed browser environment.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
aibrowser-automationlatestmusicsuno
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 <ref> "Your lyrics..." - Input Style:
browser act type <ref> "Style description..." - Set Title:
browser act type <ref> "Song Title" - Create:
browser act click <create_button_ref> - Wait & Play: Wait for the song to appear in the list, then
browser act click <play_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.
Comments
Loading comments...
