con un clic
agentio-telegram
Use when sending Telegram messages via the agentio CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when sending Telegram messages via the agentio CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Use when interacting with Google Chat via the agentio CLI - send messages, list spaces, read history.
Use to manage the agentio daemon (runs the scheduler for .run.md prompts).
Use when interacting with Google Docs via the agentio CLI - list, read, create.
Use when interacting with Google Drive via the agentio CLI - list, search, download, upload, folder navigation.
Use when interacting with Gmail via the agentio CLI - list, read, search, send, draft, reply, archive, mark, attachments, export.
Use when interacting with mcp via the agentio CLI.
Basado en la clasificación ocupacional SOC
| name | agentio-telegram |
| description | Use when sending Telegram messages via the agentio CLI. |
Auto-generated from agentio skill telegram. Do not edit by hand.
Send a message to the channel
Options:
--profile <name>: Profile name (optional if only one profile exists)--parse-mode <mode>: Message format: html or markdown--silent: Send without notificationExamples:
# plain-text message to the channel
agentio telegram send "Deploy completed"
# body from stdin (good for piping)
echo "Build green" | agentio telegram send
# HTML formatting
agentio telegram send "<b>Alert</b>: disk 90% full" --parse-mode html
# silent notification (no device ping)
agentio telegram send "Nightly job done" --silent