What problem does it solve? Creating text banners, decorative borders, and image-to-ASCII conversions normally requires hunting down the right tool, font, or web service for each task. This Skill consolidates nine ASCII art approaches into one decision flow so you can produce terminal-ready art without trial and error. ## Core Features & Use Cases - Text Banners: Render text with pyfiglet (571 fonts) locally or the asciified REST API via curl when nothing is installed. - Message & Border Art: Wrap messages in cowsay characters (50+ options) and frame output with boxes (70+ designs), combinable with banner tools. - Image & Pre-Made Art: Convert PNG/JPEG/GIF images with ascii-image-converter or jp2a, fetch curated art from ascii.co.uk, and generate QR codes or weather art via qrenco.de and wttr.in. - Use Case: You need a stylized project header for a README. Run pyfiglet with the slant font, pipe it through boxes with a stone border, and paste the framed banner directly into your markdown. ## Quick Start Ask the assistant to create an ASCII art banner of your project name using pyfiglet with the slant font and wrap it in a decorative boxes border.