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.

APISync - OpenAPI Specification Synchronization Tool

Synchronizes OpenAPI specifications with actual code by detecting undocumented endpoints and outdated documentation

Tags

Updated: 2026-02-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • extract endpoints from gateway
  • extract registered handlers
  • extract paths from OpenAPI spec
  • compare endpoint lists
  • generate OpenAPI templates
  • mark endpoints as deprecated
  • validate YAML structure
  • analyze complete endpoint discrepancies

Inputs

  • API code repository
  • OpenAPI specification files
  • Gateway main file
  • Handler files
  • API documentation

Outputs

  • OpenAPI specification updates
  • Change report
  • Discrepancy analysis
  • Validated YAML files
  • Deprecated endpoint markers

Requirements

  • Code repository access
  • OpenAPI spec files
  • Gateway analysis tools
  • YAML validation capability
  • Code execution environment

Source

  • Spec: SKILL.md
API Documentation
OpenAPI
Code Synchronization
DevOps
Backend
extract endpoints from gateway
extract registered handlers
extract paths from OpenAPI spec
compare endpoint lists
API code repository
OpenAPI specification files
Gateway main file
OpenAPI specification updates
Change report
Discrepancy analysis