telegram-telethon

Automate Telegram workflows with a Telethon daemon and Claude Code integration.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/KISHOR403/claude-skills --skill telegram-telethon-kishor403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-telethon
Source: https://github.com/KISHOR403/claude-skills/tree/main/telegram-telethon
Command: npx skills add https://github.com/KISHOR403/claude-skills --skill telegram-telethon-kishor403

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables end-to-end Telegram automation by wrapping Telethon with a daemon-driven trigger system and Claude Code integration, allowing continuous background operation and hands-off workflow orchestration.

Core Features & Use Cases

  • Daemon-mode monitoring of Telegram chats with trigger-based Claude Code sessions
  • Per-chat session persistence and resume, with queueing to manage throughput
  • Rich CLI tooling for managing chats, drafts, media, transcription, and debugging
  • Seamless integration with Claude Code for automated responses and task execution

Quick Start

Install the skill, configure your Telegram API credentials, then start the daemon to begin processing triggers.

Frequently Asked Questions about telegram-telethon

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

FAQPage Schema
How do I automate Telegram chat responses using Claude integration?

You can automate Telegram chat responses by running a daemon-driven trigger system that wraps Telethon and starts per-chat Claude Code sessions. The daemon monitors your chats in the background and queues tasks to manage throughput for hands-off workflow orchestration.

What's the best way to manage Telegram media and drafts via a CLI?

The best way to manage Telegram media and drafts via a CLI is using the built-in tooling provided by the skill. It offers a rich command-line interface covering messaging, drafts, media handling, search, and transcription across all your chats.

Do I need to configure Telegram API credentials before starting daemon monitoring?

Yes, you need to configure your Telegram API credentials before starting daemon monitoring. The skill validates your API credentials during setup and persists sessions to ensure reliable background operation and trigger processing.

How does per-chat session persistence work with Telethon and Claude?

Per-chat session persistence works by maintaining individual Claude Code sessions for each Telegram chat. The daemon monitors triggers, queues tasks to manage throughput, and supports session resume capabilities for continuous background operation.

Can I run Telegram automation in continuous background daemon mode?

Yes, you can run Telegram automation in continuous background daemon mode. The skill wraps Telethon with a daemon-driven trigger system that enables hands-off workflow orchestration and reliable runtime operation across your chats.

What are the limitations of daemon-driven Telegram automation?

Limitations of daemon-driven Telegram automation include the need for valid API credentials and active session persistence. Throughput is managed via queueing, and reliable operation depends on maintaining the background daemon process and proper trigger configuration.