Plugin marketplaces are Git-backed catalogs of plugins that Droid can browse, install, and update. Use marketplaces to discover official plugins, connect external plugin ecosystems, develop plugins locally, or distribute approved team workflows.Documentation Index
Fetch the complete documentation index at: https://factory-docs-academy-content-candidates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace commands
Use/plugins and open the Marketplaces tab, or run marketplace commands from your shell.
| Action | Command |
|---|---|
| Add a marketplace | droid plugin marketplace add <source> |
| List marketplaces | droid plugin marketplace list |
| Update marketplaces | droid plugin marketplace update [name] |
| Remove a marketplace | droid plugin marketplace remove <name> |
| Install a plugin | droid plugin install <plugin@marketplace> [--scope user|project] |
| Update a plugin | droid plugin update [plugin@marketplace] [--scope user|project] |
| Uninstall a plugin | droid plugin uninstall <plugin@marketplace> [--scope user|project] |
pluginName@marketplaceName.
Removing a marketplace does not uninstall plugins that came from that
marketplace. Installed plugins keep working from the local plugin cache.
Marketplace examples
Official Factory marketplace
Factory maintains a curated plugin marketplace atFactory-AI/factory-plugins.
Common official plugins include:
| Plugin | Description |
|---|---|
| droid-control | Terminal, browser, and computer automation for demos, QA, and behavior verification |
| droid-evolved | Skills for session navigation, human writing, skill creation, visual design, frontend design, and browser automation |
| security-engineer | Security review, threat modeling, commit scanning, and vulnerability validation |
External plugin marketplaces
Droid can add external Git-backed marketplaces when they use a compatible marketplace and plugin structure. This includes marketplaces originally built for Claude Code, private team marketplaces, and local marketplace folders used during plugin development. External marketplaces let teams reuse plugin ecosystems without copying plugin files into each repository.Team and organization rollout
UseextraKnownMarketplaces and enabledPlugins in settings when a team or organization should register marketplaces or install plugins automatically:
extraKnownMarketplaces and installs plugins listed in enabledPlugins if they are not already installed.
The installation scope follows the settings location:
| Settings location | Plugin scope |
|---|---|
| Organization managed settings | org |
| User settings | user |
| Project settings | project |
