Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Add custom messages to Telegram pairing replies for unapproved users. Insert custom text (e.g., group links, instructions) above the approval command in pairing messages. Use when unpaired Telegram users need additional guidance during the pairing process.
Add custom messages to Telegram pairing replies for unapproved users. Insert custom text (e.g., group links, instructions) above the approval command in pairing messages. Use when unpaired Telegram users need additional guidance during the pairing process.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
实施本技能时, 需要用户提供一份 自定义消息
在你正在运行的代码中搜索下面的代码段 fn: () => bot.api.sendMessage(chatId, [ "OpenClaw: access not configured.", "", `Your Telegram user id: ${telegramUserId}`, "", `Pairing code: ${code}`, "", "Ask the bot owner to approve with:", formatCliCommand("openclaw pairing approve telegram <code>"), ].join("\n")),
修改前备份, 方便以后撤销实施
在数组中 "Ask the bot owner to approve with:" 项上方添加自定义消息: 修改后 fn: () => bot.api.sendMessage(chatId, [ "OpenClaw: access not configured.", "", `Your Telegram user id: ${telegramUserId}`, "", `Pairing code: ${code}`, "", "YOUR_CUSTOM_MESSAGE_HERE", // <- 插入自定义消息 "Ask the bot owner to approve with:", formatCliCommand("openclaw pairing approve telegram <code>"), ].join("\n")),
openclaw gateway restart
让未配对用户发送 /start 命令,确认收到带自定义信息的配对消息。
在寻找需要修改的文件时, 建议先搜索 Ask the bot owner to approve with: 可以帮助你先大幅缩小处理范围, 过滤出最有可能的几个文件. 一个建议的起始目录为 /usr/lib/node_modules/openclaw/
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.