ascii-motd-profile-banner
Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
Best use case
ascii-motd-profile-banner is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "ascii-motd-profile-banner" skill to help with this workflow task. Context: Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ascii-motd-profile-banner/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ascii-motd-profile-banner Compares
| Feature / Agent | ascii-motd-profile-banner | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## When to use this skill **CRITICAL TRIGGER RULE** - Use this skill ONLY when the user explicitly mentions the exact skill name: `ascii-motd-profile-banner`. **Trigger phrases include:** - "ascii-motd-profile-banner" - "use ascii-motd-profile-banner" - "用 ascii-motd-profile-banner 生成 SSH 登录欢迎" - "使用 ascii-motd-profile-banner 输出 MOTD(短版/长版)" ## Boundary - Produce templates and placement guidance only; do not modify system files. - Never include sensitive information (tokens, internal URLs, account details, personal data). - Default output is ASCII-only; ANSI color is optional and must have a no-color fallback. ## How to use this skill ### Inputs - title (required) - messageBullets (1–5 bullet points, required) - mode (short | long, default short) - width (default 80) - includeLinks (optional: Docs / Tickets / Repo) - colorMode (none | ansi256, default none) - quietHint (default true: recommend quiet output for non-interactive shells) ### Outputs (required) - bannerShort (<= 12 lines) - bannerLong (<= 30 lines) - safetyNotes (>= 3 actionable security notes) - toggleAdvice (interactive vs non-interactive display guidance) ### Inline Example (short mode) ``` ================================================================================ MyServer - Production ================================================================================ * Disk usage: 42% (210GB / 500GB) * Last deploy: 2024-03-15 14:30 UTC * Docs: https://docs.example.com -------------------------------------------------------------------------------- WARNING: Do not store credentials in shell history ================================================================================ ``` ### Workflow 1. Define `title` and `messageBullets` (1-5 items) 2. Choose `mode` (short for <= 12 lines, long for <= 30 lines) 3. Generate `bannerShort` and `bannerLong` variants 4. Include `safetyNotes` (>= 3 actionable security reminders) 5. **Validate**: Confirm line count, width <= 80, no trailing spaces ## Examples - `examples/ssh-short.md` - `examples/ssh-long.md` ## Quality checklist 1. Short mode does not spam (<= 12 lines) 2. Copy/paste safe (no trailing spaces) 3. Security notes are clear, short, and actionable ## Keywords **English:** ascii-motd-profile-banner, motd, ssh banner, profile, welcome message, security notice, terminal **中文:** ascii-motd-profile-banner, MOTD, SSH Banner, 登录欢迎, Profile, 安全提示, 终端
Related Skills
cli-ascii-logo
“Generate CLI ASCII art logos and banners with box drawing borders, block characters, and ANSI 24-bit gradients, plus runnable scripts and integration code. Use when the user needs a terminal logo, colored ASCII banner, figlet-style title, or CLI startup welcome page.”
ascii-text-art-library
Generate a reusable ASCII-only text template library (titles, dividers, notice boxes, slogans/CTA), with naming conventions and selection rules for consistent CLI/log/README output. Use when the user needs ASCII art templates, text banners, console formatting, or decorative text elements.
ascii-terminal-animation-pack
Plan and generate terminal ASCII animations/screensaver-style output (FPS, refresh rules, loop policy, low-flicker guidance), with a static poster frame and an optional local demo script.
ascii-table-renderer
Render structured data as aligned ASCII tables (column width rules, truncate/wrap, border styles, compact/readable variants) for terminal/log/email.
ascii-progress-and-spinner
Design ASCII progress bars and spinners for CLI UX (determinate/indeterminate, TTY single-line refresh, non-interactive log fallback) with copy-pastable style specs. Use when the user needs terminal progress indicators, loading animations, or CLI feedback elements.
ascii-mini-charts
Generate ASCII mini charts (sparkline/bar/simple line) for plain-text trend inspection, with minimal and annotated variants and normalization notes. Use when the user needs text-based data visualization, terminal charts, or ASCII graphs for CLI output.
ascii-image-to-ascii
“Convert an image into ASCII art (readable + detail variants, width/charset controls, optional ANSI), for terminal previews and plain-text image substitutes.”
ascii-diagram-boxflow
Generate plain ASCII box-flow diagrams (boxes + arrows) for environments without renderers, with alignment rules and split strategies for complex graphs.
ascii-cli-logo-banner
Entry point for ASCII CLI banners that routes to the Python built-in font skill or figlet.js/FIGfont skill. Use when the user wants a startup banner, ASCII logo, terminal welcome screen, or CLI branding for a service.
ascii-cli-logo-banner-python
Generate copy-pastable ASCII banners with a built-in font (no external font deps), including compact fallback and optional ANSI 256 coloring for the logo. Use when the user needs a simple ASCII banner, startup logo, or CLI welcome screen without external dependencies.
ascii-cli-logo-banner-figletjs
Generate TAAG/FIGlet-style ASCII art banners using figlet.js (FIGfont spec), with layout controls (horizontal/vertical layout, width, whitespaceBreak) and optional ANSI 256 coloring.
ascii-ansi-colorizer
Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback. Use when the user wants to colorize terminal output, add rainbow effects to CLI text, or style ASCII art with ANSI colors.