Telegram Status

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

gl0di Updated

File contents

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.

gl0di/clawseccheck/tree/main/fixtures/benign_b13_notify_telegram/skills/telegram-status commit 983563ab98

Frequently asked questions

npx skillmds@latest add gl0di/telegram-status