Back to Skills

agentio-telegram

verified

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

View on GitHub

Marketplace

agentio

plosson/agentio

Plugin

agentio

Repository

plosson/agentio
1stars

claude/skills/agentio-telegram/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/plosson/agentio/blob/main/claude/skills/agentio-telegram/SKILL.md -a claude-code --skill agentio-telegram

Installation paths:

Claude
.claude/skills/agentio-telegram/
Powered by add-skill CLI

Instructions

# 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
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
879 chars