← 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

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

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

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