skills$openclaw/code-explain
lxgicstudios2.7k

by lxgicstudios

code-explain – OpenClaw Skill

code-explain is an OpenClaw Skills integration for coding workflows. Explain complex code in plain English

2.7k stars6.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namecode-explain
descriptionExplain complex code in plain English OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-explain
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-explain
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains code-explain in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
460 B
SKILL.md
1.2 KB
SKILL.md

name: code-explain description: Explain complex code in plain English

Code Explainer

Paste confusing code, get a clear explanation. Works with any language.

Quick Start

npx ai-explain ./src/utils/crypto.ts

What It Does

  • Explains what code does line by line
  • Identifies patterns and algorithms
  • Explains why code is written that way
  • Suggests improvements

Usage Examples

# Explain a file
npx ai-explain ./src/auth/jwt.ts

# Explain from stdin
cat weird-regex.js | npx ai-explain

# Explain with context
npx ai-explain ./src/api.ts --context "This handles payments"

# Different detail levels
npx ai-explain ./src/algo.ts --detail high

Output Includes

  • High-level summary
  • Step-by-step breakdown
  • Key concepts explained
  • Potential issues flagged

Great For

  • Understanding inherited code
  • Learning new patterns
  • Code review prep
  • Onboarding new devs

Requirements

Node.js 18+. OPENAI_API_KEY required.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required.

FAQ

How do I install code-explain?

Run openclaw add @lxgicstudios/ai-explain in your terminal. This installs code-explain into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-explain. Review commits and README documentation before installing.