Converts voacap-skill into an installable Claude Code plugin -- the primary way to install is now the plugin manager instead of the old curl/irm-only flow.
Highlights
- Install via
/plugin marketplace add Reid-n0rc/voacap-skill+/plugin install voacap; aSessionStarthook builds the VOACAP engine automatically on first use, no separate build step. - Skill moved to
skills/voacap/(plugin content must live at plugin root);install.sh/install.ps1remain as a documented manual fallback. - Fixed a Windows CI failure: greg-hand.com blocks installer downloads from GitHub-hosted CI runner IPs with a permanent anti-bot interstitial. The Windows installer now defaults to a SHA256-verified GitHub Release mirror of the same build (itshfbc-mirror-1) in this repo, with
-InstallerUrlstill available to point at the original source. - Simplified the GitHub Pages docs site (trimmed install/usage explanations, dropped terminal command examples) and added a copy button for the plugin install commands.
🤖 Generated with Claude Code