plugins/_plugin_installer/README.md
Install and update Agent Zero plugins from ZIP uploads, Git repositories, or the community Plugin Index surfaced through the Plugin Hub.
This plugin provides the built-in installation workflow for third-party plugins. It validates plugin manifests, prevents naming conflicts, installs plugins into usr/plugins/, optionally updates Git-based plugins, and exposes a UI for browsing and installing community plugins.
plugin.yaml, validates metadata, and moves the plugin into usr/plugins/.usr/plugins/.plugin.yaml files.after_plugin_change(...) so the app refreshes plugin state.api/plugin_install.py dispatches install, update, and index fetch actions.helpers/install.py contains archive extraction, Git install, update, validation, and hook execution.webui/pluginInstallStore.js manages the installer modal state and community index interactions.true_plugin_installerPlugin Installer