| 1 | # Plugin Management Skill DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the workflow for browsing, scanning, installing, updating, enabling, disabling, and uninstalling Agent Zero plugins. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `SKILL.md` owns management routing, Plugin Hub usage, security scan guidance, and lifecycle commands. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep Plugin Hub URLs, install API behavior, scan expectations, and activation semantics current. |
| 14 | - Warn about third-party plugin execution risk before install workflows. |
| 15 | - Do not recommend unmanaged deletion outside plugin-owned paths. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Update this skill when installer, scanner, validator, Plugin Index, or toggle behavior changes. |
| 20 | - Keep diagnostics and install examples consistent with plugin helper APIs. |
| 21 | |
| 22 | ## Verification |
| 23 | |
| 24 | - Manually read `SKILL.md` for stale endpoints, paths, and security guidance. |
| 25 | |
| 26 | ## Child DOX Index |
| 27 | |
| 28 | No child DOX files. |