Skip to main content
ClaudeWave

🔍 导出并模糊搜索 Telegram 聊天记录 | Export and fuzzy search your Telegram chat history

Subagents3.9k stars255 forksTypeScriptAGPL-3.0Updated today
Editor's note

Telegram Search is a TypeScript application that exports Telegram chat history and makes it searchable through a combination of fuzzy text matching and vector semantic search. It connects to Telegram via the official MTProto API using credentials from my.telegram.org, then stores messages in either PGlite or PostgreSQL with pgvector, while optionally backing up media files to MinIO object storage. The search interface supports multilingual tokenization, image-to-text semantic search via embeddings, and a RAG-based chat mode that lets users ask questions against their own message history. A companion Telegram bot allows searching and exporting directly within Telegram, with deep links that jump back to the original conversation. An unread message summarization feature automatically condenses pending messages across chats. The project exposes an MCP integration, making it usable as a Claude subagent, and embeds LLM and embedding model settings are configured per account through the in-app settings panel rather than environment variables. Developers, researchers, and heavy Telegram users who need to retrieve specific messages across large multilingual histories are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (AGPL-3.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/groupultra/telegram-search && cp telegram-search/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
aiai-agentembeddingmcptelegramtelegram-bot

What people ask about telegram-search

What is groupultra/telegram-search?

+

groupultra/telegram-search is subagents for the Claude AI ecosystem. 🔍 导出并模糊搜索 Telegram 聊天记录 | Export and fuzzy search your Telegram chat history It has 3.9k GitHub stars and was last updated today.

How do I install telegram-search?

+

You can install telegram-search by cloning the repository (https://github.com/groupultra/telegram-search) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is groupultra/telegram-search safe to use?

+

Our security agent has analyzed groupultra/telegram-search and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains groupultra/telegram-search?

+

groupultra/telegram-search is maintained by groupultra. The last recorded GitHub activity is from today, with 49 open issues.

Are there alternatives to telegram-search?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy telegram-search to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: groupultra/telegram-search
[![Featured on ClaudeWave](https://claudewave.com/api/badge/groupultra-telegram-search)](https://claudewave.com/repo/groupultra-telegram-search)
<a href="https://claudewave.com/repo/groupultra-telegram-search"><img src="https://claudewave.com/api/badge/groupultra-telegram-search" alt="Featured on ClaudeWave: groupultra/telegram-search" width="320" height="64" /></a>

More Subagents