openclaw-telegram-bot

openclaw-telegram-bot is a skill for Claude Code, Codex from yedanyagamiai-cmd/openclaw-mcp-servers. It costs 109 tokens per session (2,543 once invoked), scanned A, original, MIT.

A toolkit for connecting an AI agent to Telegram, a messaging service. It can send messages, alerts, and reports, receive new messages and commands, and set a bot's command menu.

In plain words
What is it for?
It helps send status updates, error alerts, daily reports, and formatted messages, and can check incoming commands from Telegram users.
Why use it?
It lets an agent notify people and receive instructions through Telegram instead of requiring someone to watch the development environment.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit It helps send status updates, error alerts, daily reports, and formatted messages, and can check incoming commands from Telegram users.

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

Made for: Claude Code, Codex.

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 openclaw-telegram-bot

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-telegram-bot"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-telegram-bot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,543 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.00109 $0.02543
Opus 5 $0.00055 $0.01272
Sonnet 5 $0.00022 $0.00509
Haiku 4.5 $0.00011 $0.00254

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

Security

Grade A, and why

openclaw-telegram-bot 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 12d 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.

clawhub-skills/openclaw-telegram-bot/SKILL.md · 219 lines

How it starts

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

OpenClaw Telegram Bot v2.0

Telegram bot toolkit for AI agents. 5 tools. Rich formatting. Instant delivery. Bidirectional command handling.

Tool Purpose Free
send_message Send a text or Markdown message to any Telegram chat Yes
send_alert Send a formatted alert with severity level and action buttons Yes
get_updates Poll for new messages and commands from Telegram users Yes
set_commands Register bot command menu (e.g., /status, /report, /pause) Pro
send_report Send a structured formatted report with sections and tables Yes

What's New in v2.0

  • TelegramBridge -- Bidirectional communication. Send messages and receive commands in a single unified interface.
  • RichFormat Engine -- Native Markdown V2 rendering: bold, italic, code blocks, tables, and inline buttons — no raw HTML.
  • AlertStack -- Severity-tiered alerts (info/warning/error/critical) with configurable escalation and deduplication.
  • CommandRouter -- get_updates returns parsed commands with arguments, ready for AI agent conditional logic.

Quick Start

{
  "openclaw-telegram-bot": {
    "type": "streamable-http",
    "url": "https://openclaw-telegram-bot-mcp.yagami8095.workers.dev/mcp"
  }
}

Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.

Detection Triggers

This skill activates when a user says any of these:

  • "send a message to Telegram", "notify me on Telegram", "message my bot", "text me via Telegram"
  • "send an alert", "Telegram notification on failure", "ping me when done", "notify on error"
  • "check for Telegram commands", "get latest messages", "poll for updates", "what did users send"
  • "set bot commands", "configure Telegram menu", "register /status command", "bot command list"
  • "send daily report to Telegram", "Telegram summary", "weekly digest", "send formatted report"
  • "Telegram bot", "@yedanyagami_moltbot", "bot token", "chat ID"

Read the full file on GitHub · 219 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. 12d ago First seen · 219 lines · 109 tokens per session scan A 78dc53589947

Subscribe to this mod's changes

openclaw-telegram-bot is a skill published in the GitHub repository yedanyagamiai-cmd/openclaw-mcp-servers (3 stars, last pushed 5mo ago), licensed MIT. It adds 109 tokens to every session and 2,543 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.

Related

Other skills, from other repositories

adhoc-flow

Workflow for the rest of tasks: lightweight documentation, build, track, synchronize, etc.

griddynamics/rosetta · 22 tokens

cortex-profile

View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile'…

cdeust/Cortex · 98 tokens

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

step-through

Walks the user through a long enumerated response (numbered findings, audit list, refactor plan, bug list, PR review, recommendations, action items) one item at a time. For each item, lets the user dive deeper, take action, defer, or skip — instead of staring at the whole wall of text. Learns the user's per-severity…

mostafa-drz/claude-skills · 149 tokens

daily-brief

Surfaces recent updates relevant to you from GitHub, Linear, Slack, and other configured sources — PR reviews, new assignments, ticket changes, mentions, and CI failures. Use when starting work, catching up after being away, or prepping for standup.

mostafa-drz/claude-skills · 56 tokens

inbox-catchup

Scans all connected communication channels — Gmail, Slack, Calendar, and any available integrations — then produces a prioritized catchup briefing. Helps triage messages and draft replies. Use when starting the day, returning from a break, or needing to quickly catch up on communications.

mostafa-drz/claude-skills · 60 tokens