suno-music
Installation
SKILL.md
Suno Music - AI Music Generation
Generate music using Suno AI's API.
Setup (One-Time)
- Sign in to suno.ai
- Open browser DevTools (F12) → Console tab
- Run:
document.cookie - Find the
__session=eyJ...part (it's a long JWT token) - Export it:
export SUNO_COOKIE="__session=eyJ..."
Note: The __session token expires after ~1 hour. You'll need to refresh it periodically.
Usage
Run the generation script: