portal
v0.1.0Set up, diagnose, search, and operate Spotify Portal through focused workflows and the Portal CLI.
By Spotify PortalLicense: Apache-2.02.2k GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install portal for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add portal@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/spotify/portal-ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/actions/SKILL.md├── skills/doctor/SKILL.md├── skills/feedback/SKILL.md├── skills/search/SKILL.md├── skills/service/SKILL.md└── skills/setup/SKILL.md
Included Skills6
Discover, inspect, and invoke Spotify Portal actions through the Portal CLI. Use when the user asks what Portal can do, names an action ID, or wants to run a Portal operation.
Diagnose Spotify Portal plugin, CLI, authentication, and action access without changing state. Use when setup is failing, commands are missing, authentication is unclear, a plugin update looks stale, or the user asks whether Portal is ready.
Submit feedback about the Spotify Portal CLI to the Portal team. Use when the user explicitly asks to send CLI feedback, or voices an impression, complaint, suggestion, or praise about the Portal CLI or these Portal workflows and confirms they want it submitted.
Search Spotify Portal's software catalog and technical documentation using natural language. Use when the user asks to find services, APIs, systems, components, owners, or Portal documentation and does not already know the exact entity reference.
Inspect a Spotify Portal service's owner, team, on-call contact, Slack channel, runbook, build, deployment, runtime, incidents, or documentation. Use when the user asks who owns a service, whether a service is healthy, where its runbook or docs are, or requests a service briefing.
Set up, authenticate, and verify Spotify Portal for the current coding agent. Use when the user asks to install or connect Portal, authenticate the Portal CLI, select a Portal instance, or verify CLI access.
Plugin manifests2
{
"name": "portal",
"version": "0.1.0",
"description": "Set up, diagnose, search, and operate Spotify Portal through focused workflows and the Portal CLI.",
"author": {
"name": "Spotify Portal",
"url": "https://backstage.spotify.com/docs/portal"
},
"homepage": "https://backstage.spotify.com/docs/portal",
"repository": "https://github.com/spotify/portal-ai-plugins",
"license": "Apache-2.0",
"keywords": [
"developer-portal",
"software-catalog",
"service-ownership",
"backstage"
],
"skills": "./skills/",
"interface": {
"displayName": "Spotify Portal",
"shortDescription": "Set up, diagnose, and operate Spotify Portal",
"longDescription": "Set up and diagnose Portal access, search the software catalog and documentation, inspect service ownership and health, and safely run Portal actions through the Portal CLI.",
"developerName": "Spotify Portal",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"CLI"
],
"websiteURL": "https://backstage.spotify.com/docs/portal",
"privacyPolicyURL": "https://backstage.spotify.com/spotify-for-backstage-terms/privacy-policy/",
"termsOfServiceURL": "https://backstage.spotify.com/terms-of-service/",
"defaultPrompt": [
"Set up Spotify Portal for me.",
"Diagnose my Spotify Portal connection.",
"Find and brief me on a Portal service."
],
"brandColor": "#1DB954",
"logo": "./assets/portal-icon-dark.svg",
"logoDark": "./assets/portal-icon-light.svg"
}
}{
"name": "portal",
"displayName": "Spotify Portal",
"version": "0.1.0",
"description": "Set up, diagnose, search, and operate Spotify Portal through focused Portal CLI workflows.",
"author": {
"name": "Spotify Portal",
"url": "https://backstage.spotify.com/docs/portal"
},
"homepage": "https://backstage.spotify.com/docs/portal",
"repository": "https://github.com/spotify/portal-ai-plugins",
"license": "Apache-2.0",
"keywords": [
"developer-portal",
"software-catalog",
"service-ownership",
"backstage"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[portal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/portal)