一键导入
ascii-art
Generate ASCII art using pyfiglet, cowsay, boxes, and the asciified API. No API keys required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate ASCII art using pyfiglet, cowsay, boxes, and the asciified API. No API keys required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Exact techniques, shortcuts, and references for AI agents developing ankh (Hermes with per-folder .agent/ scoping)
Generate ASCII art using pyfiglet, cowsay, boxes, and the asciified API. No API keys required.
Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, and concept maps.
Create implementation plans with bite-sized tasks, exact file paths, and complete code examples. Use when you have a spec or requirements for a multi-step task.
Free web search via DuckDuckGo when Firecrawl is unavailable. No API key needed. Use ddgs CLI or Python library to find URLs, then web_extract for content.
Summarize multiple sources into concise decision-ready findings.
| name | ascii-art |
| description | Generate ASCII art using pyfiglet, cowsay, boxes, and the asciified API. No API keys required. |
| metadata | {"hermes":{"tags":["ASCII","Art","Banners","Creative","pyfiglet","cowsay","boxes"]}} |
pip install pyfiglet
python3 -m pyfiglet "YOUR TEXT" -f slant
python3 -m pyfiglet --list_fonts
curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello+World"
curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Doom"
cowsay "Hello World"
cowsay -f tux "Linux rules"
cowthink "Hmm..."
echo "Hello" | boxes -d stone
echo "Hello" | boxes -d cat