What problem does it solve? IM Bridge has no file channel, so agents cannot deliver files, reports, or archives to the user's Telegram chat. This Skill provides the single permitted direct Telegram Bot API call (sendDocument) to deliver one local file to the configured owner chat. ## Core Features & Use Cases - Single-file delivery: Validates and sends one local file (up to Telegram's 50 MB document cap) as a Telegram document with an optional plain-text caption of up to 1024 characters. - Credential safety: Reads the bot token and owner chat ID from the cluster's env aliases (AVA_TELEGRAM_BOT_TOKEN / AVA_TELEGRAM_OWNER_ID), never hardcodes secrets, and sanitizes httpx errors so the token never leaks into output. - Use Case: After generating a weekly PDF report on disk, run the script once to deliver it to the owner's Telegram chat and receive a one-line confirmation with the message_id. ## Quick Start Ask the agent to send the generated report file to your Telegram chat using the telegram-send-file script with an optional caption.