Agent Skill Validator
Agent Skill Validator
Validate skill specs for OpenClaw, Claude, Codex, and MCP compatibility. Get portability score, exact fixes, and a patch preview.
Validate first, convert next:SkillSpec Converter
What This Tool Does
Agent Skill Validator checks a skill or prompt definition for OpenClaw, Claude, Codex, and MCP compatibility, flagging missing fields, ambiguous triggers, unsafe instructions, and portability breaks. It runs in your browser, scores how cleanly the skill ports to each platform, and returns the exact edits needed to fix every issue it finds.
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Agent Invocation
Best Path For Builders
Browser workflow
Runs instantly in the browser with private local processing and copy/export-ready output.
Browser Workflow
This tool is optimized for instant in-browser execution with local data handling. Run it here and copy/export the output directly.
/agent-skill-validator/
For automation planning, fetch the canonical contract at /api/tool/agent-skill-validator.json.
How to Use Agent Skill Validator
- 1
Paste your skill definition
Add your skill spec in JSON, YAML, or markdown. Include name, description, trigger, instructions, and tools for the best validation coverage.
- 2
Select target runtimes
Choose OpenClaw, Claude, Codex, and/or MCP. The validator applies runtime-specific lint rules and portability checks per target.
- 3
Review errors and warnings
Inspect diagnostics sorted by severity. High-severity errors indicate portability blockers, while warnings highlight clarity and compatibility risks.
- 4
Apply suggested fixes
Use the Suggested Fixes tab to address missing fields, ambiguous triggers, naming mismatches, and schema gaps quickly.
- 5
Copy the patch preview and revalidate
Copy the generated patch preview, apply the changes to your canonical skill, then run validation again until portability score is acceptable.