ワンクリックで
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