telegram-notify/SKILL.md
Use when you need to send Telegram notifications - supports markdown formatting, auto-retry with backoff, rate limiting, and message history tracking
npx skillsauth add leprachuan/pot-o-skills telegram-notifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send Telegram messages with markdown formatting, auto-retry, and rate limiting. Reliable notification delivery with built-in resilience.
Core principle: Simple, reliable Telegram messaging with automatic retries and rate limiting.
| Feature | Behavior |
|---------|----------|
| Send | Message delivered via Telegram |
| Format | Markdown support (*bold*, _italic_, `code`) |
| Retry | Auto-retry up to 3 times on failure |
| Rate Limit | Configurable delay between messages |
| History | All sent messages logged |
| Test | Verify Telegram connection |
| Input | Action | |-------|--------| | "Send 'Task complete'" | Sends plain text message | | "Send formatted: bold and italic" | Sends with Telegram markdown | | "Notify about backup completion" | Sends notification | | "Test Telegram connection" | Verifies bot connectivity |
Supports Telegram markdown:
*bold* → bold_italic_ → italic`code` → code```code block``` → code block[link text](url) → hyperlinksEnvironment variables:
TELEGRAM_BOT_TOKEN=your_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
TELEGRAM_MAX_RETRIES=3
TELEGRAM_RETRY_DELAY=5
TELEGRAM_RATE_LIMIT=1.0
When send fails:
Prevents flooding:
Test connection before sending:
Action: "Test Telegram connection"
Response: "✓ Telegram connection successful"
See README.md for complete documentation.
data-ai
Interactive TODO board for Wee Canvas. Displays TODOs from both GitHub Issues (leprachuan/fosterbot-home) and flat files in two views: list and kanban. Features filtering, drag-and-drop status changes, quick-add, and auto-refresh every 30 seconds. Use when Foster asks to "show TODOs", "open TODO board", "view my tasks", or "TODO kanban".
tools
Web-based terminal tools for Wee Canvas: remote SSH terminal (WebSSH) and local bash terminal (ttyd). Embeds interactive terminal panels in Wee Canvas iframes. Use when the user asks for a 'web terminal', 'local terminal', 'browser SSH', 'webssh', or wants to interact with a host through the WebUI canvas. For browser windows, see the browser-window skill.
development
Use when you need to send WebEx notifications to flipkey-home-bot - supports markdown formatting, auto-retry with backoff, rate limiting, and message history tracking
tools
Production-ready TODO management with dual-source support (GitHub Issues + flat files), due dates, labels, and automatic reminders. Fully portable with environment variable configuration.