Set up, diagnose, search, and operate Spotify Portal from Claude Code, Codex, and Cursor.
Spotify Portal for Backstage is Spotify's managed internal developer portal. This plugin gives coding agents focused workflows for the Portal CLI.
The workflow skills are bundled as plugin behavior. They are not published or installed as standalone skill packages.
claude plugin marketplace add spotify/portal-ai-plugins
claude plugin install portal@portal
Start a new Claude Code session, then run:
/portal:setup
codex plugin marketplace add spotify/portal-ai-plugins
codex
Open /plugins, install Spotify Portal, start a new task, and ask:
Set up Spotify Portal for me.
Register this GitHub repository in the Cursor team marketplace, then install Spotify Portal from Cursor Settings → Plugins.
Cursor uses the shared Portal CLI workflows.
| Workflow | Purpose |
|---|---|
setup | Configure Portal CLI authentication |
doctor | Run read-only readiness diagnostics |
search | Search the software catalog and technical documentation |
service | Produce a concise operational service briefing |
actions | Discover, inspect, preview, and safely invoke Portal actions |
Claude Code exposes the plugin skills directly under the Portal namespace:
/portal:setup [instance-name or backend-url]
/portal:doctor [instance-name]
/portal:search <query>
/portal:service <service-name or entity-ref>
/portal:actions [action-id]
Codex and Cursor auto-discover the same workflows from the plugin skills.
Claude Code, Codex, and Cursor use the shared Portal CLI workflows.
The workflows invoke the upstream CLI through:
npx @spotify/portal-cli <command>
Setup verifies the required auth, actions, owner, search, and service commands before continuing.
2 commits
Set up, diagnose, search, and operate Spotify Portal from Claude Code, Codex, and Cursor.
Spotify Portal for Backstage is Spotify's managed internal developer portal. This plugin gives coding agents focused workflows for the Portal CLI.
The workflow skills are bundled as plugin behavior. They are not published or installed as standalone skill packages.
claude plugin marketplace add spotify/portal-ai-plugins
claude plugin install portal@portal
Start a new Claude Code session, then run:
/portal:setup
codex plugin marketplace add spotify/portal-ai-plugins
codex
Open /plugins, install Spotify Portal, start a new task, and ask:
Set up Spotify Portal for me.
Register this GitHub repository in the Cursor team marketplace, then install Spotify Portal from Cursor Settings → Plugins.
Cursor uses the shared Portal CLI workflows.
| Workflow | Purpose |
|---|---|
setup | Configure Portal CLI authentication |
doctor | Run read-only readiness diagnostics |
search | Search the software catalog and technical documentation |
service | Produce a concise operational service briefing |
actions | Discover, inspect, preview, and safely invoke Portal actions |
Claude Code exposes the plugin skills directly under the Portal namespace:
/portal:setup [instance-name or backend-url]
/portal:doctor [instance-name]
/portal:search <query>
/portal:service <service-name or entity-ref>
/portal:actions [action-id]
Codex and Cursor auto-discover the same workflows from the plugin skills.
Claude Code, Codex, and Cursor use the shared Portal CLI workflows.
The workflows invoke the upstream CLI through:
npx @spotify/portal-cli <command>
Setup verifies the required auth, actions, owner, search, and service commands before continuing.
2 commits