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.

api-checks - API Validation Checklist for Next.js Route Handlers

Validates Next.js route handlers and API responses with a consistent checklist

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check HTTP method coverage
  • validate input parameters
  • normalize error responses
  • set status codes
  • check error handling
  • verify JSON serialization

Inputs

  • Next.js route handlers
  • API endpoint definitions
  • HTTP request specifications

Outputs

  • validation checklist results
  • improvement suggestions
  • common pitfalls report

Requirements

  • Next.js App Router
  • Route handler access

Source

  • Spec: SKILL.md
API
validation
Next.js
checklist
quality
check HTTP method coverage
validate input parameters
normalize error responses
set status codes
Next.js route handlers
API endpoint definitions
HTTP request specifications
validation checklist results
improvement suggestions
common pitfalls report