Automate the complex configuration required to deploy and manage MoltBot agents within Telegram group chat environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tg-groupchat-setup
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tg-groupchat-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Telegram Group Chat Setup skill is a specialized automation tool designed to bridge the gap between a MoltBot agent and Telegram group dynamics. It eliminates the manual overhead of editing configuration files by programmatically handling group allowlisting, security permissions, and mention-based triggering. By leveraging the Openclaw Skills ecosystem, developers can ensure their bots are correctly identified by the Telegram API and only respond to authorized users.
This skill is particularly valuable for maintainers who need to manage bot noise in busy groups. It configures the gateway to require explicit mentions and validates sender IDs, ensuring the agent remains a productive and secure member of the group chat without leaking resources to unauthorized triggers.
Before executing this skill, ensure the bot is added to your Telegram group and Privacy Mode is disabled via @BotFather. To configure the bot, identify your Telegram group ID and the user IDs of authorized members. Run the following command to detect bot information:
bash skills/groupchat-setup/scripts/detect_bot_info.sh
Once bot info is gathered, provide the group ID and allowed users to the Openclaw Skills agent to trigger the automated gateway patching process.
The skill manages configuration data within the gateway's JSON schema, primarily targeting the Telegram channel and message segments:
| Component | Key | Purpose |
|---|---|---|
channels.telegram.groups |
requireMention |
Boolean flag to toggle mention-only responses. |
channels.telegram |
groupAllowFrom |
An array of strings containing authorized user IDs or @usernames. |
messages.groupChat |
mentionPatterns |
A list of regex strings identifying the bot's name and username. |
gateway |
config.patch |
The operational method used to update the persistent configuration. |
Loading
A high-performance command-line interface for reading, searching, and sending Telegram messages and managing group contacts.

A comprehensive command-line interface for tracking cryptocurrency portfolios, exchange history, and prediction markets across multiple blockchains.

A versatile command-line tool for tracking cross-chain crypto portfolios, exchange balances, and prediction markets integrated with Openclaw Skills.

A powerful Instagram CLI for viewing feeds, profiles, and engaging with content directly from your terminal.

A specialized research skill that forwards queries to the Grok API for real-time crypto sentiment and Twitter narrative analysis.

A lightweight integration to monitor NZBGet download status, speeds, and queue information directly through your AI agent.








































