meagent-daily-logging

Capture Telegram messages and log them into monthly markdown files.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ongspxm/mobot_skills --skill meagent-daily-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meagent-daily-logging
Source: https://github.com/ongspxm/mobot_skills/tree/main/meagent-daily-logging
Command: npx skills add https://github.com/ongspxm/mobot_skills --skill meagent-daily-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telethon, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of capturing and organizing Telegram messages into structured, monthly markdown log files, preventing data loss and improving accessibility.

Core Features & Use Cases

  • Automated Logging: Pulls messages from specified Telegram chats.
  • Monthly Organization: Stores logs in YYYY-MM.md files.
  • Daily Sections: Organizes messages by day within the monthly file, with a defined daily window (02:00 to 02:00 next day).
  • Use Case: Automatically log important operational announcements from a team's Telegram channel into a persistent, searchable markdown file for future reference.

Quick Start

Run the meagent-daily-logging skill to log the previous local day's Telegram messages.

Frequently Asked Questions about meagent-daily-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log Telegram messages to markdown automatically?

Telegram message logging to markdown is automated by capturing chat histories via Telethon and organizing them into monthly files structured by day. The Skill pulls messages from configured chats and writes them into YYYY-MM.md files.

What is the daily time window for capturing Telegram chat history?

The daily time window for capturing Telegram chat history runs from 02:00 to 02:00 the next day. Messages are grouped into daily sections within the monthly markdown file based on this configurable timezone window.

Do I need Telethon to automate logging Telegram channel announcements?

Yes, you need Telethon to automate logging Telegram channel announcements, as it handles the required Telegram API authentication. This Skill depends on Telethon to connect to configured chats and pull messages.

Can I backfill specific dates when logging Telegram messages?

Yes, you can backfill specific dates when logging Telegram messages. The Skill allows you to process and pull messages from past dates to ensure your monthly markdown logs remain complete and accessible.

How are daily logs organized in the generated markdown files?

Daily logs in the generated markdown files are organized into monthly documents named YYYY-MM.md. Within each monthly file, messages are categorized into daily sections based on a defined 02:00 to 02:00 daily window.