setup
Installation
SKILL.md
Set Up Spotify Portal
Set up the Portal CLI for every supported host.
Critical rules
- Never ask the user to paste access tokens, authorization codes, or other credentials into chat.
- Run
--helpbefore relying on a Portal CLI or host command or flag. - Prefer
--jsonwhenever the agent consumes command output. - Never assume the default authenticated Portal instance when more than one instance is listed. Ask the user which instance to use.
CLI invocation
Verify Node.js and npm:
node --version
npm --version