ollieb89/agent-skill-validator
Lint, validate, and test agent skill repos for OpenClaw, Claude Code, Codex, Gemini CLI, and HCS-26 ecosystems
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skill-path | Path to the skill repo to validate | no | . |
| ecosystem | Target ecosystem: openclaw | claude-code | codex | gemini | auto | no | auto |
| strict | Enable strict validation mode | no | false |
| fail-on | When to fail: errors | warnings | none | no | errors |
| check-registry | Run registry compatibility checks | no | false |
| registry | Target registry: clawhub | hcs26 | none | no | none |
Outputs
| name | description |
|---|---|
| valid | Whether the skill passed all validation checks (true/false) |
| errors | Number of validation errors found |
| warnings | Number of validation warnings found |
| publish-ready | Whether the skill is ready to publish (true/false) |