docker-telethon-plus: Skill for Claude Code

.agents/skills/telethon-plus/SKILL.md

telethon-plus is a skill for Claude Code from psyb0t/docker-telethon-plus. It costs 189 tokens per session (7,234 once invoked), scanned A, original, WTFPL.

A control connection for a real Telegram user account using Telethon, a Python library for Telegram’s MTProto protocol. It is not a Telegram bot account.

In plain words
What is it for?
Reading, sending, editing, deleting, and forwarding messages; browsing chats; handling contacts and media; managing chats; running polls; and forwarding incoming messages to a webhook.
Why use it?
It lets an agent work with Telegram conversations and account features through the user account itself.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is psyb0t/docker-telethon-plus's own configuration. It tells Claude Code how to work on docker-telethon-plus itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything docker-telethon-plus configures →

Part of the telethon-plus plugin — 1 skill shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to psyb0t/docker-telethon-plus. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/psyb0t/docker-telethon-plus/main/.agents/skills/telethon-plus/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/psyb0t/docker-telethon-plus

Made for: Claude Code.

Or install telethon-plus, the plugin that ships this one along with the rest of its 1 skill.

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 telethon-plus

README.md
[![agentmods](https://agentmods.dev/badge/skills/psyb0t/docker-telethon-plus/telethon-plus.svg)](https://agentmods.dev/skills/psyb0t/docker-telethon-plus/telethon-plus)
Your own site
<a href="https://agentmods.dev/skills/psyb0t/docker-telethon-plus/telethon-plus"><img src="https://agentmods.dev/badge/skills/psyb0t/docker-telethon-plus/telethon-plus.svg" alt="Measured on agentmods" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00189 $0.07234
Opus 5 $0.00095 $0.03617
Sonnet 5 $0.00038 $0.01447
Haiku 4.5 $0.00019 $0.00723

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

Security

Grade A, and why

telethon-plus scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/telethon.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

description: HTTP + MCP control plane over a REAL Telegram MTProto userbot (Telethon) — a full user account, not the Bot API. Send/read/edit/delete/forward messages, browse dialogs, resolve entities/contacts, download +
.agents/skills/telethon-plus/SKILL.md · 512 lines

The source is not reproduced here

Licensed WTFPL

The repository is licensed WTFPL, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 512 lines · 189 tokens per session scan A 1ab8da7bc819

Subscribe to this mod's changes

telethon-plus is a skill published in the GitHub repository psyb0t/docker-telethon-plus (2 stars, last pushed 1mo ago), licensed WTFPL. It adds 189 tokens to every session and 7,234 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

Webhooks & Idempotency Audit

Comprehensive audit of ALL webhook handlers — Stripe and POD provider (Printify/Printful). Covers signature verification, idempotency guarantees, error isolation, retry safety, database transaction consistency, and monitoring. Use when asked to audit webhooks, idempotency, event handling, or webhook security.

lroy-stack/ai-pod-store · 68 tokens

Audit Plans Limits Monetization

Comprehensive audit of the SKAPARA subscription plans, usage limits, and monetization system. Use when asked to audit pricing, plans, usage limits, free tier, premium features, Stripe subscriptions, chat/design daily limits, upsell flows, or the €9.99/month plan. Covers server-side limit enforcement, bypass…

lroy-stack/ai-pod-store · 88 tokens

n8n-subworkflows

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…

czlonkowski/n8n-mcp · 121 tokens

n8n-code-tool

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…

czlonkowski/n8n-mcp · 221 tokens

image-gen

An image-generation workflow for creating pictures, posters, and illustrations from text prompts, including requests using Qwen-Image or compatible image APIs.

xerrors/Yuxi · 48 tokens

sanity-best-practices

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…

sanity-io/agent-toolkit · 164 tokens