Setting the file. One moment.
Subchapter 8.1
references/install-skill-validator.mdMarkdown1 KBView on GitHub
brew tap agent-ecosystem/homebrew-tap
brew install skill-validatorgo install github.com/agent-ecosystem/skill-validator/cmd/skill-validator@latestEnsure $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-validatorskill-validator --versionLLM 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 (opens in a new tab)
for other platformsclaude interactively to complete login if
not yet authenticated