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.
npx skills add sanjar-x/claudegram --skill telegram-workflowgit clone --depth 1 https://github.com/sanjar-x/claudegramWrote 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.
[](https://agentmods.dev/skills/sanjar-x/claudegram/telegram-workflow)<a href="https://agentmods.dev/skills/sanjar-x/claudegram/telegram-workflow"><img src="https://agentmods.dev/badge/skills/sanjar-x/claudegram/telegram-workflow.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00097 | $0.02819 |
| Opus 5 | $0.00048 | $0.01409 |
| Sonnet 5 | $0.00019 | $0.00564 |
| Haiku 4.5 | $0.00010 | $0.00282 |
Grade A, and why
telegram-workflow 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 7d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- telegram-workflow — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Работа с Telegram через claudegram
MCP-сервер claudegram даёт доступ к личному аккаунту пользователя
через MTProto (не бот). 58 типизированных tools, разбитых по категориям.
Базовые принципы безопасности
- Никогда не отправляй сообщения без явного подтверждения. Намерение «составить черновик» ≠ намерение отправить. Покажи проект текста и жди слов вроде «отправь / шли / да».
delete_message(revoke=True)— необратимо. ДефолтFalse(только у себя). Hookguard-deleteтребует подтверждения. Не передавайTrueбез явного запроса юзера.- Не помечай прочитанным автоматически.
mark_read— только по явной просьбе. Иначе пользователь потеряет визуальные индикаторы непрочитанного. - Деструктивные операции на чатах:
kick_participant,ban_participant,delete_dialog,leave_chat,terminate_authorization,block_user— всегда показывай action + entity и жди "да". - Markdown в
send_message/edit_message. Если в тексте есть*,_,[,],~,\``, и это **не** разметка — передайparse_mode="none"`, иначе Telegram упадёт с ParseMode-error. - Сессия — это пароль. Файл
*.sessionв${CLAUDE_PLUGIN_DATA}даёт полный доступ к аккаунту. Никогда не предлагай пересылать его, копировать в чат, коммитить. invoke_raw— крайний инструмент. Используй только если нет high-level tool. Можешь случайно изменить состояние аккаунта или нарваться на flood-wait.
Каталог инструментов
Все имена под префиксом mcp__plugin_claudegram_claudegram__. Сгруппированы по модулям.
Identity / Account (server/tools/identity/account.py)
| Tool | Назначение |
|---|---|
get_me |
Кто я залогинен |
get_authorizations |
Список активных сессий аккаунта (другие устройства) |
terminate_authorization |
Завершить чужую сессию (по hash) |
update_profile |
Изменить имя/фамилию/био |
set_online |
Online/offline статус |
Messaging (server/tools/messaging/{messages,history,pins,reactions}.py)
| Tool | Назначение |
|---|---|
send_message |
Отправить (parse_mode, reply_to, silent, link_preview, schedule_unix) |
edit_message |
Отредактировать своё |
delete_message |
Удалить (revoke=False default) |
forward_message |
Переслать (silent, drop_author) |
get_history |
Последние N (offset_id, min_id, from_user, reverse) |
search_messages |
Поиск по тексту (chat, from_user) |
mark_read |
Прочитано (max_id, clear_mentions) |
pin_message |
Закрепить (notify, pm_oneside) |
unpin_message |
Открепить одно или все |
react_message |
Поставить эмодзи-реакцию ("" чтобы снять) |
send_dice |
🎲/🎯/🏀/⚽/🎰/🎳 |
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.
- 7d ago First seen · 173 lines · 97 tokens per session scan A 856c9bdb91f4
telegram-workflow is a skill published in the GitHub repository sanjar-x/claudegram (2 stars, last pushed 4mo ago), licensed MIT. It adds 97 tokens to every session and 2,819 once invoked, about $0.0005 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.
Other skills, from other repositories
dream
Prunes and consolidates the project's auto-memory to keep it minimal — deletes stale, wrong, or redundant memories, merges overlapping ones into existing files, and trims the index. Strong bias against growth: never creates new memory files and never stores new facts. Verifies staleness against the current codebase…
masterplan-detect
Suggest /masterplan import only when legacy masterplan bundle state files (docs/masterplan/ /state.yml at schema 5.x) exist without a matching v8 run. Generic planning artifacts (PLAN.md, TODO.md, ROADMAP.md, design docs, PR task lists) are NOT importable — no /masterplan import can ingest them; mention them only as…
skill-creator
Authors and audits Claude Code skills: frontmatter, directory layout, scope, invocation control, and bundled references or scripts.
git-master
Git expert: atomic commits with style detection, rebase and squash, and history archaeology through blame, bisect and pickaxe.
guide
Open the showreel visual setup guide, or walk the user through installing the plugin's dependencies. Use when the user asks how to set up showreel, install its dependencies, pre-warm the capture motor, install vhs, or says "showreel guide", "setup guide", "como instalar o showreel".
showreel
Use when the user wants to explain or document something visually — annotated screenshots, feature demos, flow GIFs, terminal recordings, before/after comparisons — or says "take a screenshot", "record this flow", "make a gif of", "show how this works", "annotate this page", "demo this feature", "grava um gif", "tira…