Install
openclaw skills install suno-aiGenerate music via Suno with the local browser-backed flow. Use when the user wants Suno songs, instrumental tracks, lyric-based songs, Suno credit checks, o...
openclaw skills install suno-aiUse this skill directly from the chat agent when the user wants music generation or a Suno credit check. Do not delegate ordinary Suno generation to a coding agent.
Run the skill from its own directory:
cd /home/sebbe/.openclaw/workspace-chat/skills/suno-ai
./run_generate_song.sh ...
The generator uses:
~/.suno/venv~/.suno/chrome_gui_profile~/.suno/suno_cookie.txt~/.suno/cookies.jsonv2-web Suno flow with hCaptcha solving/home/sebbe/.openclaw/workspace-chat/output_mp3~/.suno/debugSimple prompt:
./run_generate_song.sh \
--prompt "short synthwave instrumental with bright arpeggios" \
--instrumental \
--json
Lyrics + style:
./run_generate_song.sh \
--lyrics "In the wires, in the code..." \
--tags "cyberpunk, dark synth" \
--title "Digital Soul" \
--json
Credits only:
./run_generate_song.sh --credits-only --json
Validate imported cookies:
./run_generate_song.sh \
--import-cookies /path/to/export.txt \
--validate-session \
--json
If generation fails because the Suno browser session is stale:
http://127.0.0.1:8765/suno/cookies.Do not rebuild the login flow unless the user explicitly asks to repair the skill.
Runtime cookies, logs, screenshots, and other session artifacts must stay under ~/.suno, not inside the skill folder.
When generation succeeds, report: