telegram-pairing-approver创建一个持久运行的Telegram机器人服务,用于自动处理配对代码并批准Telegram会话权限。使用时提供机器人令牌,自动创建机器人脚本和服务文件,并启动系统服务。适用于需要自动处理Telegram配对请求的场景。
Install via ClawdBot CLI:
clawdbot install crazypeace/telegram-pairing-approver使用预构建的部署脚本快速创建服务:
node scripts/deploy.js <YOUR_BOT_TOKEN>
例如:
node scripts/deploy.js 9632389037:ADG3jTndsXpgdOrdJkfaV80nnsjhQyWEhbT
NDW4JDJ4 (纯代码格式)code: NDW4JDJ4 (带code:前缀)Pairing code: NDW4JDJ4 (带Pairing code:前缀)openclaw pairing approve telegram 命令scripts/deploy.js)查看服务状态:
systemctl status telegram-pairing-bot.service
停止服务:
systemctl stop telegram-pairing-bot.service
重启服务:
systemctl restart telegram-pairing-bot.service
检查服务是否启用开机自启:
systemctl is-enabled telegram-pairing-bot.service
Generated Mar 1, 2026
Teams building Telegram bots that require automated session pairing for testing or production environments. This skill automates the approval process, reducing manual intervention and speeding up deployment cycles.
Agencies managing multiple Telegram accounts or bots for clients, where automated pairing code handling ensures uninterrupted service and reduces operational overhead for account setup and maintenance.
Organizations using Telegram for secure communications or monitoring systems that require automated session approvals to maintain continuous access and prevent disruptions in critical alert channels.
Companies integrating Telegram bots into customer support workflows, where automated pairing ensures bots can quickly establish sessions to handle inquiries without delays from manual approvals.
Offer this skill as part of a managed service with regular updates and support. Charge a monthly fee for access to the automated pairing bot, including maintenance and troubleshooting assistance.
Sell the skill as a standalone product with a perpetual license. Include deployment scripts and documentation, targeting users who prefer a single purchase without ongoing fees.
Provide a basic version for free to attract users, then charge for advanced features like custom code formats, analytics, or priority support. This model encourages adoption and upsells.
💬 Integration Tip
Ensure the system has Node.js installed and proper permissions for systemd services before deployment to avoid common setup errors.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).