Manage Telegram chat tracking and view auto-generated notes. Use when the user asks to track a chat, list tracked chats, view chat notes, enable or disable tracking, or asks what chats are monitored. Trigger phrases include "track chat", "monitor chat", "view notes", "chat notes", "start tracking", "stop tracking", "какие чаты отслеживаются", "включи трекинг", "покажи заметки".
Install
npx skillscat add paulo20223/clawcode/chat-track Install via the SkillsCat registry.
SKILL.md
Chat Tracking
Monitor Telegram chats and automatically generate notes when notable events occur.
Prerequisites
- mtcute must be authenticated (
claudeclaw mtcute auth) mtcute.enabledandmtcute.trackingEnabledmust betruein settings.json
Commands
# List target chats
claudeclaw mtcute chats
# Search for chats to add
claudeclaw mtcute chats search <query>
# Add a chat to targets
claudeclaw mtcute chats add <chatId>
# Remove a chat from targets
claudeclaw mtcute chats remove <chatId>
# View auto-generated notes
claudeclaw mtcute notes [chatId]
# Check tracking status
claudeclaw mtcute statusHow tracking works
- The daemon checks tracked chats every
mtcute.trackingIntervalminutes (default: 30) - Chats with 5+ new messages are sent to Claude for analysis
- Notable findings are saved as markdown notes in
.claude/claudeclaw/mtcute/notes/<chatId>/
Related skills
- chat-summary — generate an on-demand summary of any chat
- chat-reply — draft and send replies to chats