What problem does it solve? Setting up Telegram bots in APX is error-prone because credentials only work inside the channels[] array, and routing messages to the right project or agent requires understanding APX's pinning model. This Skill provides the exact config shape, CLI commands, and pitfalls so bots are wired correctly the first time. ## Core Features & Use Cases - Channel management: Add, list, update, and remove Telegram channels with bot tokens, chat IDs, and per-channel project or agent pinning via the apx telegram CLI. - Master agent routing: Route incoming messages on a channel to a specific project agent (e.g., a reviewer or support persona) instead of the default super-agent. - Contacts, roles, and media: Manage a global contact roster with role-based tool gating, and send photos or voice messages through the daemon HTTP API. - Use Case: You run separate bots for a client project and personal notifications. Create two channels, pin the client bot to the acme project with a reviewer agent, and keep the personal bot on the default super-agent. ## Quick Start Ask the agent to add a Telegram channel named clientes with your bot token and chat ID, pinned to the acme project and routed to the reviewer agent.