Install
openclaw skills install @mohitagw15856/flowchartTurn a process, workflow, or decision logic into a clean flowchart. Use when asked to diagram a process, map a workflow, visualize steps/branches, or show 'how this works' as a chart. Produces a ready-to-render Mermaid flowchart (renders live in the playground, exportable as PNG/SVG) plus a short legend and the assumptions made.
openclaw skills install @mohitagw15856/flowchartA wall of prose describing a process is hard to follow; a flowchart makes the steps, branches, and dead-ends obvious at a glance. This skill turns a described process into a clean, correctly-structured Mermaid flowchart — with real decision diamonds, parallel paths, and end states — not a vague box-and-arrow sketch.
Ask for these only if they aren't already provided:
TD) for most processes, left-right (LR) for pipelines.If the process is ambiguous, state the assumption you made rather than inventing steps.
A one-line summary of what the chart shows.
Legend / notes
([ ]) = start/end, rectangles [ ] = actions, diamonds { } = decisions.Assumptions — anything you inferred about the process.
flowchart TD (or LR). Give every node a short ID (A, step1) and a label.{ } with labelled edges: C -->|Yes| D.Process mapping / flowcharting practice (ANSI flowchart conventions), expressed as renderable Mermaid.