tg-reply

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

A procedure for replying to a specific message in a Telegram chat, a messaging conversation, through a connected service after the user confirms the target and reply.

In plain words
What is it for?
Use it to find a message by chat and ID, show the message for confirmation, prepare the reply with suitable formatting, send it as a threaded reply, and return its ID.
Why use it?
It reduces the risk of replying to the wrong message by checking the chat, message number, original text, author, and final response first.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find a message by chat and ID, show the message for confirmation, prepare the reply with suitable formatting, send it as a threaded reply, and return its ID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uri6407/claudegram/tg-reply
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-reply
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-reply

README.md
[![agentmods](https://agentmods.dev/badge/skills/uri6407/claudegram/tg-reply.svg)](https://agentmods.dev/skills/uri6407/claudegram/tg-reply)
Your own site
<a href="https://agentmods.dev/skills/uri6407/claudegram/tg-reply"><img src="https://agentmods.dev/badge/skills/uri6407/claudegram/tg-reply.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 357 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.00028 $0.00357
Opus 5 $0.00014 $0.00179
Sonnet 5 $0.00006 $0.00071
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

tg-reply 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.

Origin

This is a copy

100% identical to tg-reply — 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-reply/SKILL.md · 33 lines

What it actually says

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

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

Парсинг:

  1. Чат — первое слово.
  2. message_id — второе слово, целое число.
  3. Текст — всё остальное.

Алгоритм:

  1. Разбери $ARGUMENTS. Если хотя бы одного из трёх не хватает — попроси уточнить.
  2. Если чат — @username, преобразуй через resolve_username.
  3. Подтяни через get_history(chat=..., limit=1, offset_id=<message_id>+1) сообщение с нужным id и покажи мне его текст и автора — чтобы я убедился, что отвечаешь на правильное.
  4. Покажи мне финальный текст ответа.
  5. Жди подтверждения «отправляй».
  6. Вызови send_message(chat=..., text=<текст>, reply_to=<message_id>). Если в тексте есть символы Markdown без намерения форматирования — parse_mode="none".
  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. 7d ago First seen · 33 lines · 28 tokens per session scan A 3a89f1320f9d

Subscribe to this mod's changes

tg-reply is a skill published in the GitHub repository Uri6407/claudegram (2 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 357 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tg-reply, 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

messaging

Send messages to users via WhatsApp and other connected channels. Use when asked to notify someone, send a message, reply to a contact, message a group, or proactively communicate through WhatsApp. Supports text, images, documents, audio, video, and stickers. Also provides group etiquette for observing group…

Array-Ventures/coworker · 82 tokens