evo-dialogue-dotgen

SkillFiles & storage

Generates Graphviz DOT visualization files from parsed dialogue graph structures using the graphviz 0.20.3 Python API.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-dialogue-dotgen skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/dialogue-parser/environment/skills/evo-dialogue-dotgen/SKILL.md and read by ahel’s review.

Generates DOT visualization from dialogue graphs.

Key Functions

  • generate_dot(graph: dict, output_path: str) - Generate DOT file from graph
  • escape_label(text: str) -> str - Safely escape text for DOT labels
  • style_node(node_type: str) -> dict - Get visual styling by node type

Usage

import sys
sys.path.insert(0, "/app/environment/skills/evo-dialogue-dotgen/scripts")
from utils import generate_dot

generate_dot(graph, "/app/dialogue.dot")

Signals

GitHub stars
89
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-dialogue-dotgen
Source
github.com/openlair/openskill