← 返回 Skills 市场
Mermaid Architect
作者
azzar budiyanto
· GitHub ↗
· v1.0.0
2082
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install mermaid-architect
功能描述
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".
使用说明 (SKILL.md)
Mermaid Architect
Usage
- Role: Diagram Architect & Designer.
- Trigger: "Draw this", "Make a diagram", "Visualize".
- Output: Mermaid code block (
mermaid) + Explanation.
Capabilities
- Flowcharts: Process mapping, decision trees.
- Sequence Diagrams: API calls, user interactions.
- Class Diagrams: OOP structures, database schemas.
- 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
安全使用建议
This skill is coherent and low-risk: it only contains Mermaid syntax rules and examples and asks for nothing sensitive. Before installing or using it, note that SKILL.md references a validator script and example assets that are not bundled — if you expect those to run, request the missing scripts/assets or provide your own validator. As usual, review any generated Mermaid text before rendering in a web context and avoid pasting sensitive data into diagrams.
功能分析
Type: OpenClaw Skill
Name: mermaid-architect
Version: 1.0.0
The skill bundle is designed to generate Mermaid diagrams, and all analyzed files (metadata, skill instructions, syntax guide) align with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. The `SKILL.md` file includes a `bash` command for validation, but it is presented as an instruction for a human user/developer to run, not as a command for the AI agent to execute as part of its core function, and therefore does not indicate malicious intent or a vulnerability in the agent's operational flow.
能力评估
Purpose & Capability
Name/description (Mermaid diagram generation) align with the provided instructions and reference material: the files only contain Mermaid syntax guidance and diagram-generation rules. There are no unrelated environment variables, binaries, or network endpoints requested.
Instruction Scope
The SKILL.md stays within diagram-generation scope (rules for node IDs, quoted labels, layout, and examples). It does reference running a local validator ('scripts/validate-mmd') and several example asset paths ('assets/examples/*.mmd' and assets/examples/* .mmd) that are not included in the manifest; this is an inconsistency (missing helper script/assets) but not an obvious security issue. The instructions do not direct the agent to read user secrets, system config, or external endpoints.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or written to disk by the skill itself — lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions do not reference any hidden env vars or external credentials.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. Autonomous invocation is allowed (platform default) but there is no indication this skill needs persistent privileges or system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mermaid-architect - 安装完成后,直接呼叫该 Skill 的名称或使用
/mermaid-architect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mermaid-architect.
- Generate hand-drawn style Mermaid diagrams with enhanced syntax features (quoted labels, ELK layout).
- Supports flowcharts, sequence, class, and state diagrams.
- Provides strict syntax guidelines for node labels, IDs, direction, and subgraphs.
- Includes reference guides, example diagrams, and a syntax validator script.
元数据
常见问题
Mermaid Architect 是什么?
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". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2082 次。
如何安装 Mermaid Architect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mermaid-architect」即可一键安装,无需额外配置。
Mermaid Architect 是免费的吗?
是的,Mermaid Architect 完全免费(开源免费),可自由下载、安装和使用。
Mermaid Architect 支持哪些平台?
Mermaid Architect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mermaid Architect?
由 azzar budiyanto(@1999azzar)开发并维护,当前版本 v1.0.0。
推荐 Skills