スキル一覧に戻る
plosson

agentio-telegram

by plosson

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: agentio-telegram description: Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot profile.

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

agentio telegram send <message> [options]

Or pipe via stdin:

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:

agentio telegram send "Hello from agentio"

HTML formatted:

agentio telegram send "<b>Bold</b> and <i>italic</i>" --parse-mode html

Markdown formatted:

agentio telegram send "*Bold* and _italic_" --parse-mode markdown

Silent notification:

agentio telegram send "Update completed" --silent

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です