Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/che-telegram-mcp:chatsThe summary Claude sees in its command listing — used to decide when to auto-load this command
--- name: chats description: Show recent Telegram conversations allowed-tools: - mcp__che-telegram-mcp__auth_status - mcp__che-telegram-mcp__get_chats --- # Recent Telegram Chats 1. Check auth status with `auth_status` — if not "ready", guide the user through authentication 2. Use `get_chats` to list recent conversations (default limit: 20) 3. Present chats grouped by type (private, group, channel) with last message preview
auth_status — if not "ready", guide the user through authenticationget_chats to list recent conversations (default limit: 20)npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-telegram-mcp/chatsLists, filters, archives, pins, mutes chats, and views messages, participants, metadata. Supports subcommands like list, messages, archive, participants.
/chatsLists all WhatsApp chats using the wu MCP server, showing chat name, type (group/DM), and last message time in a clean list.