YAML
localyaml-tools
Parse, generate, and validate YAML. Handy for Docker Compose, Kubernetes, GitHub Actions.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (3)
- yaml_parseParse YAML text into JSON. Supports YAML 1.2 with safe schema (no arbitrary constructors).
- yaml_generateConvert a JSON object (or JSON string) to YAML.
- yaml_validateCheck whether a YAML string parses cleanly. Returns error line if not.