Loading...
Loading...
Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi
npx skill4agent add ruvnet/claude-flow agent-docs-api-openapiopenapi: 3.0.0
info:
title: API Title
version: 1.0.0
description: API Description
servers:
- url: https:/$api.example.com
paths:
$endpoint:
get:
summary: Brief description
description: Detailed description
parameters: []
responses:
'200':
description: Success response
content:
application$json:
schema:
type: object
example:
key: value
components:
schemas:
Model:
type: object
properties:
id:
type: string