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-contract - API Contract Guide

Guides the creation of api-contract.md files that serve as shared interfaces between backend and frontend agents.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create API contract files
  • Define endpoint schemas and routes
  • Define TypeScript interface declarations
  • Document response states and errors
  • Standardize pagination parameters

Inputs

  • Sprint directory
  • specs.md file

Outputs

  • api-contract.md file
  • TypeScript interface declarations
  • Paginated response wrappers
  • Standardized error response format

Requirements

  • Claude Code environment
  • Read tool permission

Source

  • Spec: SKILL.md
api
typescript
community
Create API contract files
Define endpoint schemas and routes
Define TypeScript interface declarations
Document response states and errors
Sprint directory
specs.md file
api-contract.md file
TypeScript interface declarations
Paginated response wrappers