How this command is triggered — by the user, by Claude, or both
Slash command
/che-telegram-mcp:searchThe summary Claude sees in its command listing — used to decide when to auto-load this command
--- 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
auth_statussearch_chats to find the chat IDsearch_messages with the query in the target chatget_chat_history to browse recent messagesnpx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-telegram-mcp/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 the Repowise wiki using natural language, full-text, or symbol search. Supports --mode and --limit flags.
/searchSearches Claude's persistent memories for specific content, patterns, or keywords. Returns matching memories with relevance scores, human-readable timestamps, and highlighted keywords in context.