What problem does it solve? Controlling who can message a Telegram bot channel requires manual edits to a JSON state file, which is error-prone and easy to clobber while the channel server is running. This Skill provides a safe, structured workflow for approving pairings, managing allowlists, and setting DM/group policy without talking to Telegram directly. ## Core Features & Use Cases - Pairing Approval: Approve or deny pending pairing requests by code, writing approval marker files the channel server polls. - Allowlist & Policy Management: Add or remove sender IDs from allowFrom and set dmPolicy to pairing, allowlist, or disabled. - Group & Delivery Config: Configure per-group requireMention rules and delivery settings like ackReaction, replyToMode, and textChunkLimit. - Use Case: A new user DMs your Telegram bot and receives a 6-character pairing code. You run the pair command with that code, and the Skill updates access.json and writes the approval file so the channel server notifies the user they are in. ## Quick Start Ask the assistant to show the current Telegram channel access status, or approve a pending pairing by providing its 6-character code.