Skip to content

toolittlecakes/telegram-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Plugin for Claude Code

Access Telegram chats and messages directly from Claude Code via MTProto protocol.

Features

  • List dialogs — see all your chats
  • Search chats — find users, groups, channels by name
  • Get messages — read messages with pagination
  • JSON output — easy to parse by AI agents

Installation

1. Add marketplace

claude plugin marketplace add toolittlecakes/telegram-skill

2. Install plugin

claude plugin install telegram@sne-plugins

3. Authenticate

./tg auth login

Requirements

  • Go 1.21+ — binaries are built automatically on first run
  • Telegram account

Usage

Once installed, Claude will automatically use this skill when you ask about Telegram chats or messages.

Examples:

  • "Show my recent Telegram chats"
  • "Search for chat with John in Telegram"
  • "Get last 20 messages from chat 123456"

Commands

Command Description
./tg auth login Authenticate with Telegram
./tg auth logout Remove saved session
./tg auth status Check authentication status
./tg list_dialogs List all chats
./tg search_chat Search for a chat
./tg get_messages Get messages from a chat

License

MIT

About

Claude Code skill for accessing Telegram chats via MTProto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors