Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:644
forks:56
updated:March 10, 2026 at 09:37
File Explorer
SKILL.md
| name | yaml-check |
| description | Run yq to validate and lint YAML files for correctness |
Use yq to validate and inspect YAML files.
To validate a single YAML file:
yq eval '.' file.yaml > /dev/null
To validate all YAML files in a directory:
./scripts/validation.sh /path/to/dir
To pretty-print a YAML file:
yq eval '.' file.yaml
-e EXPRESSION โ evaluate a yq expression-i โ edit file in-place-o json โ output as JSON-P โ pretty-print output