Unicode-based ASCII art generator skill with multiple styles (block, shadow, outlined, gradient, decorative frame), character palette reference, and usage examples. No external dependencies.
4.2 KiB
4.2 KiB
| name | description | version | author | license | dependencies | metadata | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ascii-art | Generate creative ASCII art banners, logos, and text art using Unicode box-drawing and block characters. Supports multiple styles and custom text. | 1.0.0 | Hermes Agent | MIT |
|
ASCII Art Generator
Generate creative ASCII art banners, logos, and decorative text using Unicode characters. No external tools needed -- pure text output.
Capabilities
- Text Banners: Large stylized text using block characters
- Decorative Borders: Frames and boxes around content
- Mini Logos: Compact symbolic art (icons, emblems)
- Scene Art: Small ASCII scenes and illustrations
Character Palette
Use these Unicode characters for rich output:
Box Drawing
╔ ╗ ╚ ╝ ║ ═ ╠ ╣ ╦ ╩ ╬
┌ ┐ └ ┘ │ ─ ├ ┤ ┬ ┴ ┼
Block Elements
░ ▒ ▓ █ ▄ ▀ ▌ ▐ ▖ ▗ ▘ ▝ ▚ ▞
Geometric & Symbols
◆ ◇ ◈ ● ○ ◉ ■ □ ▲ △ ▼ ▽ ★ ☆ ✦ ✧
◀ ▶ ◁ ▷ ⬡ ⬢ ⟐ ⌂ ⎔ ⏣
Decorative
╭ ╮ ╰ ╯ ─ ═ ⟨ ⟩ « » ‹ › ∙ • ·
Style Guide
1. Block Banner Style
Best for short text (1-8 characters). Use full block characters (█) to form letters:
██╗ ██╗██╗
██║ ██║██║
███████║██║
██╔══██║██║
██║ ██║██║
╚═╝ ╚═╝╚═╝
2. Shadow Style
Add depth with half-blocks (▄ ▀) below or beside letters:
▄▄▄▄▄ ▄▄▄▄▄
█ █ █ █
█ ▀▀▀ █ ▀▀▀
█ ▄▄▄ █ ▄▄▄
█ █ █ █
▀▀▀▀▀ ▀▀▀▀▀
3. Outlined Style
Use box-drawing for clean outlines:
╔═══════════════════════╗
║ YOUR TEXT HERE ║
╚═══════════════════════╝
4. Gradient Style
Use block density for gradient effects:
░░▒▒▓▓██ TEXT ██▓▓▒▒░░
5. Decorative Frame Style
Combine multiple character sets:
╭─────────────────────╮
│ ★ YOUR TEXT ★ │
│ ◆ subtitle here ◆ │
╰─────────────────────╯
Rules
- Max width: 60 characters per line (terminal-safe)
- Max height: 15 lines for banners, 25 for scenes
- Monospace only: Output must look correct in monospace fonts
- No external tools: Generate everything inline as text
- Alignment: Center-align banners by default
- Creativity: Mix styles freely, add decorative elements
Examples
User: "Make a banner for my project called NOVA"
Response:
╔══════════════════════════════════════╗
║ ║
║ ███╗ ██╗ ██████╗ ██╗ ██╗ █████╗ ║
║ ████╗ ██║██╔═══██╗██║ ██║██╔══██╗ ║
║ ██╔██╗ ██║██║ ██║██║ ██║███████║ ║
║ ██║╚██╗██║██║ ██║╚██╗ ██╔╝██╔══██║ ║
║ ██║ ╚████║╚██████╔╝ ╚████╔╝ ██║ ██║ ║
║ ╚═╝ ╚═══╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ║
║ ║
║ ★ The Future is Bright ★ ║
╚══════════════════════════════════════╝
User: "Draw a small rocket"
Response:
▲
╱ ╲
╱ ╲
│ ◉ │
│ │
│ H │
│ E │
│ R │
╱│ M │╲
╱ │ E │ ╲
╱ │ S │ ╲
▔▔▔╘═════╛▔▔▔
╱ ▓▓▓ ╲
╱ ░▓▓▓░ ╲
░▓░
░