skills/ascii-skills/ascii-image-to-ascii/SKILL.md
“Convert an image into ASCII art (readable + detail variants, width/charset controls, optional ANSI), for terminal previews and plain-text image substitutes.”
npx skillsauth add teachingai/agent-skills ascii-image-to-asciiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL TRIGGER RULE
ascii-image-to-ascii.Trigger phrases include:
.:-=+*#%@, from light to dark)@ is the darkest (or invert consistently)scripts/image_to_ascii.py
pip install pillow)--ansi256Readable variant (fewer levels, clearer silhouette):
.:::.
.=*##*=.
.+######+.
.:########:.
.+########+.
:*######*:
.=*##*=.
.:::.
Detail variant (more levels, richer texture):
.:=+:.
.-+*##*+-.
.=*######*=.
.:*########*:.
.=*########*=.
:+*######*+:
.-+*##*+-.
.:=+:.
examples/readable-vs-detail.md<= widthEnglish: ascii-image-to-ascii, image to ascii, ascii art, terminal preview, charset, grayscale, dithering, ansi 中文: ascii-image-to-ascii, 图片转字符画, ASCII 字符画, 终端预览, 字符集, 灰度映射, 降噪, ANSI 彩色
development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.