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 collections scattered across the web. This Skill consolidates nine different ASCII art methods into one decision flow so you can produce banners, framed text, character art, and image conversions without guesswork. ## Core Features & Use Cases - Text Banners: Render text in 571 pyfiglet fonts locally or via the asciified REST API when nothing is installed. - Decorative Framing & Characters: Wrap messages with cowsay characters, boxes borders, and colored toilet output. - Image & Web Art: Convert PNG/JPEG images to ASCII with ascii-image-converter, fetch curated art from ascii.co.uk, and generate QR codes or weather art via curl. - Use Case: You need a stylized project header for a README. Render the project name with pyfiglet in the slant font, pipe it through boxes with a stone border, and paste the result directly into your Markdown file. ## Quick Start Ask the assistant to create an ASCII art banner of your project name using pyfiglet with a decorative boxes border.