Generate SVG images from Graphviz DOT graphs using WebAssembly. Uses the graphviz_component.wasm running in the openclaw-wasm-sandbox plugin. No graphviz sys...
- user asks to generate/convert/visualize a graph from DOT language
- user wants to render a Graphviz diagram as SVG
- user provides DOT notation and wants SVG output
- 用户要求生成/转换/可视化 DOT 语言图
- 用户想要将 Graphviz 图渲染为 SVG
- 用户提供 DOT 记号并想要 SVG 输出
- 关键词:流程图生成, 制图
💡 Examples
1. User provides DOT graph description
2. Call wasm-sandbox-run with DOT string in args
3. Return the SVG output to the user
⚙️ Configuration
Required plugin:openclaw-wasm-sandbox
WASM file:~/.openclaw/skills/graphviz/files/graphviz_component.wasm (Use the wasm-sandbox-download tool to download,URL: https://raw.githubusercontent.com/guyoung/wasm-sandbox-openclaw-skills/main/graphviz/files/graphviz_component.wasm)
📋 Tips & Best Practices
No system graphviz binary needed — pure WASM execution
No execution permission required — runs in sandbox
Runs in sandbox with no implicit file/network access