skylv-openapi-generatorGenerates OpenAPI 3.0 specs from code. Creates API documentation for REST endpoints. Triggers: openapi spec, generate api doc, swagger.
Install via ClawdBot CLI:
clawdbot install sky-lv/skylv-openapi-generatorGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 23, 2026
A SaaS company with a REST API needs to generate up-to-date OpenAPI 3.0 specs for their developer portal. Using this skill, they can automatically produce documentation from code, ensuring accuracy and saving time.
A large enterprise with many internal microservices requires standardized API documentation for team collaboration. This skill generates OpenAPI specs from code, enabling consistent and automated documentation across services.
A startup wants to list their API on marketplaces like RapidAPI and needs an OpenAPI spec. The skill generates a compliant spec from their code, facilitating quick listing and adoption.
A company aims to provide an interactive Swagger UI for developers to explore their API. Using this skill, they generate the spec that powers the UI, improving developer onboarding and testing.
A DevOps team wants to automatically update API docs with every deployment. Integrating this skill into their CI/CD pipeline generates fresh OpenAPI specs from code changes, ensuring docs stay current.
Offer basic API documentation generation for free, with advanced features like custom templates, multi-file support, or integration with popular frameworks as paid upgrades.
Provide a service that generates OpenAPI specs from code and hosts interactive docs. Charge per API endpoint or per project, targeting teams that lack in-house documentation tools.
License the skill to enterprises for internal use across multiple projects and teams. Include priority support, customization, and integration with enterprise CI/CD systems.
💬 Integration Tip
To integrate, use a code analysis tool (e.g., reflection or AST parser) to extract endpoint info and feed it into the OpenAPI generator. Then, output the spec as a YAML file that can be used by Swagger UI or API portals.
Scored May 23, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.