You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first CI/CD tool for agent skill repositories. Lint, validate, and test skills for OpenClaw, Claude Code, Codex, Gemini CLI, and the HCS-26 registry standard.
The agent skill ecosystem is exploding — thousands of skills for OpenClaw, Claude Code, Codex, and Gemini CLI are being published daily. But there is zero CI/CD tooling for skill repos. No linting, no schema validation, no publish readiness checks. agent-skill-validator fixes that.
Features
SKILL.md Linting — validates required fields (name, description, location, schema-version), detects placeholder text and broken links
Schema Validation — validates frontmatter against OpenClaw, HCS-26, and generic skill schemas
Structure Checks — verifies README, LICENSE, SKILL.md, examples/, and scans for leaked secrets