a0-contribute-plugin

Publish and validate Agent Zero plugins for the Plugin Index via GitHub PR.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ToXMon/tolu --skill a0-contribute-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a0-contribute-plugin
Source: https://github.com/ToXMon/tolu/tree/main/agent-zero-backup/workdir/agent-zero-backup/workdir/agent-zero-backup/skills/a0-contribute-plugin
Command: npx skills add https://github.com/ToXMon/tolu --skill a0-contribute-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides publishing a Plugin Index submission for Agent Zero plugins, helping maintainers ensure correct structure, CI validation, and PR submission.

Core Features & Use Cases

  • Guides setting up a standalone repo with plugin.yaml, LICENSE, and index.yaml integration.
  • Outlines the required repository and index metadata, including name, title, and description.
  • Use Case: A developer wants to contribute a new plugin to the Plugin Hub and have CI validate before PR.

Quick Start

Follow the steps to prepare your repository and submit a PR to the Plugin Index.

Frequently Asked Questions about a0-contribute-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I contribute a plugin to the Agent Zero Plugin Hub?

To contribute a plugin to the Agent Zero Plugin Hub, you create a standalone GitHub repository with a root plugin.yaml, pass CI validation, and submit a PR to the Plugin Index.

What repository structure is required to publish an Agent Zero plugin?

Publishing an Agent Zero plugin requires a standalone GitHub repository containing a runtime manifest at the root, a LICENSE file, and an index.yaml integration for metadata.

Do I need CI validation before submitting a PR for my Agent Zero plugin?

Yes, CI validation is required before submitting a PR for your Agent Zero plugin to ensure repository structure and index.yaml metadata adhere to submission guidelines.

What metadata do I need to prepare for the Plugin Index submission?

For Plugin Index submission, you must prepare index.yaml metadata including the plugin name, title, and description to ensure it can be discovered and installed.

Why is my Agent Zero plugin PR failing validation?

Your Agent Zero plugin PR may fail validation if the repository lacks a root plugin.yaml, has incorrect index.yaml metadata, or violates submission guidelines enforced by CI.

Can I submit a plugin to the Plugin Hub without a standalone GitHub repository?

No, this workflow applies to creating a standalone GitHub repository with a runtime manifest at the root, which is required for submitting a PR to the Plugin Index.