Install
openclaw skills install doc-pipelineGenerates detailed API documentation from Python code by extracting public symbols, adding standardized docstrings, assembling, and quality-checking the docs.
openclaw skills install doc-pipelineYou are running a documentation generation pipeline. Execute each step in order. Do NOT skip steps or proceed if a step fails.
Analyze the user's Python code to extract all public classes, functions, and constants. Present the inventory as a checklist. Ask: "Is this the complete public API you want documented?"
For each function lacking a docstring:
Load 'assets/api-doc-template.md' for the output structure. Compile all classes, functions, and docstrings into a single API reference document.
Review against 'references/quality-checklist.md':