Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるvalidator-gen
Generate Zod and Yup schemas from TypeScript types. Use when adding validation.
スター0
フォーク0
更新日2026年6月16日 19:15
SKILL.md
readonlyメニュー
Generate Zod and Yup schemas from TypeScript types. Use when adding validation.
| name | validator-gen |
| description | Generate Zod and Yup schemas from TypeScript types. Use when adding validation. |
You have TypeScript types but need runtime validation. This generates Zod or Yup schemas from your types.
One command. Zero config. Just works.
npx ai-validator ./types/user.ts
# Generate from types file
npx ai-validator ./types/user.ts
# Yup instead of Zod
npx ai-validator ./types/product.ts --library yup
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-validator --help
Parses your TypeScript types and generates equivalent validation schemas. Handles complex types, optional fields, and nested objects.
MIT. Free forever. Use it however you want.