with one click
telegram-send
Send a message to a Telegram chat via the Telegram Bot API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Send a message to a Telegram chat via the Telegram Bot API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Execute a single agent step with custom system prompt and wait for completion.
Control the CARNELIAN browser control server (status/start/stop/tabs/snapshot/screenshot/navigate/act). Routes to the local browser control HTTP server.
Render canvas graphics and visualizations via Carnelian gateway node.invoke API
Communicate with Windsurf Cascade via JSONL channel files (message/delegate/request_help/share_context/status).
Manage Gateway cron jobs (status/list/add/update/remove/run/runs) and send wake events.
Send a message to a Discord channel via the Discord REST API
| name | telegram-send |
| description | Send a message to a Telegram chat via the Telegram Bot API |
| metadata | {"CARNELIAN":{"emoji":"✈️","requires":{"env":["TELEGRAM_BOT_TOKEN"]},"primaryEnv":"TELEGRAM_BOT_TOKEN"},"carnelian":{"runtime":"node","version":"1.0.0","sandbox":{"network":"full","resourceLimits":{"maxMemoryMB":128,"maxCpuPercent":25,"timeoutSecs":15},"env":{"TELEGRAM_BOT_TOKEN":"${TELEGRAM_BOT_TOKEN}"}},"capabilities":["net.http"]}} |
Send a message to a Telegram chat via the Telegram Bot API.
Ported from CARNELIAN telegram-actions.ts.
{
to: string; // Required: chat ID or username
content: string; // Required: message content
replyToMessageId?: number; // Optional: message ID to reply to
messageThreadId?: number; // Optional: forum topic thread ID
silent?: boolean; // Optional: send silently (no notification)
}
{
ok: true;
messageId: number; // ID of the sent message
chatId: number; // Chat ID where message was sent
}
telegram-actions.ts