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