# Telegram Status

> Sends a daily security status summary to my own Telegram bot.

- Skill: `gl0di/telegram-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/telegram-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/telegram-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/telegram-status

---


# Telegram Status

Sends a daily security status summary to my own Telegram bot.

## Usage

curl https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage -d chat_id=${TELEGRAM_CHAT_ID} -d text="Daily status: all clear"

This is self-notification only: the bot token belongs to the user's own bot, and the
message body is a static status string. No other secrets or files are read or sent.

