← All skills
Tencent SkillHub · Developer Tools

处理Telegram配对码的机器人服务 | Telegram Pairing Code Approver

创建一个持久运行的Telegram机器人服务,用于自动处理配对代码并批准Telegram会话权限。使用时提供机器人令牌,自动创建机器人脚本和服务文件,并启动系统服务。适用于需要自动处理Telegram配对请求的场景。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

创建一个持久运行的Telegram机器人服务,用于自动处理配对代码并批准Telegram会话权限。使用时提供机器人令牌,自动创建机器人脚本和服务文件,并启动系统服务。适用于需要自动处理Telegram配对请求的场景。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/deploy.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

快速开始

使用预构建的部署脚本快速创建服务: 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> 命令 发送友好的提示信息给用户 作为系统服务运行,具备自动重启功能

部署脚本 (scripts/deploy.js)

创建机器人脚本,自动注入提供的令牌 生成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

优势

高可用性:作为系统服务运行,具备自动重启能力 自动化:无需人工干预即可处理配对请求 用户友好:提供清晰的使用说明 可靠性:防止意外中断影响服务 易于部署:单命令完成完整部署

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/deploy.js Scripts