telegram-channel-report

telegram-channel-report is a skill for Claude Code from eqba1/telegram-bot-mcp. It costs 81 tokens per session (691 once invoked), scanned A, original, MIT.

A reporting and management guide for Telegram channels, which are broadcast spaces on the Telegram messaging service. It uses an accompanying Telegram channel server to record subscriber counts, report growth, and manage posts.

In plain words
What is it for?
Checking subscriber growth, viewing recent growth history, and publishing, editing, pinning, or deleting channel posts.
Why use it?
It keeps channel reports tied to recorded measurements and makes clear that subscriber counts do not show views, forwards, or reach. It also prevents one-day changes from being mistaken for long-term trends.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the telegram-channel plugin — 1 skill, 1 MCP server shipped together

Good fit Checking subscriber growth, viewing recent growth history, and publishing, editing, pinning, or deleting channel posts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eqba1/telegram-bot-mcp/telegram-channel-report
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 eqba1/telegram-bot-mcp --skill telegram-channel-report
Clone the repo
git clone --depth 1 https://github.com/eqba1/telegram-bot-mcp

Made for: Claude Code.

Or install telegram-channel, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 telegram-channel-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/eqba1/telegram-bot-mcp/telegram-channel-report/github.svg)](https://agentmods.dev/skills/eqba1/telegram-bot-mcp/telegram-channel-report)
Your own site
<a href="https://agentmods.dev/skills/eqba1/telegram-bot-mcp/telegram-channel-report"><img src="https://agentmods.dev/badge/skills/eqba1/telegram-bot-mcp/telegram-channel-report/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 telegram-channel-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/eqba1/telegram-bot-mcp/telegram-channel-report"><img src="https://agentmods.dev/badge/skills/eqba1/telegram-bot-mcp/telegram-channel-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 691 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 original No closer match found 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.00081 $0.00691
Opus 5 $0.00041 $0.00345
Sonnet 5 $0.00016 $0.00138
Haiku 4.5 $0.00008 $0.00069

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

Security

Grade A, and why

telegram-channel-report 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.

plugin/skills/telegram-channel-report/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Telegram Channel Report

Produce subscriber-growth reports and manage posts for a Telegram channel via the telegram-channel MCP server.

Daily stats report

  1. Call snapshot_members. It records today's subscriber count and returns the change since the previous recorded snapshot.

  2. Call get_growth_history with limit: 14 to get recent trend data.

  3. Report in this shape — keep it to a few lines, no headers:

    • Channel name and current subscriber count
    • Change since the last snapshot, with direction (+12 / -3 / unchanged)
    • Trend over the recorded window: net change and whether growth is accelerating, steady, or slowing
    • One plain-language observation, only if the data supports one
  4. When previous is null, say plainly that this is the first measurement and that comparisons start from the next run. Do not invent a baseline.

Match the user's language. If the user writes in Persian, report in Persian.

Reading the numbers honestly

  • The Bot API reports subscriber count only. It cannot report post views, forwards, or reach — never present those as available.
  • A single day's delta is noise. Do not describe one day's movement as a trend.
  • If snapshots skip days, the change field spans that whole gap. Check the date values in get_growth_history before calling a number "daily growth".

Managing posts

  • send_post publishes a new post. Show the user the exact text and get confirmation before publishing — a channel post reaches every subscriber.
  • edit_post replaces post text. Only posts the bot itself published can be edited.
  • pin_post pins or unpins (pass unpin: true).
  • delete_post is irreversible. Confirm the message_id with the user first, and never delete a post the user did not explicitly name.

Troubleshooting

Error mentions Cause Fix to suggest
chat not found Wrong channel id, or bot was never added Add the bot as a channel admin; for private channels use the numeric id
not enough rights Bot lacks the needed admin permission Grant "Post Messages" / "Edit Messages" in channel admin settings
bot token / Unauthorized Token missing or revoked Re-check the token in the plugin's config.json

Read the full file on GitHub · 68 lines

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 · 68 lines · 81 tokens per session scan A 8dee8ce95a22

Subscribe to this mod's changes

telegram-channel-report is a skill published in the GitHub repository eqba1/telegram-bot-mcp (0 stars, last pushed 21d ago), licensed MIT. It adds 81 tokens to every session and 691 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens

remindme

⏰ simple Telegram reminders for OpenClaw. cron, zero dependencies.

CraftOS-dev/CraftBot · 20 tokens

headless-bot

Nested swiss-knife reference for creating and operating a headless LingTai bot project without opening the TUI. Start from lingtai-tui spawn, then apply the relevant addon/MCP wiring, keep secrets in sidecar files, copy preset policy by referencing existing presets instead of copying preset JSON files, refresh or…

Lingtai-AI/lingtai · 87 tokens

community

Use when building or running a persistent two-way community space — Discord, Telegram, Circle: platform choice, structure, onboarding, native→bot→human moderation, rituals, growth loops, health metrics. NOT churn of paying product customers (that is retention), NOT broadcast email (that is newsletter), NOT one live…

ericrisco/rsc-harness · 77 tokens

telegram

Multi-bot Telegram bridge — routes messages between Telegram and Claude tmux sessions.

AIOSAI/AIPass · 17 tokens

ambient-context

Use when the user refers to what they were working on, asks to catch up, mentions their day, week, record or Ambient Context, or when a task needs to know what happened recently on this Mac. Reads the Ambient Context record through its MCP tools and says how much of it to read.

dragthelake/ambient-context · 63 tokens