telegram

Manage a Telegram bot daemon for messages, alerts, and task control.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/shane9coy/katana-agent --skill telegram-shane9coy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram
Source: https://github.com/shane9coy/katana-agent/tree/main/agent/skills/messaging/telegram
Command: npx skills add https://github.com/shane9coy/katana-agent --skill telegram-shane9coy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telethon, python-dotenv, requests, supabase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to manage and interact with a Telegram bot for sending messages, controlling a daemon, and configuring alerts, streamlining communication and task management.

Core Features & Use Cases

  • Daemon Control: Start, stop, and check the status of an always-listening Telegram daemon.
  • Message Sending: Send custom messages, briefings, and system alerts via Telegram.
  • Task & Goal Management: Add, complete, and list tasks and goals directly through Telegram commands.
  • Use Case: Automatically send a morning briefing with weather and tasks, or receive alerts for critical system events directly on your phone via Telegram.

Quick Start

Use the telegram skill to start the listener daemon.

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I send automated notifications and alerts via Telegram?

You can send automated notifications and alerts via Telegram by running an always-listening bot daemon. This Skill manages the daemon to send custom messages, system alerts, and briefings directly through Telegram commands.

Can I manage tasks and goals through Telegram bot automation?

Yes, you can manage tasks and goals through Telegram bot automation by sending commands to the daemon. The bot supports adding, completing, and listing tasks and goals, integrating them into your messaging workflow.

How do I set up a Telegram bot daemon using Telethon?

To set up a Telegram bot daemon, you need Telethon for Telegram API interaction and python-dotenv for configuration management. Start the listener daemon through the provided Python scripts to enable message sending and alert configuration.

Does this Telegram bot support scheduled alerts and weather updates?

Yes, the Telegram bot supports scheduled alerts and weather updates. You can configure the daemon to automatically send morning briefings with weather information and task lists directly to your Telegram account.

Can I integrate Supabase with a Telegram bot for custom automation?

Yes, you can integrate Supabase with the Telegram bot for custom automation. The Skill supports custom integrations via Python scripts, using Supabase as a backend to manage task and goal data alongside Telegram messaging.

What are the limitations of using a Python Telegram bot for task management?

The Python Telegram bot daemon requires continuous execution to maintain its always-listening status. It depends on Telethon, python-dotenv, requests, and Supabase, meaning your environment must consistently support these dependencies for stable task management.