Installing a Plugin from the Marketplace
A working connection to a plugin marketplace with at least one plugin installed and its skills available in your agent. Learn more → Plugin Marketplace. Time: ~5 minutes.
Prerequisites
- An Azure SRE Agent in Running state with Agent Space configured
- Contributor role or higher on the SRE Agent resource
- Internet access to GitHub (the marketplace resolves plugins from public GitHub repositories)
- The Plugins page must be visible in your sidebar under Builder — if you don't see it, workspace tooling features may need to be enabled for your agent space
Step 1: Open the Plugin Marketplace
- Navigate to sre.azure.com and select your agent space
- In the sidebar, expand Builder
- Click Plugins
Checkpoint: You see the Plugins page with the heading "Plugins" and description "Import skills from plugin marketplaces." Two tabs are visible: Browse (selected) and Installed. The Marketplaces section shows "No marketplaces added yet."
Step 2: Add a marketplace
- Click Add marketplace (the + button next to "Marketplaces")
- In the dialog, click the Well-known marketplaces dropdown
- Select Azure SRE Agent Plugins
- Click Resolve — the system fetches the marketplace manifest from GitHub and shows a preview with the marketplace name, description, and plugin count
- Click Add
Checkpoint: A marketplace card appears in the Marketplaces section. The plugin browser loads and displays available plugins.
You can also type any GitHub owner/repo path or URL in the Marketplace URL or owner/repo field. This works with any repository that has a valid marketplace.json in the supported locations (.github/plugin/ or .claude-plugin/).
Step 3: Browse available plugins
- Explore the plugin cards — each shows the plugin name, description, version, author, and badges:
- Skills (green) — this plugin has importable skills
- Requires MCP (blue) — this plugin needs MCP connectors to be configured
- Unsupported MCP (orange) — uses an MCP server type not yet supported
- Use the Search plugins... field to filter by name or description
- Toggle the filter checkboxes to show or hide plugins without skills or with unsupported MCP types
Checkpoint: You see a grid of plugin cards. Each card indicates what the plugin contains through its badges.
Step 4: Preview and import skills
- Click a plugin card to open the detail dialog
- Review the plugin information — name, version, author, description, and a View source link pointing to the plugin's GitHub folder
- Click the eye icon next to any skill to preview its content before importing
- Select the skills you want using individual checkboxes, or click Select all
- Click Import selected
Checkpoint: You see "Successfully imported N skills." The skills are now available in your agent.
If an imported skill name matches an existing skill that wasn't imported from a plugin, the system automatically prefixes the new skill with the plugin name to avoid conflicts.
Step 5: Configure MCP connectors (if applicable)
If your plugin includes MCP server configurations (shown in an orange section within the detail dialog):
- For each MCP server listed, click Add as connector
- The connector wizard opens pre-filled with the server's configuration:
- Connection type (Local for command-based servers, Remote for URL-based)
- Command, arguments, and environment variables (or URL and headers)
- Review the pre-filled settings and adjust if needed
- Complete the connector wizard
Checkpoint: Your MCP connector appears in the Connectors list with the server name from the plugin.
Step 6: Verify your installation
- Switch to the Installed tab on the Plugins page
- Find your installed plugin card showing:
- Plugin name and version
- Source marketplace badge
- Link to the source repository
- Badges for each imported skill
- Click Check for updates (sync icon) to verify the plugin is current
Checkpoint: Your plugin shows "Up to date" with a checkmark. The imported skills are listed with their names.
What you learned
- How to add a marketplace source (well-known or custom) to your Plugin Marketplace
- How to browse, search, and filter available plugins
- How to preview skill content before importing
- How to import skills with one click
- How to configure MCP plugins as connectors with pre-filled settings
- How to check installed plugins for updates
Next steps
- Plugin Marketplace — understand marketplace formats and MCP config options
- MCP Connectors — learn more about configuring MCP tool servers
- Skills — how your agent uses imported skills during conversations