← Back to Skills Marketplace
sergeykolbasuk

Telegram Summary

by sergeykolbasuk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
20
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-summary
Description
Summarize Telegram channel messages by topic with structured output. Used by executor sub-agents spawned by telegram-parser.
README (SKILL.md)

telegram-summary — Telegram Summarization Skill

Используется только дочерними агентами-исполнителями. Оркестратор (telegram-parser) не читает сообщения, а только передаёт описание батча.

Когда использовать

Когда оркестратор передал тебе задачу с:

  • channel — @имя канала
  • period — даты/недели для суммаризации
  • message_count — сколько сообщений
  • batch_info — что известно о батче (темы, если есть)

Как работать

  1. Прочитай этот skill — запомни формат и правила
  2. Прочитай сообщения батча — через Telethon или откуда они доступны
  3. Сгруппируй по темам, а не хронологически
  4. Напиши summary по формату ниже
  5. Верни результат оркестратору

Формат вывода

🔍 @channel · YYYY-MM-DD · N сообщений

📌 Тема: Заголовок
Описание сути, ключевые факты, компании, цифры.

📌 Тема: ...
(если в течение дня были изменения по теме — отметить)

📌 Объявления / Вакансии:
• Компания — должность, формат (удалёнка/офис/гибрид), зарплата, ключевые требования
• Компания — должность, формат, зарплата

Правила

Язык и стиль

  • Русский, технические термины (SQL, Python, Data Engineer) как есть
  • Лаконично. Только суть. Без воды.

Группировка

  • По темам, а не по времени
  • Если в течение дня/недели были изменения по теме — укажи
  • Вакансии — каждая отдельной строкой: компания, должность, формат, ЗП, требования

Объём

  • 1 минута (~150-200 слов) на тему
  • Не более 5 тем на дайджест (~5 минут чтения)
  • Если сообщений мало — короче. Не раздувай.

Ссылки

  • Не открывай ссылки из постов
  • В summary НЕ вставляй ссылки на объявления/посты — Серёга сам придёт если нужно
  • Ссылки добавляй в summary только если Серёга явно попросил

Статистика

  • Только в шапке: канал, дата, количество сообщений
  • Внизу ничего не дублировать

Примеры

Хорошо (вакансии):

🔍 @de_rabota · W17 · 5 сообщений

📌 Вакансии:
• Дата Дженерейшн — Data Engineer, удалёнка, 250-300к
• Т1 — DE (риск-модели), удалёнка
• МТС — Стажёр, офис
• Форсайт Лаб — Middle DE, удалёнка, от 150к

Хорошо (новости/статьи):

🔍 @tech_channel · 2026-06-08 · 12 сообщений

📌 AI: OpenAI выпустила GPT-5
Анонс модели, ключевые изменения: мультимодальность, цена, доступность.
В течение дня — уточнение по ценам (на 30% дешевле GPT-4).

📌 Рынок: сокращения в Big Tech
Amazon — 2000 инженеров, Google — заморозка найма в Cloud.

Плохо (не делать):

❌ W20 (5 сообщений)
**Компании:** Яндекс. Начало летнего сезона.

Слишком размыто, нет конкретных вакансий.

❌ Было много разных сообщений.

Нет группировки, нет структуры.

Важно

Ты — исполнитель. Твоя задача только прочитать сообщения и вернуть структурированное саммари. Не планируй, не разбивай на батчи, не думай о следующем шаге. Это работа оркестратора.

Usage Guidance
Before installing, confirm you intend to use it with a Telegram parsing workflow and that any Telegram credentials or message batches exposed to the agent are limited to channels and dates you want summarized.
Capability Assessment
Purpose & Capability
The artifact consistently describes summarizing Telegram channel message batches by topic in Russian and returning structured output to an orchestrator.
Instruction Scope
Instructions are scoped to executor sub-agents handling a provided channel, period, message count, and batch description; it also tells the agent not to open links from posts.
Install Mechanism
The package contains only a markdown SKILL.md file and no executable scripts, install hooks, dependencies, or additional files.
Credentials
The skill may require access to Telegram messages through Telethon or another provided source, which is expected for its stated summarization purpose.
Persistence & Privilege
No persistence, privilege escalation, credential harvesting, background workers, or mutation authority is present in the artifact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-summary
  3. After installation, invoke the skill by name or use /telegram-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of telegram-summary skill. - Summarizes Telegram channel messages by topic with structured output. - Designed for use exclusively by executor sub-agents, not by the main orchestrator. - Provides clear formatting rules, grouping logic, output examples, and strict style guidelines. - Focuses on concise, topic-grouped summaries in Russian, including structured handling for job postings and technical news.
Metadata
Slug telegram-summary
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Telegram Summary?

Summarize Telegram channel messages by topic with structured output. Used by executor sub-agents spawned by telegram-parser. It is an AI Agent Skill for Claude Code / OpenClaw, with 20 downloads so far.

How do I install Telegram Summary?

Run "/install telegram-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telegram Summary free?

Yes, Telegram Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Telegram Summary support?

Telegram Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telegram Summary?

It is built and maintained by sergeykolbasuk (@sergeykolbasuk); the current version is v1.0.0.

💬 Comments