telegram

Manage Telegram bot messaging for notifications and founder commands via long polling.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/antonyfmunoz/OS --skill telegram-antonyfmunoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram
Source: https://github.com/antonyfmunoz/OS/tree/main/skills/tools/telegram
Command: npx skills add https://github.com/antonyfmunoz/OS --skill telegram-antonyfmunoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Telegram integration delivers reliable, stage-aware notifications and command handling to your founder without building a full UI or maintaining complex infrastructure.

Core Features & Use Cases

  • Command & notification gateway: Support agent-to-founder interactions using bot commands (e.g., brief, pipeline, KPI) and outbound messages.
  • Inline approvals: Send approval/deny requests using inline keyboard-style interactions that require callback handling.
  • Scheduled reporting: Deliver timed briefings, EOD reports, snapshots, and signal scans through a polling-based bot control flow.
  • Secure environment-driven setup: Use bot token and founder chat ID from environment variables for safe, configurable operation.

Quick Start

Activate the telegram tool by providing TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID so the bot can start sending /brief, /pipeline, and other command-driven updates to the founder.

Frequently Asked Questions about telegram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send Telegram bot notifications and receive commands for autonomous business workflows?

The Skill uses long polling to manage Telegram bot messaging, handling polling offsets and message truncation to 4096 characters to reliably deliver scheduled briefings and accept founder commands without requiring a full UI.

How do I handle inline keyboard approvals via the Telegram Bot API?

You can handle inline keyboard approvals by sending approval/deny requests through the Telegram Bot API, which requires callback handling to process the founder's interactive responses for autonomous business operations.

Do I need a Telegram bot token and chat ID to set up scheduled reports?

The Skill uses long polling to manage Telegram bot messaging, handling polling offsets and message truncation to 4096 characters to reliably deliver scheduled briefings and accept founder commands without requiring a full UI.

What is the message length limit when sending alerts through a Telegram bot?

The Telegram bot message length limit is 4096 characters, and the Skill handles this by applying safe parse formatting and message truncation to ensure alerts are delivered without exceeding the API constraint.

Can I use long polling instead of webhooks for Telegram command handling?

Yes, the Skill supports long polling for Telegram command handling, managing polling offsets to receive commands and dispatch agent workflows without needing complex webhook infrastructure.

What's the best way to deliver timed briefings and EOD reports to a founder via Telegram?

The best way to deliver timed briefings and EOD reports is through a polling-based bot control flow that sends scheduled snapshots and signal scans directly to the founder's chat ID using environment-driven credentials.