Skill Auto-Installer Automatically discover, evaluate, validate, and install new PopeBot skills from GitHub repositories. Quick Start Commands discover.js Scans a GitHub repository for potential skills. evaluate.js Performs security audit and compatibility check on a skill directory. install.js Installs a validated skill into PopeBot. pipeline.js Runs the full discovery → evaluation → installation pipeline. Security Audit Checks The evaluator performs these security checks (inspired by ZeroClaw's audit system): 1. Manifest Validation : SKILL.md must exist with valid frontmatter 2. Path Traver…