What problem does it solve?
This Skill centralizes and automates the lifecycle management of Agent Zero plugins while reducing security risk from third-party code by prescribing scanning, safe install paths, and clear fallback procedures.
Core Features & Use Cases
- Plugin Discovery & Browse: Fetch and search the Plugin Hub index to find candidate plugins by title, description, or tags.
- Pre-install Security Scanning: Run an LLM-driven repository scanner that checks structure, static code issues, agent manipulation, remote comms, secrets access, and obfuscation and interpret Safe/Caution/Dangerous verdicts.
- Install, Update, Uninstall, Activate, and Debug: Install from Git or ZIP via the HTTP API with CSRF-authenticated sessions, apply updates for git-backed plugins, uninstall via API or manual fallback, toggle activation state with scoped toggles, and follow troubleshooting references for broken plugins.
- Operational Safety & Guidance: Enforce always-offline or explicit-confirmation flows for risky actions, warn when scans are skipped, and prefer API/UI flows over direct runtime imports.
Quick Start
Run a security scan on the plugin repository URL and then install it via the HTTP plugin installer using the CSRF-authenticated session.