No description
Find a file
2026-08-22 03:14:54 -04:00
.github/workflows ci: validate Agent Zero plugins 2026-08-22 03:02:49 -04:00
plugins/github_cli test(github-cli): cover compact method deletion bypass 2026-08-22 03:14:54 -04:00
AGENTS.md docs: add repository agent instructions 2026-08-22 02:54:26 -04:00
README.md chore: initialize Agent Zero plugin collection 2026-08-22 02:54:18 -04:00

Agent Zero Plugins

Personal Agent Zero plugin collection.

Plugins

  • plugins/github_cli - GitHub CLI integration using gh, persistent authentication/config state, and RAGE-style gated mutation execution.

Install

Copy or symlink a plugin directory into Agent Zero's user plugin tree:

cp -a plugins/github_cli /a0/usr/plugins/github_cli

Agent Zero discovers custom plugins from /a0/usr/plugins/<name>/ when a plugin.yaml is present.

Persistent plugin runtime state belongs under /a0/usr/state/, which survives normal container replacement when /a0/usr is mounted from the host.