LifeQuery Telegram History Skill
Query your Telegram chat history using a LifeQuery instance.
When to Use
Use when the user wants to:
- Search past Telegram conversations
- Find shared links, photos, or files
- Ask about specific people, events, or topics from their Telegram messages
- Retrieve context from old chats
Configuration
Set these environment variables:
LIFEQUERY_BASE_URL: Base URL of your LifeQuery instance (e.g.,http://localhost:3134/v1orhttp://your-server:80/v1)LIFEQUERY_API_KEY: Optional API key if protected
How it Works
The skill runs a Python script that sends search queries to the LifeQuery /chat/completions endpoint and returns semantically relevant answers with citations from the chat history.