tg-digest

tg-digest is a skill for Claude Code from Uri6407/claudegram. It costs 57 tokens per session (390 once invoked), scanned A, a copy of tg-digest, MIT.

A Telegram unread-message digest that groups missed messages by chat and summarizes them in Russian. Telegram is a messaging service with individual and group chats.

In plain words
What is it for?
Use it to review unread Telegram chats, see the main points of recent messages, and identify conversations requiring an urgent response.
Why use it?
It saves you from opening every chat and reading all missed messages yourself. It also points out chats that contain questions or may need a quick reply.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to review unread Telegram chats, see the main points of recent messages, and identify conversations requiring an urgent response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uri6407/claudegram/tg-digest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Uri6407/claudegram --skill tg-digest
Clone the repo
git clone --depth 1 https://github.com/Uri6407/claudegram

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tg-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/uri6407/claudegram/tg-digest/github.svg)](https://agentmods.dev/skills/uri6407/claudegram/tg-digest)
Your own site
<a href="https://agentmods.dev/skills/uri6407/claudegram/tg-digest"><img src="https://agentmods.dev/badge/skills/uri6407/claudegram/tg-digest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tg-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/uri6407/claudegram/tg-digest"><img src="https://agentmods.dev/badge/skills/uri6407/claudegram/tg-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 390 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00390
Opus 5 $0.00028 $0.00195
Sonnet 5 $0.00011 $0.00078
Haiku 4.5 $0.00006 $0.00039

Measured 9d ago against content hash dd52273ef403, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tg-digest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to tg-digest — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/tg-digest/SKILL.md · 30 lines

What it actually says

Собери сводку непрочитанных сообщений из Telegram.

Параметр $chat_limit (по умолчанию 20) ограничивает число чатов.

Алгоритм:

  1. Вызови mcp__plugin_claudegram_claudegram__list_chats с only_unread=true и limit равным $chat_limit (если пусто — 20).
  2. Для каждого чата с непрочитанными вызови mcp__plugin_claudegram_claudegram__get_history с limit=min(unread_count, 20).
  3. Сгруппируй по чатам и выдай сводку на русском:
    • Чат (тип, имя, кто пишет)
    • 1-2 строки сути сообщений
    • Если есть прямой вопрос ко мне — выдели жирным
  4. В конце — список чатов, требующих срочного ответа.

Не помечай прочитанными автоматически. Если попрошу — вызовешь mcp__plugin_claudegram_claudegram__mark_read.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 30 lines · 57 tokens per session scan A dd52273ef403

Subscribe to this mod's changes

tg-digest is a skill published in the GitHub repository Uri6407/claudegram (2 stars, last pushed yesterday), licensed MIT. It adds 57 tokens to every session and 390 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tg-digest, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

meeting-notes

Use when the user asks to capture, structure, or summarize meeting notes / call notes / 1:1 discussion / standup notes. Produces a standard template with attendees, agenda, decisions, action items (owner + deadline), and open questions.

shiwenwen/hope-agent · 55 tokens

ha-settings

Manage Hope Agent application settings through conversation. Use when the user wants to view or change any app configuration: theme, language, enhanced focus indicators, proxy, temperature, notifications, tool timeout, context compaction, automatic session titles, web search, GitHub issue reporting, memory, embedding…

shiwenwen/hope-agent · 214 tokens

workflow-creator

Turn a repeatable multi-step task into a runnable, reusable saved workflow through guided conversation, in either of two shapes — chaining existing skills/recordings (wiring each one's output into the next's input), or composing the workflow script's own primitives (agent/parallel/pipeline) directly when the task…

open-octo/octo-agent · 278 tokens

cron-task-creator

A scheduler for recurring octo agent tasks. Each task contains a schedule and a prompt, so octo can run an agent turn automatically at the specified times.

open-octo/octo-agent · 89 tokens

resume-crafting

A career-writing aid for turning a résumé or cover letter into clear evidence of results. It uses measurable outcomes and adapts the wording to a job description and applicant-tracking systems, or ATS tools that scan applications for relevant terms.

open-octo/octo-agent · 180 tokens

bear-notes

Create and manage notes in Bear on macOS using the Bear x-callback-url scheme.

profclaw/profclaw · 21 tokens