From dacf6499d83adcbd6c10c72f86a8d05dc0b2c037 Mon Sep 17 00:00:00 2001 From: admin9webs Date: Fri, 10 Jul 2026 16:11:38 +0800 Subject: [PATCH] Add creative/ascii-media --- skills/creative/ascii-media/SKILL.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 skills/creative/ascii-media/SKILL.md diff --git a/skills/creative/ascii-media/SKILL.md b/skills/creative/ascii-media/SKILL.md new file mode 100644 index 0000000..780243a --- /dev/null +++ b/skills/creative/ascii-media/SKILL.md @@ -0,0 +1,29 @@ +--- +name: ascii-media +description: "ASCII art and video: text-based visual generation with pyfiglet/cowsay/boxes and video-to-ASCII conversion." +version: 2.0.0 +author: Hermes Agent +license: MIT +platforms: [linux, macos, windows] +metadata: + hermes: + tags: [ascii, ascii-art, ascii-video, creative, terminal-art] +--- + +# ASCII Media + +Two tools for text-based visual content: static ASCII art and animated ASCII video. + +## Section 1: ASCII Art + +Generate ASCII art using pyfiglet, cowsay, boxes, and image-to-ASCII conversion. Create text banners, fortune-style messages, and convert images to ASCII representations. + +**When to use:** Creating terminal-friendly visual content, text banners, decorative output, image-to-ASCII conversion. +**See:** `references/ascii-art.md`. + +## Section 2: ASCII Video + +Convert video and audio to colored ASCII MP4/GIF. Frame-by-frame rendering with color support for terminal playback or embedding. + +**When to use:** Creating ASCII-encoded video content, converting media to terminal-friendly formats. +**See:** `references/ascii-video.md`.