What problem does it solve? Creating text banners, decorative borders, and ASCII art for terminals, READMEs, and chat messages normally requires hunting down the right tool and syntax for each use case. This Skill consolidates nine ASCII art approaches into one decision flow. ## Core Features & Use Cases - Text Banners: Render text as large ASCII art with pyfiglet (571 fonts) or the asciified REST API when nothing is installed. - Decorative Art: Wrap messages with cowsay characters, boxes borders, and colored toilet output. - Image & Web Art: Convert images to ASCII with ascii-image-converter or jp2a, fetch pre-made art from ascii.co.uk, and generate QR codes or weather art via curl. - Use Case: You want a stylized project header for a README. Render "NYXORA" with pyfiglet in the slant font, pipe it through boxes with a stone border, and paste the result directly into your markdown. ## Quick Start Ask the agent to render the text "Hello World" as an ASCII art banner using the slant font with a decorative border around it.