Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:30
forks:2
updated:2026년 2월 11일 09:04
파일 탐색기
SKILL.md
Review Python code for common security vulnerabilities
Test HTTP APIs with automatic request building and response validation
Generates boilerplate code and scaffolding for various programming languages
| name | json-schema-validator |
| description | Validate JSON objects against schemas with clear error reporting |
Validate JSON objects against a schema and report all errors clearly.
Report errors as:
Input: {"name": 123, "email": "notanemail"} Schema: {"name": "string", "email": "email"}
Output: