LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: schema validation

Browse skills that share this tag.

  • langchain-structured-output - Get Structured JSON Output from LangChain Models
    structured outputdata extractiontype safetyJSON validation

    ★ 602 · Updated 2026-05-11

    Get validated structured output from LangChain agents and models using Zod schemas with automatic validation

    ⚙ define output schema⚙ validate response data⚙ extract contact info
  • sdv-data-validation - SDV Data Validation for Mods
    data validationmoddingStardew Valleyschema validation

    ★ 18 · Updated 2026-03-26

    Validate data structures and prevent regressions in save formats, config, and modData conventions

    ⚙ validate data structures⚙ check save format⚙ update config options
  • Data Contracts - Formal Data Interface Agreements
    data contractsdata qualitybackendAPI

    ★ 1 · Updated 2026-03-25

    Establishes formal agreements defining data structure, semantics, and quality between producers and consumers

    ⚙ define data schema⚙ validate data events⚙ monitor data quality
  • awesome-copilot-root-typescript-mcp-expert - TypeScript MCP Server Development Expert
    TypeScriptMCPserver developmentNode.js

    ★ 57 · Updated 2026-03-22

    Expert assistant for building Model Context Protocol servers using TypeScript SDK

    ⚙ create MCP server⚙ develop tool⚙ implement resource
  • zod-env - Validate environment variables with Zod at startup
    environment variablesZodTypeScriptstartup validation

    ★ 0 · Updated 2026-03-21

    Validate environment variables at process startup using Zod schemas in TypeScript projects and monorepos

    ⚙ validate environment variables⚙ define Zod schemas⚙ compose schema fragments
  • zod - Zod Schema Validation Documentation
    TypeScriptschema validationdata validationZod

    ★ 1 · Updated 2026-03-20

    Complete Zod documentation for TypeScript schema validation and type inference

    ⚙ access documentation⚙ lookup API reference⚙ find usage guides
  • validate-db - Validate Database Schema
    databasePrismaschema validationread-only

    ★ 8 · Updated 2026-03-10

    Validate Prisma schema matches requirements specification without modifying files

    ⚙ read requirements documents⚙ read Prisma schema files⚙ compare schema with requirements
  • QE Contract Testing - API Contract Testing with Schema Validation
    contract testingAPI testingschema validationconsumer-driven contracts

    ★ 18 · Updated 2026-03-10

    Consumer-driven contract testing for REST, GraphQL, and event-driven systems with schema validation

    ⚙ Generate contracts⚙ Verify provider⚙ Check breaking changes
  • react-hook-form-zod - Type-Safe Form Validation with React Hook Form and Zod
    form validationtype safetyReact formsschema validation

    ★ 1,018 · Updated 2026-02-09

    Build type-safe validated forms using React Hook Form and Zod schema validation

    ⚙ register form fields⚙ validate form data⚙ handle form errors