TelegramStatus

Send PAI system health and backup status to a Telegram chat.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill telegramstatus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TelegramStatus
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/TelegramStatus
Command: npx skills add https://github.com/CarbeneAI/Forge --skill telegramstatus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates PAI system health checks and notifications so you don't have to manually inspect servers, backups, and services across machines to know whether your environment is healthy.

Core Features & Use Cases

  • On-demand status delivery: Send a formatted system health summary to a Telegram chat instantly.
  • Scheduled daily reports: Configure a 7:00 AM Central Time automated update via cron, launchd, or systemd timers.
  • Cross-machine health checks: Aggregates skills, agents, hooks, observability, and Kopia backup snapshots (local and remote) into a single message.
  • Integration pattern: Reusable Telegram helpers for other skills to send alerts, error notifications, and progress updates.

Quick Start

Ask the assistant to "Send PAI status to Telegram" or run the send-status.ts tool to immediately post the current PAI system status to your configured Telegram chat.

Frequently Asked Questions about TelegramStatus

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

FAQPage Schema
How do I send automated system health status updates to Telegram?

You can send automated system health status updates to Telegram by configuring a bot token and chat ID, then executing a runtime script to format and post PAI system health summaries directly to your configured chat.

Can I schedule daily Telegram notifications for server backups and health checks?

Yes, you can schedule daily Telegram notifications for server backups by configuring a 7:00 AM Central Time automated update using cron, launchd, or systemd timers to aggregate and deliver cross-machine health checks.

What do I need to configure to integrate Telegram notifications with my PAI environment?

To integrate Telegram notifications with your PAI environment, you need to set the TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables, install the Bun runtime, and ensure network access for optional SSH or docker backup checks.

Does this approach support aggregating remote backup snapshots into a single Telegram message?

Yes, this approach supports aggregating remote backup snapshots into a single Telegram message by collecting local and remote Kopia backup snapshots, alongside skills, agents, and observability data, into one formatted summary.

How do I trigger an on-demand Telegram alert for my system status?

You can trigger an on-demand Telegram alert for your system status by prompting the assistant to "Send PAI status to Telegram" or by directly running the send-status.ts tool to instantly post the current health summary.

Can other PAI skills reuse these Telegram notification helpers for error alerts?

Yes, other PAI skills can reuse these Telegram notification helpers for error alerts by integrating the provided reusable functions to send error notifications, progress updates, and custom alerts to the configured Telegram chat.