The official plugin registry for Agent Zero.
Browse and install plugins directly from Agent Zero's built-in Marketplace (sidebar button), or visit the marketplace website.
- Create your plugin following the Agent Zero Plugin System conventions.
- Ensure your plugin repo contains a valid
plugin.yamlat the plugin root. - Submit via the marketplace website, or open a PR adding your plugin to
registry.json.
Each plugin in registry.json has the following fields:
| Field | Required | Description |
|---|---|---|
id |
Yes | Unique identifier, matches the plugin directory name |
name |
Yes | Display name |
description |
Yes | Short description |
author |
Yes | Author name or GitHub handle |
repo_url |
Yes | GitHub repository URL |
plugin_path |
Yes | Path to plugin within the repo (use . for standalone repos) |
version |
Yes | Semantic version |
featured |
No | Set by maintainers only |
tags |
No | Array of category tags |
icon |
No | Material Symbols icon name |
min_agent_zero_version |
No | Minimum compatible Agent Zero version |
- Plugin must have a valid
plugin.yamlat its root. - Repo must be publicly accessible on GitHub.
- Plugin must follow Agent Zero plugin conventions.
- No malicious code, credential harvesting, or data exfiltration.
a0-marketplace/
registry.json # Plugin catalog
README.md # This file
.github/
PULL_REQUEST_TEMPLATE/
plugin-submission.md # PR template for submissions