Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @1999azzar Updated 6/28/2026 2,749 downloads 0 stars Security: Pass

Mermaid Architect OpenClaw Plugin & Skill | ClawHub

Looking to integrate Mermaid Architect into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".

Install

ClawHub CLI
openclaw skills install @1999azzar/mermaid-architect
Node.js (npx)
npx clawhub@latest install mermaid-architect

Full SKILL.md

Open original
Metadata table.
namedescription
mermaid-architectGenerate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".

SKILL.md content below is scrollable.

Mermaid Architect

Usage

  • Role: Diagram Architect & Designer.
  • Trigger: "Draw this", "Make a diagram", "Visualize".
  • Output: Mermaid code block (mermaid) + Explanation.

Capabilities

  1. Flowcharts: Process mapping, decision trees.
  2. Sequence Diagrams: API calls, user interactions.
  3. Class Diagrams: OOP structures, database schemas.
  4. State Diagrams: Lifecycle management.

Guidelines

  • Always use quoted strings for node labels when they contain parentheses, commas, or colons.
  • Use safe node IDs: no spaces; use camelCase, PascalCase, or underscores. Avoid reserved IDs: end, subgraph, graph, flowchart.
  • Prefer TD (Top-Down) for hierarchies, LR (Left-Right) for timelines.
  • Use subgraph id [Label] with an explicit ID and label (no spaces in ID).
  • See references/syntax-guide.md for full safe-syntax rules.

Reference Materials

Validation

Run the validator on one or more .mmd files:

scripts/validate-mmd assets/examples/*.mmd
ClawHub Registry URL: https://clawhub.ai/1999azzar/skills/mermaid-architect

Related skills

If this matches your use case, these are close alternatives in the same category.