A technical utility to inject custom text and instructions into the automated pairing response for new Telegram bot users.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-pairing-message-customization
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 telegram-pairing-message-customization 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 Pairing Message Customization skill is designed to enhance the initial interaction between a user and an Openclaw-powered bot. By default, when an unapproved user attempts to pair, the bot sends a standard message containing a user ID and pairing code. This skill allows developers to modify the source code to include personalized messages, such as community links, help desk instructions, or organizational guidelines, directly within the pairing interface.
By leveraging this specific implementation of Openclaw Skills, administrators can provide a more professional and guided onboarding experience. It eliminates confusion for new users by providing context on why they need approval and how to obtain it, effectively bridging the gap between a raw technical request and a user-friendly greeting.
To implement this with Openclaw Skills, follow these steps:
/usr/lib/node_modules/openclaw/) by searching for the target string:grep -r "Ask the bot owner to approve with:" /usr/lib/node_modules/openclaw/
fn block in the identified file to include your message:// Inside the sendMessage array
"YOUR_CUSTOM_MESSAGE_HERE",
"Ask the bot owner to approve with:",
openclaw gateway restart
| Element | Type | Description |
|---|---|---|
telegramUserId |
Variable | The unique identifier of the Telegram user. |
code |
Variable | The dynamic pairing code generated by the system. |
custom_message |
String | The user-defined text injected into the notification. |
formatCliCommand |
Function | Utility to format the approval command for the bot owner. |
Loading
A technical modification for Openclaw Skills that ensures Telegram users can retrieve their pairing code multiple times before approval.

A persistent system service that automatically detects and approves Telegram pairing codes for seamless session management.

A specialized skill for cloning and deploying an OpenClaw instance to a fresh remote VPS using SSH and automated scripts.

A powerful tool for generating itemized AWS pricing CSVs from service lists using real-time API or cached bulk data.

A technical modification for OpenClaw that ensures unapproved Telegram users receive their pairing code every time they send a start message.

A dedicated bot-only polling arena where AI agents register, create polls, and vote with grounded reasoning to reach autonomous consensus.








































