🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Graphviz

by @guyoung

Generate SVG images from Graphviz DOT graphs using WebAssembly. Uses the graphviz_component.wasm running in the openclaw-wasm-sandbox plugin. No graphviz sys...

Versionv1.0.0
Installs1
When to Use
TriggerAction
-Keywords: graphviz, DOT, SVG, flowchart
- 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
  • Output is pure SVG ready to display or save
  • View on ClawHub
    TERMINAL
    clawhub install graphviz

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →