openapi▌
16 indexed skills · max 10 per page
aspnet-minimal-api-openapi
github/awesome-copilot · Backend
ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. \n \n Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability \n Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety \n Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] \n Apply document and
implementing-api-security-testing-with-42crunch
mukul975/Anthropic-Cybersecurity-Skills · implementing-api-security-testing-with-42crunch
Implement comprehensive API security testing using the 42Crunch platform to perform static audit and dynamic conformance scanning of OpenAPI specifications.
performing-api-fuzzing-with-restler
mukul975/Anthropic-Cybersecurity-Skills · performing-api-fuzzing-with-restler
Uses Microsoft RESTler to perform stateful REST API fuzzing by automatically generating and executing test sequences that exercise API endpoints, discover producer-consumer dependencies between requests, and find security and reliability bugs. The tester compiles an OpenAPI specification into a RESTler fuzzing grammar, configures authentication, runs test/fuzz-lean/fuzz modes, and analyzes results for 500 errors, authentication bypasses, resource leaks, and payload injection vulnerabilities. Activates for requests involving API fuzzing, RESTler testing, stateful API testing, or automated API security scanning.
implementing-api-schema-validation-security
mukul975/Anthropic-Cybersecurity-Skills · implementing-api-schema-validation-security
Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.
explore-pinball-content
kineticist.com/explore-pinball-content-w5vgkf · pinball
Search 1,700+ pinball machines, browse the daily Hype Index of upcoming-theme rumors, find venues to play, read news, build community lists, and create an account on Kineticist — using the site's first-party agent surfaces (OpenAPI, agent-card, llms.txt, per-route Markdown projections, CLI, MCP) before falling back to the browser.
alicloud-platform-openapi-product-api-discovery-test
cinience/alicloud-skills · Cloud
Category: test \n OpenAPI 产品发现Minimal Viable Test \n Prerequisites \n \n AK/SK is configured. \n GoalsSkill: skills/platform/openapi/alicloud-platform-openapi-product-api-discovery/ 。 \n \n Test Steps \n \n 运行一个产品源抓取脚本。 \n 运行合并脚本。 \n 限制 OPENAPI_META_MAX_PRODUCTS=1 执行元数据抓取。 \n \n Expected Results \n \n output/product-scan/ 下产生最小结果文件。 \n
spring-boot-openapi-documentation
giuseppe-trisciuoglio/developer-kit · Backend
Automated OpenAPI 3.0 documentation generation for Spring Boot 3.x REST APIs with Swagger UI. \n \n Integrates SpringDoc to auto-generate OpenAPI specs from annotated controllers, models, and validation rules without manual configuration \n Supports JWT Bearer, OAuth2, and Basic Auth security documentation with global scheme configuration and per-endpoint security requirements \n Includes comprehensive annotation patterns for documenting endpoints, request/response bodies, parameters, error resp
openapi-spec-generation
sickn33/antigravity-awesome-skills · Backend
$22
alicloud-platform-openapi-product-api-discovery
cinience/alicloud-skills · Cloud
Follow this workflow to collect products, resolve API metadata, and build summaries for skill planning.
openapi-specification-v2
hairyf/skills · Backend
Complete reference for writing, validating, and interpreting OpenAPI Specification 2.0 (Swagger) documents. \n \n Covers all core schema elements: Swagger Object root, Info/Contact/License metadata, Paths, Operations, Parameters (path, query, header, body, formData), Responses, and Schemas with composition and polymorphism support \n Includes security definitions for Basic auth, API Key, and OAuth2 flows (implicit, password, application, accessCode) with scope and requirement objects \n Provides