Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
创建一个持久运行的Telegram机器人服务,用于自动处理配对代码并批准Telegram会话权限。使用时提供机器人令牌,自动创建机器人脚本和服务文件,并启动系统服务。适用于需要自动处理Telegram配对请求的场景。
创建一个持久运行的Telegram机器人服务,用于自动处理配对代码并批准Telegram会话权限。使用时提供机器人令牌,自动创建机器人脚本和服务文件,并启动系统服务。适用于需要自动处理Telegram配对请求的场景。
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.
使用预构建的部署脚本快速创建服务: 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 <code> 命令 发送友好的提示信息给用户 作为系统服务运行,具备自动重启功能
创建机器人脚本,自动注入提供的令牌 生成systemd服务文件 注册并启动系统服务 配置自动重启机制
查看服务状态: 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
高可用性:作为系统服务运行,具备自动重启能力 自动化:无需人工干预即可处理配对请求 用户友好:提供清晰的使用说明 可靠性:防止意外中断影响服务 易于部署:单命令完成完整部署
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.