Install
openclaw skills install @cloudcompile/code-explainer-toolExplain any code snippet or file in plain English. Paste code → get a clear explanation of what it does, how it works, and key concepts. Use when the user shares code and wants to understand it, learn from it, or review it.
openclaw skills install @cloudcompile/code-explainer-toolTransform code into plain-English explanations. Perfect for learning, reviewing, or understanding unfamiliar code.
explain this code
what does this do?
explain: [paste code]
All major languages supported:
python scripts/explain_code.py <path/to/file>
Or pipe code:
cat myfile.py | python scripts/explain_code.py -