telegram-notify
Installation
SKILL.md
Telegram Bot API skill. All commands go through bash <base_directory>/telegram.sh <command>.
[!COMMANDS]
a) bash <base_directory>/telegram.sh send <text> — send a message to the configured chat immediately.
b) bash <base_directory>/telegram.sh schedule <datetime> <text> — schedule a message for later delivery via Cloudflare Worker.
c) bash <base_directory>/telegram.sh scheduled — list all pending scheduled messages.
d) bash <base_directory>/telegram.sh cancel <id> — cancel a scheduled message by ID.
e) bash <base_directory>/telegram.sh me — get bot info; useful for debugging credential issues.
[!DATETIME FORMATS for schedule]
The <datetime> argument accepts multiple formats. Always quote it if it contains spaces.