{"name":"claude-skill-validator","version":"1.1.0","description":"Validate Claude Skill packages — frontmatter, security, tools, score gate.","pricing":{"free":"60 req/min","pro":"$9/mo unlimited"},"endpoints":{"validate":"POST /validate { skill_md, tools?, allowed_tools? }","lint_frontmatter":"POST /lint/frontmatter { yaml }","scan_security":"POST /scan/security { skill_md }","score":"POST /score { skill_md, tools?, allowed_tools? } → 0-100 + gate","mcp":"POST /mcp (JSON-RPC 2.0) — tools: validate_skill, lint_frontmatter, scan_security, score_skill"},"example":{"validate":{"method":"POST","path":"/validate","body":{"skill_md":"---\nname: my-skill\ndescription: Use this when...\n---\n# My Skill\n\nGuidance here."}}}}