What problem does it solve? Text destined for terminals, log files, commit messages, and plain-text channels cannot carry images, so banners, framed output, QR codes, and image previews must be rendered as characters. This Skill selects and runs the right local CLI tool or keyless HTTP endpoint for each case. ## Core Features & Use Cases - Text banners and frames: Generate banners with pyfiglet or the asciified API, wrap output in boxes frames, add cowsay characters, and apply toilet colour for terminal-only destinations. - Image and QR conversion: Convert images to characters with ascii-image-converter or jp2a, and fetch QR codes, weather, and moon phases from qrenco.de and wttr.in. - Use Case: A release script needs a banner in its CLI output. Run pyfiglet with the slant font piped through boxes to produce a framed banner under 80 columns that survives any plain-text channel. ## Quick Start Ask the assistant to render the word "DEPLOY" as an ASCII art banner suitable for a terminal.