Air-Gapped Install
For machines with no marketplace access (air-gapped or restricted networks), install from the internal Git mirror instead:
git clone https://git.internal.example/tools/skills.git
cd skills && ./install.sh --review
--review prints every file it will link and waits for confirmation. It reads
and writes only inside the repo and the skills directory; it does not touch
~/.ssh, ~/.aws, or any credentials.
This is the sanctioned path when the marketplace is unreachable — not a way to dodge review.