Agent Skills: Capture Terminal

Format terminal output for copy-paste. Use when user asks to copy, paste, capture, or format terminal output.

UncategorizedID: ariffazil/arifOS/capture-terminal

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ariffazil/arifOS/tree/HEAD/333_APPS/L2_SKILLS/UTILITIES/capture-terminal

Skill Files

Browse the full folder contents for capture-terminal.

Download Skill

Loading file tree…

333_APPS/L2_SKILLS/UTILITIES/capture-terminal/SKILL.md

Skill Metadata

Name
capture-terminal
Description
Format terminal output for copy-paste. Use when user asks to copy, paste, capture, or format terminal output.

Capture Terminal

Format terminal output for easy copy-paste.

Styles

| Style | Use | Appearance | |-------|-----|------------| | box | Default | ┌─────┐ bordered | | block | Emphasis | ═══════ double-line | | minimal | Quick | Plain text | | code | Syntax | Markdown fences |

Example

┌─────────────────────────┐
│ $ python script.py      │
│ Hello World             │
│ Result: 42              │
└─────────────────────────┘

Rules

  • Default: box style
  • No markdown unless requested
  • Line numbers only if asked
Capture Terminal Skill | Agent Skills