output_formatting

Installation
SKILL.md

Output Formatting Guide

This skill provides formatting guidelines for Telegram messages. Follow these rules to ensure your responses display correctly.

General Principles

  1. Keep it concise - Telegram users expect quick, scannable responses
  2. Use plain text primarily - Complex formatting often breaks
  3. Avoid raw markdown tables - They don't render in Telegram
  4. No HTML tags - Telegram uses its own markup
  5. Limit response length - Keep under 4000 characters when possible

Text Formatting

Supported Formatting

  • Bold: Use *text* for emphasis (sparingly)
  • Italic: Use _text_ for secondary emphasis
  • Code: Use `code` for inline code, commands, or technical terms
  • Code blocks: Use triple backticks for multi-line code
Installs
Repository
smithery/ai
First Seen
Security Audits
output_formatting — smithery/ai