What problem does it solve? Creating text banners, decorative borders, and ASCII art for terminals, READMEs, and chat messages normally requires hunting down fonts, tools, and syntax across many utilities. This Skill consolidates nine ASCII art methods into one decision flow. ## Core Features & Use Cases - Text Banners: Render text with pyfiglet (571 fonts) locally or the asciified REST API via curl when nothing is installed. - Decorative Art: Wrap messages with cowsay characters, boxes borders, and colored toilet output with ANSI filters. - Image & Web Art: 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: A developer wants 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 the markdown file. ## Quick Start Generate an ASCII art banner of the text "HERMES" using the slant font and wrap it in a stone border.