tg-send

tg-send is a skill for Claude Code from sanjar-x/claudegram. It costs 31 tokens per session (444 once invoked), scanned A, original, MIT.

A guided way to send a message to a Telegram chat through an MCP server, a service that lets an assistant use an external tool.

In plain words
What is it for?
Use it to prepare and send a Telegram message to a username or numeric chat ID while preserving the supplied text and line breaks.
Why use it?
It reduces mistakes by checking the destination and showing the final message before sending. The message is sent only after explicit confirmation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the claudegram plugin — 7 skills, 3 commands, 5 hooks, 1 MCP server shipped together

Good fit Use it to prepare and send a Telegram message to a username or numeric chat ID while preserving the supplied text and line breaks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sanjar-x/claudegram/tg-send
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 sanjar-x/claudegram --skill tg-send
Clone the repo
git clone --depth 1 https://github.com/sanjar-x/claudegram

Made for: Claude Code.

Or install claudegram, the plugin that ships this one along with the rest of its 7 skills, 3 commands, 5 hooks, 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 tg-send

README.md
[![agentmods](https://agentmods.dev/badge/skills/sanjar-x/claudegram/tg-send/github.svg)](https://agentmods.dev/skills/sanjar-x/claudegram/tg-send)
Your own site
<a href="https://agentmods.dev/skills/sanjar-x/claudegram/tg-send"><img src="https://agentmods.dev/badge/skills/sanjar-x/claudegram/tg-send/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-send

Your own site · 80×15
<a href="https://agentmods.dev/skills/sanjar-x/claudegram/tg-send"><img src="https://agentmods.dev/badge/skills/sanjar-x/claudegram/tg-send.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 444 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.00031 $0.00444
Opus 5 $0.00015 $0.00222
Sonnet 5 $0.00006 $0.00089
Haiku 4.5 $0.00003 $0.00044

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

Security

Grade A, and why

tg-send 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

Copies of this mod

1 near-identical copy found in the catalogue:

  • tg-send — 100% identical, 0 lines differ
skills/tg-send/SKILL.md · 34 lines

What it actually says

Отправить сообщение в Telegram.

Аргументы пришли как: $ARGUMENTS

Парсинг:

  1. Получатель — первое слово в $ARGUMENTS (@username, username или числовой id).
  2. Текст — всё остальное после первого пробела. Сохрани переносы строк, не трогай регистр.

Алгоритм:

  1. Разбери $ARGUMENTS по правилу выше. Если получатель пустой или текст пустой — попроси уточнить, не выдумывай.
  2. Если получатель — @username, преобразуй через mcp__plugin_claudegram_claudegram__resolve_username.
  3. Покажи мне краткую инфу о чате (тип, имя, id) через mcp__plugin_claudegram_claudegram__get_chat_info.
  4. Покажи мне финальный текст в блоке кода, чтобы я перечитал.
  5. Жди явного подтверждения прежде чем вызывать mcp__plugin_claudegram_claudegram__send_message.
  6. Если в тексте есть *, _, [, ], ~, \`` без явного намерения форматирования — передай parse_mode="none". Иначе оставь дефолт "markdown"`.
  7. После отправки покажи id отправленного сообщения (на случай редактирования / удаления).
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 · 34 lines · 31 tokens per session scan A ed7e14e50a1b

Subscribe to this mod's changes

tg-send is a skill published in the GitHub repository sanjar-x/claudegram (2 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 444 once invoked, about $0.0002 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

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…

oprogramadorreal/optimus-claude · 85 tokens

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…

rasatpetabit/masterplan · 116 tokens

skill-creator

Authors and audits Claude Code skills: frontmatter, directory layout, scope, invocation control, and bundled references or scripts.

anilcancakir/claude-code · 28 tokens

git-master

Git expert: atomic commits with style detection, rebase and squash, and history archaeology through blame, bisect and pickaxe.

anilcancakir/claude-code · 29 tokens

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".

HeyRenan/showreel · 70 tokens

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…

HeyRenan/showreel · 98 tokens