What problem does it solve? Creating ASCII art for terminal output, README files, or chat messages normally requires hunting down the right tool, font, or web service for each style. This Skill consolidates nine approaches — text banners, speech bubbles, decorative borders, colored text, image conversion, and pre-made art search — into one decision flow with built-in fallbacks when tools are not installed. ## Core Features & Use Cases - Text Banners: Render text with pyfiglet (571 local fonts) or the asciified REST API (250+ fonts, no install required) when local tools are unavailable. - Decorative & Fun Art: Wrap messages in cowsay characters, frame output with boxes borders, or 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 pull QR codes or weather art via curl. - Use Case: A developer wants a stylized "HERMES" header for a project README. The Skill selects pyfiglet with a detailed font like doom, optionally pipes it through boxes for a stone border, and falls back to the asciified API if pyfiglet is missing. ## Quick Start Generate an ASCII art banner of the text "HERMES" using a bold detailed font and show me the result.