What problem does it solve?
This Skill helps you edit or audit Dify API reference documentation without guessing, drifting from the code, or publishing inaccurate OpenAPI details. It is designed for work where parameter rules, response bodies, status codes, and error behavior must match the implementation exactly.
Core Features & Use Cases
- Code-Verified OpenAPI Editing: Guides you to validate every documented field, enum, constraint, and response against the Dify codebase.
- API Audit Workflow: Provides a structured checklist for reviewing existing specs, spotting missing endpoints, phantom errors, and app-type mismatches.
- Documentation Consistency Rules: Enforces conventions for summaries, operationIds, descriptions, examples, schemas, and error formatting across Dify API specs.
- Use Case: When updating a chat, workflow, or knowledge base endpoint in the Dify docs, use this Skill to trace the controller, service logic, converters, and exception handlers before changing the OpenAPI JSON.
Quick Start
Use the dify-docs-api-reference skill to audit or update a Dify OpenAPI spec by verifying every endpoint detail against the matching Service API controller and error handlers in the codebase.