This server audits skill directories in the Daily AI Agents OS runtime, walking `skills/` and `~/.openclaw/skills/` to validate that each skill contains required metadata files like SOUL.md for voice parameters and SKILL.md for frontmatter. It's a quality gate for the OpenClaw specialist agent system, ensuring every skill directory is properly structured before Hermes tries to route work to it. Reach for this when you're running the Daily AI runtime and need to verify new skills are correctly wired, or when troubleshooting why a skill isn't being discovered by the delegation orchestrator. It's part of the registry sync layer that keeps the skill catalog consistent across the autonomous agent mesh.