telegram

Send text and location messages to an AI assistant via Telegram.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-telegram-bot, websockets, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with an AI assistant directly through Telegram, enabling you to send messages, manage bot operations, and leverage AI capabilities on the go.

Core Features & Use Cases

  • AI Chat: Send text messages and receive AI-generated responses within Telegram.
  • Location Sharing: Send your location to the AI for context-aware interactions.
  • Bot Control: Start, stop, and get help from the AI bot using simple commands.
  • Use Case: You're commuting and want to ask your AI assistant to summarize a long article. You can simply send the article text to the Telegram bot and receive the summary directly in the chat.

Quick Start

Start the Telegram bot by running the provided Python script in your terminal.

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I interact with my AI assistant through Telegram?

You interact with an AI assistant through Telegram by sending text messages and locations to a Telegram bot, which forwards the data to your backend agent via a WebSocket connection. The bot then returns the AI-generated responses directly in the chat.

Do I need a Telegram Bot Token to connect an AI chatbot?

Yes, you need a Telegram Bot Token to authenticate and run the AI chatbot. You must also establish a WebSocket connection to your backend agent to facilitate message routing and receive AI responses.

Can I send my location to an AI assistant using a Telegram bot?

Yes, you can send your location to the AI assistant using the Telegram bot. This enables context-aware interactions by providing the backend agent with geographical data alongside your text messages.

How do I start and stop a Telegram AI bot?

You start and stop the Telegram AI bot by running the provided Python script in your terminal. The bot also supports simple commands to manage its operational status, send messages, and request help.

Does the Telegram messaging bot require a WebSocket backend connection?

Yes, the Telegram messaging bot requires a WebSocket backend connection. This connection is necessary to communicate with your backend agent and facilitate sending text messages, receiving AI responses, and managing bot status.

What Python dependencies are needed to build a Telegram AI chatbot?

To build the Telegram AI chatbot, you need the python-telegram-bot, websockets, and python-dotenv dependencies. These libraries handle bot interactions, backend WebSocket connections, and environment variable management respectively.