ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Code Flow Visualizer

Skill by honestqiao

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/honestqiao/code-flow-visualizer
Or

Code Flow Visualizer

将代码转换为 Mermaid 流程图表示,便于理解代码逻辑流程。

功能

  • 分析代码逻辑结构
  • 生成 Mermaid 流程图
  • 支持 Python、JavaScript、TypeScript

使用方式

当用户需要可视化代码流程时说"可视化代码"或"生成流程图"。

示例

用户: 帮我把这个Python函数生成流程图
助手: (使用 code_flow_visualizer skill)

工具

使用 Mermaid JS 或 PlantUML 生成图表。

限制

  • 仅处理单一函数/方法
  • 不支持 goto 语句
  • 复杂循环可能简化显示

Metadata

Stars2387
Views0
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-honestqiao-code-flow-visualizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.