Automates installing Claude skills from GitHub repos while scanning them for security issues before they touch your system. It fetches the skills directory, lets you pick what to install, then runs through a security checklist looking for malicious commands, credential theft attempts, sketchy network calls, and filesystem abuse. Anything flagged as dangerous gets blocked outright, warnings let you decide, and clean skills go straight into ~/.claude/skills/. The security scanning is the real value here since you're essentially running arbitrary code from the internet. Smart middle ground between manually vetting every line and blindly trusting whatever's on GitHub.
npx skills add https://github.com/cexll/myclaude --skill skill-install