npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-telegram-mcp--- name: search description: Search Telegram message history allowed-tools: - mcp__che-telegram-mcp__auth_status - mcp__che-telegram-mcp__search_chats - mcp__che-telegram-mcp__search_messages - mcp__che-telegram-mcp__get_chat_history --- # Search Telegram Messages 1. Check `auth_status` 2. If user specified a chat name, use `search_chats` to find the chat ID 3. Use `search_messages` with the query in the target chat 4. If no specific query, use `get_chat_history` to browse recent messages 5. Present results with sender, date, and message content
/searchSearches issues by text query across title, description, and ID. Supports filters (--status, --label, --assignee, --type, etc.), sorting, limits, and JSON output.
/searchSearches Redpanda Connect components (inputs, outputs, processors, caches, rate-limits, buffers, metrics, tracers) matching the provided description.
/searchSearches pro-workflow learnings database using BM25 full-text search with prefix, phrase, and multi-term matching, returning top ranked results with mistake details and application counts.
/searchSearch AI experiments by query, tool, tag, rating, or date filters with sorting options and display formatted terminal results including stats.
/searchSearches your Notion workspace for pages, databases, and content matching the natural-language query, returning a scannable list with titles, types, descriptions, and clickable links.
/searchSearch Claude's persistent memories for content, patterns, or keywords via <query> [limit]. Returns matches with relevance scores, human-readable timestamps, and highlighted keywords.
auth_statussearch_chats to find the chat IDsearch_messages with the query in the target chatget_chat_history to browse recent messages