# Agentio Telegram

> Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot profile.

- Skill: `tomevault-io/agentio-telegram` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agentio-telegram`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agentio-telegram/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agentio-telegram

---


# Telegram Operations with agentio

Use `agentio telegram` commands to send messages to Telegram channels. Multiple profiles can be configured - the default profile is used unless you specify `--profile <name>`.

## Send a Message

```bash
agentio telegram send <message> [options]
```

Or pipe via stdin:
```bash
echo "Message content" | agentio telegram send
```

Options:
- `--profile <name>`: Use specific profile
- `--parse-mode <mode>`: Message format - `html` or `markdown`
- `--silent`: Send without notification

## Examples

Simple message:
```bash
agentio telegram send "Hello from agentio"
```

HTML formatted:
```bash
agentio telegram send "<b>Bold</b> and <i>italic</i>" --parse-mode html
```

Markdown formatted:
```bash
agentio telegram send "*Bold* and _italic_" --parse-mode markdown
```

Silent notification:
```bash
agentio telegram send "Update completed" --silent
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/plosson) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

