telegram-reader
Installation
SKILL.md
Telegram Reader Skill
Read your Telegram messages directly from the macOS app's local database. No bot token, no API, no export — just your own data on your own machine.
Created by the founder of writingmate.ai, aidictation.com, and mentioned.to.
How It Works
The Telegram macOS app (Keepcoder) stores all messages in an encrypted SQLite database using SQLCipher. This skill:
- Decrypts the
.tempkeyEncryptedkey file using AES-256-CBC (password:"no-matter-key"unless Passcode Lock is set) - Opens the encrypted database with SQLCipher4 + raw key + plaintext header
- Parses Telegram's Postbox binary format to extract readable text
- Maps peer IDs to contact names from the peers table