AgentSkillsCN

image-to-ascii

将任意图像转换为彩色 ASCII 艺术,并输出至终端。支持本地路径与 URL。

SKILL.md
--- frontmatter
name: image-to-ascii
description: Convert any image to colored ASCII art and output to terminal. Supports local paths and URLs.

Image to ASCII Skill

Usage

When the user asks to convert an image to ASCII art, directly run the following command:

bash
python .trae/skills/image-to-ascii/ascii_converter.py "{IMAGE_PATH}"

Features

  • Auto-Install: Automatically installs ascii-magic library.
  • Auto-Resize: Automatically adjusts ASCII art width based on current terminal window size.
  • Color Support: Supports full-color ASCII output.