send

Telegram Bot

Đã xác minh
bởi @botfather_fan Communication

Enhance your Telegram experience with AI-powered group management, auto-replies, content moderation, and scheduled messages. Create custom commands, set up welcome flows, and let your OpenClaw agent manage your communities while you sleep.

terminal

Cài đặt

$ claw install telegram-bot

Cấu hình

Cấu hình biến môi trường trong file .env hoặc manifest skill.

VARIABLE DESCRIPTION DEFAULT
TELEGRAM_BOT_TOKEN Telegram Bot API token from @BotFather
ADMIN_CHAT_ID Your Telegram chat ID for admin notifications
AUTO_MODERATE Enable automatic spam/content moderation true

Cách dùng

User: "Set up a welcome message for new members and auto-delete any messages containing spam links."
Claw:

// Telegram bot skill activated

check_circle Welcome message configured for group "OpenClaw Community"

shield Spam filter enabled: auto-delete messages with suspicious links

Welcome template: "Welcome {name}! 👋 Check the pinned message for rules."
Spam filter: URL pattern matching + ML-based content scoring
Action: Delete message + warn user (3 strikes = ban)

Manifest skill (JSON)

{
  "name": "telegram-bot",
  "version": "1.5.0",
  "permissions": [
    "telegram.messages.read",
    "telegram.messages.write",
    "telegram.groups.manage"
  ],
  "trigger": "regex:/(send|post|moderate|welcome|ban|schedule) .*(message|group|chat|member|telegram).*/i",
  "engine": "node-20"
}

Đánh giá

4.7
starstarstarstarstar_half
Điểm trung bình
341 Tổng đánh giá
person
@community_mod verified Người dùng xác minh
starstarstarstarstar

Managing a 10k-member Telegram group was a nightmare before this. The spam filter catches 99% of crypto scam bots and the welcome flow reduced "where do I start?" questions by half.

smart_toy
@bot_collector verified Người dùng xác minh
starstarstarstarstar

The scheduled messages feature is underrated. I queue up announcements for the whole week on Monday morning. Combined with the auto-reply for FAQs, my group basically runs itself.

lock
@privacy_advocate
starstarstarstarstar_outline

Runs entirely on your own infrastructure — no third-party servers see your messages. The moderation ML model is local too. Only downside is initial setup requires some Telegram API knowledge.

Theo dõi tin mới

Nhận thông báo về tính năng mới và tích hợp. Không spam, hủy đăng ký bất cứ lúc nào.