ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

explain-code

用可视化图表和类比解释代码。在解释代码如何工作、教授代码库或用户询问如何工作时使用

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/edwininau/explain-code
Or

在解释代码时,总是包含:

  1. 先打比方做类比: 将代码与日常生活中的事物进行比较
  2. 画图表: 使用ASCII art来展示流程、结构或关系
  3. 遍历代码: 一步一步地解释发生了什么
  4. Highlight突出问题: 常见的错误或误解是什么?

保持解释自然。对于复杂的概念,可以用多个类比。

Metadata

Author@edwininau
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-edwininau-explain-code": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.