Automatically transform your codebase into comprehensive API references and user guides with minimal manual effort.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-docs-generator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-docs-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Documentation Generator is a specialized Openclaw Skills tool designed to eliminate the manual overhead of maintaining technical documentation. By performing deep analysis of your repository, it identifies file structures, type definitions, and code comments to produce high-quality API references and SDK documentation. This tool ensures that your technical documentation remains a living, accurate representation of your codebase, providing a single source of truth for both internal teams and external users.
Whether you are managing a complex microservices architecture or a library for public consumption, this skill automates the creation of OpenAPI specs, TypeDoc outputs, and Sphinx guides. Utilizing Openclaw Skills for documentation management allows developers to focus on writing code while ensuring that high-standard documentation is generated consistently and efficiently across the entire project lifecycle.
To get started with this documentation tool within Openclaw Skills, follow these steps:
# Install the code documentation generator skill
openclaw install code-docs-generator
# Run the generator for your project
openclaw run code-docs-generator --repo [your_repo_url] --format OpenAPI
The skill organizes documentation data using a structured taxonomy to ensure clarity and searchability:
| Component | Output Format | Description |
|---|---|---|
| API Reference | YAML / JSON | Full OpenAPI 3.0 specification including endpoints and schemas. |
| SDK Reference | Markdown / HTML | Class and function-level documentation derived from JSDoc or TypeDoc. |
| User Tutorials | Markdown | Logic-based guides for setup, best practices, and FAQs. |
| Code Samples | Multi-language | Auto-generated request/response examples for multiple programming languages. |
Loading
A comprehensive automation skill for managing the end-to-end sales lifecycle on the Coconala marketplace using AI-driven browser interactions.

A robust HTTP API interface for controlling headless Chrome instances within a Cloudflare Workers environment.

A utility that converts CHANGELOG.md files into RSS 2.0 feeds to enable automated project release monitoring.

A structural comparison tool for analyzing and merging YAML, JSON, TOML, and INI configuration files.

A comprehensive AI-driven code review agent providing multi-level analysis for quality, security, and architectural best practices.

A specialized tool for semantically comparing and merging structured configuration files across different environments.








































