Install
openclaw skills install suno-automationControl Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.
openclaw skills install suno-automationThis skill allows the agent to control Suno (suno.com) via the OpenClaw Managed Browser to generate music.
openclaw browser start).openclaw).browser open https://suno.com/createbrowser snapshot (to get element refs).browser act type <ref> "Your lyrics..."browser act type <ref> "Style description..."browser act type <ref> "Song Title"browser act click <create_button_ref>browser act click <play_button_ref>.browser action=start profile=openclawbrowser action=open profile=openclaw url=https://suno.com/createbrowser 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=e2172e123) change on every snapshot. Always snapshot before acting.