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: pydantic

Browse skills that share this tag.

  • pydantic-models-py - Create Pydantic models following multi-model pattern
    pydanticpythonapidevelopment

    ★ 1 · Updated 2026-09-11

    Create Pydantic models following the multi-model pattern for clean API contracts.

    ⚙ Create Pydantic models⚙ Apply multi-model pattern⚙ Configure camelCase aliases
  • pydantic-models-py - Create Pydantic models using the multi-model pattern.
    pydanticpythonapi-schemasdatabase-models

    ★ 0 · Updated 2026-09-10

    Create Pydantic models with Base, Create, Update, Response, and InDB variants for API request/response schemas and database models.

    ⚙ Create Pydantic multi-model variants⚙ Configure camelCase field aliases⚙ Define optional update fields
  • py-fastapi-patterns - FastAPI API Design Patterns and Best Practices
    fastapiapi-designpythonopenapi

    ★ 422 · Updated 2026-06-30

    Provides FastAPI patterns for API design including dependency injection, response models, error handling, middleware, and OpenAPI schema management.

    ⚙ Define dependency injection chains⚙ Create explicit response models⚙ Handle HTTP exceptions
  • python-configuration - Python Configuration Management
    pythonconfigurationenvironmentpydantic

    ★ 6 · Updated 2026-06-30

    Manage Python configuration using environment variables and typed settings

    ⚙ setup configuration systems⚙ migrate to environment variables⚙ implement typed settings
  • pydantic-model - Pydantic v2 Model Patterns for Travel Panel
    pydanticdata validationschema modelingmongodb

    ★ 25 · Updated 2026-06-15

    Pydantic v2 model patterns for request/response validation and MongoDB conversion

    ⚙ create request models⚙ create response models⚙ define DTOs