tools/review-skill/references/install-skill-validator.md
brew tap agent-ecosystem/homebrew-tap
brew install skill-validator
go install github.com/agent-ecosystem/skill-validator/cmd/skill-validator@latest
Ensure $GOPATH/bin (usually ~/go/bin) is on your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"
cp /path/to/skill-validator /usr/local/bin/ && chmod +x /usr/local/bin/skill-validator
skill-validator --version
LLM scoring uses the claude-cli provider, which shells out to the locally
installed claude binary. No API keys are needed — it uses the CLI's existing
authentication.
claude --version) — install with
curl -fsSL https://claude.ai/install.sh | bash on macOS, or follow the
Claude Code quickstart guide
for other platformsclaude interactively to complete login if
not yet authenticated