This skill allows the agent to control Suno (suno.com) via the OpenClaw Managed Browser to generate music.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill suno-automation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Suno Automation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-suno-automation)More formats (shields.io, HTML) on the badges page.
# Suno Skill
This skill allows the agent to control Suno (suno.com) via the OpenClaw Managed Browser to generate music.
## Prerequisites
1. **OpenClaw Browser:** Must be running (`openclaw browser start`).
2. **Login:** The user must be logged into Suno on the managed browser profile (`openclaw`).
## Usage
1. **Open Suno:** `browser open https://suno.com/create`
2. **Snapshot:** `browser snapshot` (to get element refs).
3. **Input Lyrics:** `browser act type <ref> "Your lyrics..."`
4. **Input Style:** `browser act type <ref> "Style description..."`
5. **Set Title:** `browser act type <ref> "Song Title"`
6. **Create:** `browser act click <create_button_ref>`
7. **Wait & Play:** Wait for the song to appear in the list, then `browser act click <play_button_ref>`.
## Example (Agent Thought Process)
1. `browser action=start profile=openclaw`
2. `browser action=open profile=openclaw url=https://suno.com/create`
3. (User logs in manually if not already)
4. `browser action=snapshot` -> Identify lyric box (e.g., `e1953`), style box (`e1976`), title (`e2104`), create button (`e299`).
5. `browser action=act kind=type ref=e1953 text="..."`
6. `browser action=act kind=click ref=e299`
7. `browser action=snapshot` -> Find new song row and play button (`e2172`).
8. `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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!