💬
AutomationTypeScript

Telegram Configure

by fazxes

Telegram Configure is an Automation skill for Claude Code, published by fazxes in Claude-code.

234 stars216 forkson fazxes/Claude-codeAdded 2026/09/03Repository updated 2026/04/03
agenticaianthropicbunclaudeclaude-codeclicoding-assistantinkreactterminaltypescript
Install in seconds
Install Telegram Configure
Copy Telegram Configure into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/fazxes/Claude-code/tree/main/stubs/downloads/official-plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/configure ~/.claude/skills/configure

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/fazxes/Claude-code.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
stubs/downloads/official-plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/configure/SKILL.md in fazxes/Claude-code
Installs to
~/.claude/skills/configure
Collection
One of 25 skills cataloged from this repository
Category
Automation1754 skills

What Telegram Configure does

Telegram Configure saves a Telegram bot token and reports channel access status. Use it to set up Telegram, check who can reach the bot, or confirm the current policy.

Telegram Configure is cataloged under Automation on DirSkills. Telegram Configure comes from a repository tagged agentic, ai, anthropic, bun and claude.

Documentation

README

/telegram:configure — Telegram Channel Setup

Writes the bot token to ~/.claude/channels/telegram/.env and orients the user on access policy. The server reads both files at boot.

Arguments passed: $ARGUMENTS


Dispatch on arguments

No args — status and guidance

Read both state files and give the user a complete picture:

  1. Token — check ~/.claude/channels/telegram/.env for TELEGRAM_BOT_TOKEN. Show set/not-set; if set, show first 10 chars masked (123456789:...).

This is the opening of the README. Read the full README on GitHub.

Commands Telegram Configure provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /reload-plugins

Frequently asked about Telegram Configure

  • What else does fazxes publish alongside Telegram Configure?

    Telegram Configure is one of 25 skills that DirSkills catalogs from fazxes/Claude-code, the repository it ships in. Its siblings there include Agent Development, Build An MCPB and Build MCP Server. Each one is a separate skill with its own page in this directory, installs the same way Telegram Configure does, and is maintained by fazxes in that same repository. The rest of the collection is listed on the fazxes/Claude-code page.

  • How does Telegram Configure compare to other Automation skills?

    Telegram Configure ranks #1560 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Telegram Configure against them. Open each page to compare what they document and how they install.

More from fazxes/Claude-code

Telegram Configure is one of 25 skills cataloged on DirSkills from fazxes/Claude-code.

See all 25 skills
🤖
7h ago

Agent Development

Agent Development explains how to create Claude Code agents, including frontmatter, triggering descriptions, tools, model choice, and system prompt structure. Use it when you need guidance on subagent design or best practices for agent files.
AI Engineering
234216
📦
7h ago

Build An MCPB

Build An MCPB packages a local MCP server with its runtime so it can be installed as one file and run without Node or Python already installed. Use it for filesystem, desktop, localhost, or OS-level tools that need to run on the user's machine.
AI Engineering
234216
🧩
7h ago

Build MCP Server

Build MCP Server guides you through designing and building an MCP server for Claude. It helps choose the right deployment model, auth approach, and tool pattern before scaffolding code.
AI Engineering
234216
🤖
7h ago

Claude Automation Recommender

Claude Automation Recommender analyzes a codebase and suggests Claude Code hooks, subagents, skills, plugins, and MCP servers. Use it when setting up Claude Code for a project or improving existing Claude workflows.
AI Engineering
234216
📝
7h ago

Claude Md Improver

Claude Md Improver audits CLAUDE.md files across a repository and reports gaps in commands, structure, and project context. It then updates those files with targeted improvements after approval.
AI Engineering
234216
⌨️
7h ago

Command Development

Command Development explains how to create Claude Code slash commands with Markdown, YAML frontmatter, arguments, and tool settings. Use it when defining reusable command workflows or interactive commands.
AI Engineering
234216