بنقرة واحدة
ascii-art
Generate ASCII art using pyfiglet, cowsay, toilet, image-to-ASCII conversion, and LLM-powered freehand art.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate ASCII art using pyfiglet, cowsay, toilet, image-to-ASCII conversion, and LLM-powered freehand art.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | ascii-art |
| description | Generate ASCII art using pyfiglet, cowsay, toilet, image-to-ASCII conversion, and LLM-powered freehand art. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["creative","ascii","art","text"]} |
Use this skill to create ASCII art in various styles.
pip install pyfiglet
python3 -c "import pyfiglet; print(pyfiglet.figlet_format('Hello', font='slant'))"
pip install cowsay
python3 -c "import cowsay; cowsay.cow('Hello World')"
pip install ascii-magic
python3 -c "
import ascii_magic
art = ascii_magic.from_url('https://example.com/image.jpg', columns=80)
ascii_magic.to_terminal(art)
"
For complex or custom ASCII art, use your creative abilities directly.