SkillSpec Converter
SkillSpec Converter
Define a skill once and export runtime-ready formats for OpenClaw, Claude, Codex, and MCP manifests.
Validate before exporting:Agent Skill Validator|MCP Server Starter Generator
What This Tool Does
SkillSpec Converter turns one canonical skill definition into the format each agent platform expects: an OpenClaw SKILL.md, Claude prompt blocks, a Codex scaffold, and an MCP manifest snippet. Write the skill once, convert it in your browser, and copy platform-ready output so the same capability behaves consistently across every runtime.
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.
/skill-spec-converter/
For automation planning, fetch the canonical contract at /api/tool/skill-spec-converter.json.
How to Use SkillSpec Converter
- 1
Paste canonical skill JSON or YAML
Provide one canonical skill definition with name, description, trigger, instructions, and optional tools with input schemas.
- 2
Validate structure before conversion
If required fields are missing, fix the error panel first. Conversion output quality depends on a complete canonical spec.
- 3
Switch target output tabs
Use OpenClaw, Claude, Codex, and MCP tabs to generate each runtime-specific format from the same source spec.
- 4
Copy each target format
Use the copy action per target to export SKILL.md blocks, instruction templates, task scaffolds, or MCP manifest snippets.
- 5
Validate converted output
Run converted specs through your runtime checks or Agent Skill Validator to confirm compatibility before deployment.