configure

Save Telegram bot tokens and guide access policy configuration.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/cjrfoto/claude-config --skill configure-cjrfoto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/cjrfoto/claude-config/tree/main/plugins/cache/claude-plugins-official/telegram/0.0.6/skills/configure
Command: npx skills add https://github.com/cjrfoto/claude-config --skill configure-cjrfoto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Telegram channel setup by saving the bot token and guiding you through access policy, so you can control who can reach the bot.

Core Features & Use Cases

  • Save the bot token to ~/.claude/channels/telegram/.env for boot-time use.
  • Review and enforce an access policy, display current allowlist, and explain what each setting means.
  • Guide you through pairing new users and locking down the channel to minimize exposure.

Quick Start

Paste the Telegram bot token to configure the channel and review access policy.

Frequently Asked Questions about configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Telegram bot token for channel access?

To set up a Telegram bot token for channel access, paste the token into the interface. The system saves the bot token to ~/.claude/channels/telegram/.env for boot-time use and displays access policy guidance.

What does an access policy do for a Telegram bot channel?

An access policy for a Telegram bot channel controls who can reach the bot. The system reads access.json to display the current allowlist, explain what each setting means, and guide you through pairing new users.

How can I lock down a Telegram channel to minimize exposure?

To lock down a Telegram channel and minimize exposure, follow the guided lockdown steps provided after saving your bot token. This process enforces the access policy and restricts unauthorized users from reaching the bot.

Can I check my Telegram channel status and current allowlist?

Yes, you can check your Telegram channel status and current allowlist by requesting a status review. The system reads access.json to display active access policies and the users currently permitted to reach the bot.

Where is the Telegram bot token stored for boot-time use?

The Telegram bot token is stored in ~/.claude/channels/telegram/.env. Writing the token to this environment file ensures the channel configuration is available for boot-time use by the system.