Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Generates ASCII art and text-based visualizations using characters, symbols, and whitespace. Covers geometric shapes, decorative text banners, flowcharts, and artistic representations of objects or concepts. Works entirely in plain text, requiring no image rendering.
Produces visual output that works in any text environment, from terminals to markdown files, without requiring image rendering or external tools.
When to use it
- Adding decorative headers to terminal scripts
- Drawing flowcharts inside README or documentation files
- Creating bordered text boxes for CLI output
- Visualizing process diagrams in code comments or chat
- Generating artistic representations when image output isn't available
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a flowchart showing a login decision process
- 1Identify the request as a conceptual diagram requiring a flowchart
- 2Select box-drawing characters and arrow symbols for nodes and connectors
- 3Map decision branches and flow paths using ASCII symbols
- 4Render the diagram using conceptual_diagrams.py patterns
- 5Adjust spacing to align correctly in a monospaced font
A plain-text flowchart using box-drawing characters that shows login success and failure branches