What problem does it solve? Creating ASCII art for terminal output, README files, or chat messages normally requires hunting down fonts, tools, and pre-made art across scattered sources. This Skill consolidates nine approaches—pyfiglet, cowsay, boxes, toilet, image converters, and free REST APIs—into one decision flow so you can produce text banners, decorative borders, and image-to-ASCII conversions without API keys. ## Core Features & Use Cases - Text Banners: Render text with pyfiglet's 571 fonts locally or via the asciified REST API when nothing is installed. - Decorative Art: Wrap messages with cowsay characters, frame output with boxes' 70+ border designs, and add ANSI color effects with toilet. - Image & Pre-Made Art: Convert PNG/JPEG images to ASCII with ascii-image-converter or jp2a, and fetch curated art from ascii.co.uk by subject. - 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 result directly into your markdown. ## Quick Start Ask the assistant to render the text "HELLO WORLD" as an ASCII art banner using the slant font with a decorative border.