Generate a summary of a Telegram chat using mtcute. Use when the user asks to summarize a chat, get a chat overview, or asks "what happened in" a chat. Trigger phrases include "summarize chat", "chat summary", "what happened in", "overview of chat", "recap chat".
Install
npx skillscat add paulo20223/clawcode/chat-summary Install via the SkillsCat registry.
SKILL.md
Chat Summary
Generate a summary of recent messages in a Telegram chat using the mtcute MTProto client.
Usage
claudeclaw mtcute summary <chatId> [limit]chatId— numeric ID of the target chat (find viaclaudeclaw mtcute chats search)limit— number of messages to analyze (default: 100)
How it works
- Reads the last N messages from the specified chat via MTProto
- Formats them with timestamps and sender names
- Sends to Claude for analysis
- Returns a concise summary of topics, decisions, and action items
Prerequisites
- mtcute must be authenticated (
claudeclaw mtcute auth) - Chat must be accessible to the authenticated user account