tag
openapi▌
12 indexed skills · max 10 per page
skills (12)
lark-openapi-explorer
larksuite/cli · Backend
前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、身份切换和安全规则。
openapi-to-typescript
softaworks/agent-toolkit · Backend
Convert OpenAPI 3.0 specifications to TypeScript interfaces and type guards. \n \n Accepts OpenAPI files in JSON or YAML format and validates against OpenAPI 3.0.x specification \n Generates TypeScript interfaces from components/schemas , request/response types from paths , and runtime type guards for validation \n Handles complex types including objects, arrays, enums, unions (oneOf), and inheritance (allOf) with proper required/optional field mapping \n Includes automatic JSDoc comments from O