What problem does it solve? Editing a Suno profile (bio, genre tags, pinned-song captions, playlists) through reverse-engineered API endpoints is error-prone: full-object PATCH calls can overwrite live data, session tokens expire hourly, and piecemeal edits produce an incoherent profile. This Skill documents every write endpoint, enforces per-action authorization, and provides curation planning so the profile stays coherent as a whole. ## Core Features & Use Cases - Documented write API: Reference material covers every reverse-engineered Suno write endpoint (song metadata, tags, cover, visibility, profile, playlists) with request shapes, known backend bugs, and propagation-delay behavior. - Session management scripts: Node scripts capture a durable Clerk session cookie into Windows Credential Manager and mint fresh Bearer tokens on demand, avoiding hourly token re-pasting. - Catalog export and AI critique: Scripts export the full catalog (songs, lyrics, captions, playlists, profile) to markdown for Gemini Q&A, and send actual song audio to Gemini via Portkey for listening-based critiques that ground caption writing. - Curation planning and quality review: References define a profile-wide curation plan template, a mandatory self-critique cadence, and a periodic quality-review process for finding low-quality songs to trash (only with explicit authorization). - Use Case: Draft a new profile bio and five genre tags grounded in an audio critique of the pinned songs, present them as drafts, then apply only the specific changes explicitly authorized, verifying each read-back. ## Quick Start Ask the agent to read the live Suno profile state and draft improved bio and genre tag wording using the seo-and-taste guidance, presenting drafts for approval before any write is applied.