oc-docgenGenerates documentation from code. Creates API docs, README updates, architecture diagrams, and keeps documentation in sync with code changes.
Install via ClawdBot CLI:
clawdbot install michealxie001/oc-docgenGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
A software development team starts a new project and needs to quickly set up API documentation, README table of contents, and architecture diagrams. They run the generator's commands to produce initial docs from source code, saving hours of manual writing.
A DevOps team integrates the doc generator into their GitHub Actions workflow. On every push to main, the pipeline runs `check --fix` to auto-update outdated docs and commits changes, ensuring documentation always matches the code.
Before a major release, a quality assurance team runs the full suite of commands to regenerate API docs, update the README feature list, and produce architecture diagrams. They then archive the documentation set with the release artifacts.
A company maintains a polyglot project with Python, JavaScript, and Go modules. They use the doc generator to produce unified API documentation across languages, leveraging the tool's partial support for Go while benefiting from full support for Python and JavaScript.
An open source maintainer uses the generator to keep the project's README table of contents and feature list up-to-date automatically. New contributors can easily navigate the documentation and understand the codebase structure.
Offer basic documentation generation for free (e.g., single-module projects, limited formats). Charge for advanced features like multi-language support, custom templates, and CI/CD integration.
Provide a hosted version where teams upload code or connect repositories (GitHub, GitLab). The service automatically generates and updates documentation on each commit, with a web dashboard for review.
Release the core generator as open source to build community and adoption. Sell commercial add-ons like: support for proprietary languages, private deployments, advanced diagram styles, or integration with other tools (Confluence, Notion).
💬 Integration Tip
Integrate the generator into your CI/CD pipeline (e.g., GitHub Actions) by adding a step to run `check --fix` after each push to main, ensuring docs stay up-to-date automatically.
Scored Jun 19, 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.