What problem does it solve? Creating text banners, decorative borders, and image-to-ASCII conversions normally requires hunting down the right tool and syntax for each task. This Skill consolidates nine ASCII art approaches into one decision flow so you can produce terminal-ready art immediately. ## Core Features & Use Cases - Text Banners: Render text with pyfiglet (571 fonts) locally or via the asciified REST API when nothing is installed. - Decorative Art: Wrap messages with cowsay characters, frame output with boxes borders, and add ANSI color effects with toilet. - Image & Web Sources: Convert PNG/JPEG 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 need a stylized project header for a README or terminal splash screen. Render the title with pyfiglet in the slant font, then pipe it through boxes with a stone border for a framed banner. ## Quick Start Ask the AI to create an ASCII art banner of your project name using pyfiglet with the slant font and wrap it in a decorative boxes border.