Install
openclaw skills install doc-syncContext-Aware Doc Generator: Automatically syncs Python docstrings (Google style), Go comments, and README.md based on code changes. Also logs change summaries to a local KB/ChromaDB.
openclaw skills install doc-syncA skill for maintaining strong consistency between code, documentation, and a private knowledge base.
When you modify function logic or signatures in Python or Go, use this skill to update the relevant comments.
Args, Returns, and Attributes.How to trigger: "Update docstrings for [file_path]" or "Sync comments in [file_path] after my changes."
When adding new exported functions, CLI flags, or API endpoints, this skill ensures the root README.md is updated to reflect the new interface.
README.md.How to trigger: "Update README.md based on the latest changes in [directory/file]."
For major code changes, this skill generates a concise summary of "why" the change was made and stores it for future retrieval.
scripts/kb_sync.py to interface with a local ChromaDB (if available) or log to .gemini/changelog.jsonl.How to trigger: "Log this change to the knowledge base" or "Summarize my changes and sync to KB."
chromadb is installed if you want vector-based retrieval; otherwise, it defaults to a local JSONL log.