โ† All skills
Tencent SkillHub ยท Developer Tools

Zod Complete Documentation

Complete Zod validation library documentation. Use when working with Zod schema validation, TypeScript type inference, form validation, API validation, error handling, or data parsing. Covers schema definition, refinements, transforms, error customization, and ecosystem integrations.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Complete Zod validation library documentation. Use when working with Zod schema validation, TypeScript type inference, form validation, API validation, error handling, or data parsing. Covers schema definition, refinements, transforms, error customization, and ecosystem integrations.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/api.mdx, references/basics.mdx, references/blog/clerk-fellowship.mdx, references/codecs.mdx

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Zod Documentation

Complete Zod validation library documentation embedded in markdown. Read from references/ to answer questions about schema validation, type inference, and error handling.

Documentation Structure

All documentation is in references/ organized by topic:

Core Documentation

Getting Started index.mdx - Introduction and quick start basics.mdx - Basic usage and schema definition API Reference api.mdx - Complete API documentation Primitives (string, number, boolean, etc.) Complex types (object, array, tuple, union, etc.) Schema methods (parse, safeParse, parseAsync, etc.) Refinements and transforms Type inference Error handling Advanced Features error-formatting.mdx - Error formatting and customization error-customization.mdx - Custom error messages codecs.mdx - Serialization and deserialization json-schema.mdx - JSON Schema generation metadata.mdx - Schema metadata Integration & Ecosystem ecosystem.mdx - Community packages and integrations library-authors.mdx - Guide for library authors packages/ - Related packages Version 4 v4/ - Zod v4 features and migration guide

Common Tasks

TaskFile to ReadGet startedindex.mdx, basics.mdxDefine schemasapi.mdx (Primitives section)Object validationapi.mdx (Objects section)Array validationapi.mdx (Arrays section)Union typesapi.mdx (Unions section)Refinementsapi.mdx (Refinements section)Transformsapi.mdx (Transforms section)Error handlingerror-formatting.mdx, error-customization.mdxType inferenceapi.mdx (Type Inference section)Async validationapi.mdx (Async section)JSON Schemajson-schema.mdxCustom errorserror-customization.mdxEcosystemecosystem.mdx

Schema Examples

Primitives: z.string() z.number() z.boolean() z.date() z.undefined() z.null() z.any() z.unknown() Complex Types: z.object({ ... }) z.array(z.string()) z.tuple([z.string(), z.number()]) z.union([z.string(), z.number()]) z.record(z.string()) z.map(z.string(), z.number()) z.set(z.string()) Refinements: z.string().email() z.string().url() z.string().uuid() z.number().min(5).max(10) z.string().regex(/pattern/) Transforms: z.string().transform(val => val.toUpperCase()) z.coerce.number()

When to Use This Skill

Form validation in React/Next.js API request/response validation Environment variable parsing Runtime type checking Data transformation and parsing Error message customization Integration with tRPC, React Hook Form, etc. TypeScript type inference from schemas

How to Navigate

Start with index.mdx for introduction For basic usage: Read basics.mdx For API details: Check api.mdx (comprehensive reference) For error handling: See error-formatting.mdx and error-customization.mdx For advanced features: Browse codecs.mdx, json-schema.mdx, metadata.mdx For integrations: Check ecosystem.mdx For v4 features: See v4/ directory All files are .mdx (Markdown + JSX) but readable as plain markdown.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Files2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • references/api.mdx Files
  • references/basics.mdx Files
  • references/blog/clerk-fellowship.mdx Files
  • references/codecs.mdx Files