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 with input: API endpoint specifications

Browse skills that use this input.

  • python-test-generator - Python Test Generator for FastAPI and SQLAlchemy
    pythonpytestfastapisqlalchemy

    ★ 8 · Updated 2026-09-14

    Generates Python test suites and architecture for FastAPI and SQLAlchemy projects using pytest, testcontainers, and polyfactory.

    ⚙ Scaffold test directory structure⚙ Generate container fixture files⚙ Generate entity factory files
  • aspnet-minimal-api-openapi - ASP.NET Minimal API with OpenAPI
    aspnet-coreminimal-apiopenapiswagger

    ★ 2 · Updated 2026-09-10

    Create ASP.NET Minimal API endpoints with proper OpenAPI documentation and strongly-typed models.

    ⚙ Group endpoints using MapGroup⚙ Define explicit request DTOs⚙ Return TypedResults for responses
  • fullstack-mirror-arch - Fullstack Mirror Architecture Rules
    fullstackarchitecturefrontendbackend

    ★ 60 · Updated 2026-03-26

    Define BE-FE 1:1 mirror structure rules with type synchronization and layer dependencies

    ⚙ define model type mapping⚙ specify barrel re-export pattern⚙ apply case conversion rules