configure

configure is a skill for Claude Code from yaniv-golan/cc-telegram-plus. It costs 56 tokens per session (226 once invoked), scanned A, original, MIT.

A setup tool for connecting a Telegram bot to the coding agent. It stores the bot token and shows access settings, allowed users, and active sessions.

In plain words
What is it for?
Use it to save or remove a Telegram bot token, check channel status, and review or tighten the direct-message access policy.
Why use it?
It avoids manually editing configuration files and makes it easier to see who can contact the agent. It also explains when the channel must be restarted after a token change.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the telegram plugin — 2 skills, 4 hooks, 1 MCP server shipped together

Good fit Use it to save or remove a Telegram bot token, check channel status, and review or tighten the direct-message access policy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yaniv-golan/cc-telegram-plus/configure
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 yaniv-golan/cc-telegram-plus --skill configure
Clone the repo
git clone --depth 1 https://github.com/yaniv-golan/cc-telegram-plus

Made for: Claude Code.

Or install telegram, the plugin that ships this one along with the rest of its 2 skills, 4 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 configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/yaniv-golan/cc-telegram-plus/configure/github.svg)](https://agentmods.dev/skills/yaniv-golan/cc-telegram-plus/configure)
Your own site
<a href="https://agentmods.dev/skills/yaniv-golan/cc-telegram-plus/configure"><img src="https://agentmods.dev/badge/skills/yaniv-golan/cc-telegram-plus/configure/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 configure

Your own site · 80×15
<a href="https://agentmods.dev/skills/yaniv-golan/cc-telegram-plus/configure"><img src="https://agentmods.dev/badge/skills/yaniv-golan/cc-telegram-plus/configure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 226 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.00056 $0.00226
Opus 5 $0.00028 $0.00113
Sonnet 5 $0.00011 $0.00045
Haiku 4.5 $0.00006 $0.00023

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

Security

Grade A, and why

configure 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 8d 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.

skills/configure/SKILL.md · 28 lines

What it actually says

Telegram Channel Configuration

Commands

No arguments — Show status

Display:

  • Token status (set or not, bot username if available)
  • Current DM policy
  • Number of allowlisted users
  • Active sessions
  • Next steps (guide toward pairing → allowlist lockdown)

If pairing is active and allowlist has users, suggest: "Consider switching to policy allowlist to lock down access."

<token>

Save a BotFather token:

  1. Write TELEGRAM_BOT_TOKEN=<token> to ~/.claude/channels/telegram/.env
  2. Create the directory if it doesn't exist
  3. Remind user that the channel server needs to restart to pick up the new token

clear

Remove the token by deleting the .env file.

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. 8d ago First seen · 28 lines · 56 tokens per session scan A e972d8ecbd4e

Subscribe to this mod's changes

configure is a skill published in the GitHub repository yaniv-golan/cc-telegram-plus (1 stars, last pushed 5mo ago), licensed MIT. It adds 56 tokens to every session and 226 once invoked, about $0.0003 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

obsidian-skill

Controls Obsidian vaults via the official CLI (1.12+). Reads, creates, appends to, and searches notes. Manages daily notes, tasks, tags, properties, templates, bookmarks, and plugins. Analyzes knowledge graph structure including backlinks, orphans, and unresolved links. Triggers on Obsidian, vault, notes, daily notes…

wizzy15/obsidian-skill · 102 tokens

release

Cut a release of the msteams channel plugin — validate, bump the version in all four manifests, write a CHANGELOG entry, commit, push, tag, and publish a GitHub release. Use whenever the user says "release", "cut a release", "version bump", "ship it", "publish", "tag a release", "changelog and push", or finishes a…

gtapps/msteams-channel · 89 tokens

ashlr-cost-refactor

Token-efficient refactoring discipline for Claude Code. Diff-first before editing, structural edits for renames, find-all-refs then one multiedit per file, no re-reads between edits, one genome proposal at the end. Reduces refactor session cost 40–65%.

ashlrai/ashlr-plugin · 62 tokens

ashlr-search

Genome-aware search habits for Claude Code. Prefer ashlrgrep and ashlrglob over native scans; compose multi-term queries; trust genome summaries; orient once before searching. Reduces redundant reads and search token cost 40–70%.

ashlrai/ashlr-plugin · 55 tokens

access

Manage Microsoft Teams channel access — approve pairings, edit allowlists, set DM/channel policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Teams channel.

gtapps/msteams-channel · 44 tokens

stats

Show Captain Memo's corpus statistics (chunks per channel, observation counts, indexing progress, embedder info). Use when the user types /captain-memo:stats.

kalinbogatzevski/captain-memo · 36 tokens