ascii-art

Convert text and images into ASCII art using CLI tools and remote APIs.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill ascii-art-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ascii-art
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/creative/ascii-art
Command: npx skills add https://github.com/StarryCod/cogitum --skill ascii-art-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and stylize ASCII representations of text and images for terminals, demos, and playful visuals.

Core Features & Use Cases

  • Build text banners with pyfiglet in many fonts.
  • Convert images to ASCII art using ascii-image-converter or jp2a.
  • Create decorative borders with boxes and add color with toilet.

Quick Start

Install required tools (pyfiglet, cowsay, boxes, toilet) and try generating ASCII banners or converting an image to ASCII.

Frequently Asked Questions about ascii-art

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an image to ASCII art in the terminal?

To convert an image to ASCII art, this tool leverages local converters like ascii-image-converter or jp2a, falling back to remote ASCII services if local tools are unavailable. You can transform images into text-based graphics for terminal displays or demos.

What is the best way to generate stylized text banners with pyfiglet?

Generating stylized text banners with pyfiglet involves selecting from multiple font options to create large text displays. This tool supports building pyfiglet banners and can further enhance them by adding decorative borders with boxes and color using toilet.

Does ASCII art generation work on Windows, macOS, and Linux?

ASCII art generation works across Linux, macOS, and Windows. It utilizes a combination of local CLI tools and remote APIs to ensure you can create text and image ASCII art regardless of your operating system environment.

Can I add borders and color to text art using cowsay and toilet?

Yes, you can add borders and color to text art. The tool uses cowsay for playful character speech bubbles, boxes for decorative borders, and toilet to colorize text, providing multiple style options for your ASCII output.

What happens if local CLI tools like boxes or jp2a are not installed?

If local CLI tools like boxes or jp2a are not installed, the tool automatically falls back to remote ASCII services. This ensures text and image conversion remains functional even without a fully configured local command-line environment.