fft-telegram-ops

Configure FFT_nano Telegram bots with command access control and media intake.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill fft-telegram-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fft-telegram-ops
Source: https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core/tree/main/skills/runtime/fft-telegram-ops
Command: npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill fft-telegram-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the setup and secure operation of Telegram bots within the FFT_nano framework, ensuring proper routing, command access, and media handling.

Core Features & Use Cases

  • Telegram Bot Setup: Guides through enabling and configuring Telegram integration.
  • Command Security: Enforces access controls for sensitive commands, distinguishing between general users and administrators.
  • Media Management: Defines how uploaded files are processed and stored.
  • Use Case: When deploying a new FFT_nano agent that will interact with users via Telegram, this skill ensures the bot is correctly initialized, main chat is claimed securely, and commands like /panel or /coder are only accessible to authorized personnel.

Quick Start

Enable Telegram integration by setting the TELEGRAM_BOT_TOKEN environment variable.

Frequently Asked Questions about fft-telegram-ops

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

FAQPage Schema
How do I secure Telegram bot operations and restrict admin command access?

Securing Telegram bot operations requires enforcing command access control policies that distinguish general users from administrators. This skill manages operational workflows by validating admin secrets and restricting sensitive commands like /panel or /coder to authorized personnel.

What environment variables do I need to set up a Telegram bot integration?

Setting up a Telegram bot integration requires configuring the TELEGRAM_BOT_TOKEN environment variable. This initialization step enables the bot framework to route messages and securely claim the main chat for operational administration.

How does Telegram bot media intake and file processing work?

Telegram bot media intake works by defining specific routing policies for how uploaded files are processed and stored. This skill manages the operational workflow to ensure reliable media handling within the Telegram-first deployment pattern.

Can I use this Telegram bot framework for general users without exposing sensitive commands?

You can safely deploy this Telegram bot framework for general users because it enforces strict command access control. It separates public interactions from administrative functions using admin secret management to prevent unauthorized access.

What is the best way to claim a main chat for a Telegram bot securely?

The best way to securely claim a main chat for a Telegram bot is through structured chat claiming workflows. This involves configuring the bot token and applying message routing policies to establish reliable and safe administration.