telecli

Automate Telegram bot management and interaction via the tg CLI.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/danizord/telecli --skill telecli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telecli
Source: https://github.com/danizord/telecli/tree/main/plugin/skills/telecli
Command: npx skills add https://github.com/danizord/telecli --skill telecli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Control Telegram bots via the tg CLI to automate common bot-management tasks without switching between GUIs or coding against the Bot API directly.

Core Features & Use Cases

  • Bot info and configuration: view bot details and current token/path.
  • Polling and message handling: fetch updates, respond to messages, and automate replies.
  • Bot management: manage commands, name, and description; perform routine bot maintenance.
  • Automation scenarios: scripts that monitor chats, respond to events, or generate usage reports.

Quick Start

Install bun, configure your bot token, and start using tg me or tg updates poll to manage your bot immediately.

Frequently Asked Questions about telecli

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

FAQPage Schema
How do I automate Telegram bot polling and message replies from the command line?

Automate Telegram bot polling by running `tg updates poll` to fetch updates and respond to messages directly from the CLI. This enables automated replies and event monitoring within scripts.

Can I manage Telegram bot settings and configuration without using the Bot API directly?

Manage Telegram bot settings by viewing bot details, current token, and path via CLI commands. You can update the bot name, description, and commands without coding against the Bot API directly.

What's the best way to send messages and media through a Telegram bot in automation scripts?

Send messages and media through a Telegram bot in automation scripts using the tg CLI. It supports message sending and media handling to automate chat interactions and routine workflows.

Do I need bun to run telecli for Telegram bot management?

You need bun installed to use telecli for Telegram bot management. After installing bun, configure your bot token and use commands like `tg me` to view bot info immediately.

What Telegram bot management tasks can I perform with a CLI automation tool?

Perform Telegram bot management tasks including bot info retrieval, updates polling, message sending, media handling, chat management, polls, and bot configuration using CLI automation tools.