在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:644
forks:56
updated:2026年3月10日 09:37
文件资源管理器
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