YAML

local

yaml-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_parse
    Parse YAML text into JSON. Supports YAML 1.2 with safe schema (no arbitrary constructors).
  • yaml_generate
    Convert a JSON object (or JSON string) to YAML.
  • yaml_validate
    Check whether a YAML string parses cleanly. Returns error line if not.