Skip to content

TerminallyLazy/a0-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Zero Plugin Marketplace

The official plugin registry for Agent Zero.

For Users

Browse and install plugins directly from Agent Zero's built-in Marketplace (sidebar button), or visit the marketplace website.

For Plugin Authors

Submitting a Plugin

  1. Create your plugin following the Agent Zero Plugin System conventions.
  2. Ensure your plugin repo contains a valid plugin.yaml at the plugin root.
  3. Submit via the marketplace website, or open a PR adding your plugin to registry.json.

Plugin Entry Format

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

Requirements

  • Plugin must have a valid plugin.yaml at its root.
  • Repo must be publicly accessible on GitHub.
  • Plugin must follow Agent Zero plugin conventions.
  • No malicious code, credential harvesting, or data exfiltration.

Registry Structure

a0-marketplace/
  registry.json                        # Plugin catalog
  README.md                            # This file
  .github/
    PULL_REQUEST_TEMPLATE/
      plugin-submission.md             # PR template for submissions

About

Agent Zero Plugin Marketplace Registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors