An AI-powered command-line utility that translates dense, technical code into plain English explanations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai-explain
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 ai-explain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Code Explainer is designed to bridge the gap between complex implementation and human understanding. By leveraging advanced language models, this skill analyzes source files to provide deep insights into logic, design patterns, and algorithmic choices. It is a vital component for developers utilizing Openclaw Skills to maintain high code quality and streamline team collaboration.
Whether you are dealing with a convoluted regex or a legacy crypto utility, this tool provides the clarity needed to proceed with confidence. It goes beyond simple comments, offering context-aware reasoning for why specific code was written in a particular way.
Ensure you have Node.js 18+ installed. You must also export your OpenAI API key as an environment variable to use this with Openclaw Skills.
# Install and run via npx
npx ai-explain ./src/utils/crypto.ts
The skill generates a structured textual response containing the following sections:
| Component | Description |
|---|---|
| High-level Summary | A concise overview of the code's primary purpose. |
| Step-by-step Breakdown | Detailed explanation of individual logic blocks or lines. |
| Key Concepts | Definitions of algorithms or libraries used within the file. |
| Potential Issues | Flags for bugs, security risks, or optimization opportunities. |
--context flag to provide background information for more accurate explanations.--detail flag (e.g., high) based on your needs.Loading
Automate the creation of robust Playwright and Cypress end-to-end tests from simple natural language flow descriptions.

A smart CLI tool that scans your project to generate optimized, multi-stage Dockerfiles and configuration files automatically.

Transform complex git diffs into plain-English summaries for faster code reviews and automated pull request descriptions.

A zero-config AI tool that identifies unused dependencies and flags security vulnerabilities to optimize your package.json.

Transform simple product descriptions into production-ready, conversion-optimized React and Tailwind landing pages instantly.

An intelligent AI-powered tool that semantically analyzes and resolves git merge conflicts by understanding code intent rather than just text differences.








































