LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

documentation - Generate Google-style Documentation and Docstrings

Creates Google-style docstrings and comprehensive documentation for code.

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Use Google-style docstrings
  • Write module-level docstrings
  • Document function signatures
  • Add type hints
  • Create README files
  • Generate API documentation
  • Include architecture diagrams
  • Document environment variables
  • Add deprecation warnings
  • Use Sphinx or MkDocs
  • Include executable examples
  • Document error cases
  • Add See Also references
  • Include performance notes
  • Document thread-safety
  • Use consistent terminology
  • Include changelog

Inputs

  • source code
  • configuration files
  • environment variables

Outputs

  • docstrings in code
  • README.md file
  • API documentation
  • architecture diagrams

Requirements

  • Python environment
  • documentation tools (Sphinx/MkDocs)

Source

  • Spec: SKILL.md
documentation
docstrings
code-quality
api-docs
Use Google-style docstrings
Write module-level docstrings
Document function signatures
Add type hints
source code
configuration files
environment variables
docstrings in code
README.md file
API documentation